

.MenuMain
{
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

 .MenuItem
 {
   color:#FFFFFF;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#264989;
 }

 .MenuItemHover
 {
   color:#CCCCCC;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#264989;
   
 }
 
 .MenuItemActive
 {
   color:#CCCCCC;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#264989;
   
 }


 .SubMenuItem
 {
   color:#FFFFFF;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#264989;
 }

 .SubMenuItemHover
 {
   color:#CCCCCC;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#264989;
   
 }
 
 .SubMenuItemActive
 {
   color:#CCCCCC;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#264989;
   
 }
