.TopGroup
{
  background-color:#5A6B7D; 
  border:1px #26567D solid; 
  cursor:default; 
 
}

.MenuGroup
{
  background-color:#F5F5F5;
  border:1px #237DB3 solid; 
  border-style:solid;
  cursor:default; 
   height:30px;
   background-image: url(../ControlImages/images/top_item_bg.gif);
}

.TopMenuItem
{
  text-align:center;
}

.Level2
{
  background-color:#5A6B7D; 
  color:White; 
  font-family:tahoma; 
  font-size:12px; 
  cursor:default; 
   text-align:center;
  background-image: url(../StyleImages/BlueBar.jpg);
}

.TopMenuItemHover 
{
  background-image: url(../ControlImages/images/top_item_selected_bg.gif);
  color:Black; 
  font-family:tahoma; 
  font-size:12px; 
  border:1px White solid;
  cursor:default; 
  height:28px;
}

.MenuItem
{
  border: 1px solid #F5F5F5; 
  color:#00025C;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
 
}

.MenuItemHover 
{
  background-color:#E4F1F7; 
  background-image: url(../ControlImages/images/item_bg.gif);
  color:#00025C;
  border: 1px solid #AADAED; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.MenuBreak
{
  background-image:url(../ControlImages/images/break_bg.gif);
  width:100%;
  height:2px;
}

.MenuStyle
{
 width:200px;
}