/* Menu green */
/* Main color code #4C7F8B*/

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;
     color:            #000000;
     background-image: url('images/menu_table_bg_middle.gif');
   }

.MenuHighlight
   { font-family:      Verdana, Arial, Helvetica, sans-serif;
     font-size:        10px;
     font-weight:      bold;
     color:            #000000;
     text-decoration:  none;
     cursor:           default;
   }

.MenuInfo
   { font-family:      Verdana, Arial, Helvetica, sans-serif;
     font-size:        10px;
     font-weight:      bold;
     color:            #FF0000;
     text-decoration:  none;
   }

.MenuEnd
   { height:           9px;
     background-image: url('images/menu_table_bg_end.gif');
   }

a.MenuText:link, a.MenuText:active, a.MenuText:visited
   { text-decoration:  none;
     font-weight:      bold; 
     color:            #000000;
     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;
   }


/* BOOK-IT 5.0 */
.MenuLabelText
   { font-family:     Verdana, Arial, Helvetica; 
     font-size:       10px;
     font-weight:     bold;
     color:           #FFFFFF;
     text-indent:	  17px;
   }

.MenuNormalText
   { font-family:     Verdana, Arial, Helvetica; 
     font-size:       10px;
     font-weight:     bold;
     color:           #4C7F8B;
     text-indent:	  12px;
   }
