/* Stylesheet för menyramen */
BODY
   { background: #F0F0F0;
   }

.MenuFrame
   { background-image:  url(images/menu_frame_bg.gif);
   }

.MenuIconsTable
   { width:        100%;
     height:  	   20px;
   }

.MenuStart
   { height:           7px;
     background-image: url(images/menu_table_bg_start.gif);
   }

.MenuMiddle
   { height:           100%;
     background-image: url(images/menu_table_bg_middle.gif); 
   }

.MenuText
   { font-family:      Verdana, Arial, Helvetica, sans-serif;
     font-size:        10px;
     font-weight:      bold;
     color:            black;
     background-image: url(images/menu_table_bg_middle.gif);
   }

.MenuHighlight
   { font-family:      Verdana, Arial, Helvetica, sans-serif;
     font-size:        10px;
     font-weight:      bold;
     color:            black;
     text-decoration:  none;
     cursor:           default;
   }

.MenuInfo
   { font-family:      Verdana, Arial, Helvetica, sans-serif;
     font-size:        10px;
     font-weight:      bold;
     color:            red;
     text-decoration:  none;
   }

.MenuEnd
   { height:           9px;
     background-image: url(images/menu_table_bg_end.gif);
   }


.MenuLabelText
   { font-family:      Verdana, Arial, Helvetica, sans-serif;
     font-size:        10px;
     font-weight:      bold;
     color:            white;
   }


.MenuNormalText
   { font-family:      Verdana, Arial, Helvetica, sans-serif;
     font-size:        10px;
     font-weight:      bold;
     color:            black;
   }


a.MenuText:link, a.MenuText:active, a.MenuText:visited
   { text-decoration: none; 
     color:           black;
     background:      transparent;
   }

a.Menu:hover 
   { text-decoration: none; 
     color:           #003366;
     background:      #FFCC66;
   }

a:link IMG
   { border: none;
   }

a:visited IMG
   { border: none;
   }

a:active IMG
   { border: none,
   }
