.ItemGroup
{
  width:150px;
}
.MenuGroup
{
  border:solid 0px #3F3F3F;
  border-top-width:0px;

}
.TopMenuItem
{
   background-color: #FFFFFF; 

  cursor:pointer;
  text-align:left;
   	font-family: Tahoma, Times New Roman, Times, serif;
	color: #FAB242;
font-size: 11px;	

  font-weight:bold;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
   	font-family: Georgia, Times New Roman, Times, serif;
			color: #730F11;
font-size: 16px;		
text-decoration:none;
font-weight: bolder;	
}
.TopMenuItemHover
{
   background-color: #FFFFFF; 
  color:#FF9900;
  font-family: Tahoma, Times New Roman, Times, serif;
  font-size: 10px;	
text-align:left;
  text-decoration:none;
  cursor:pointer;
width:100px;  
}
.TopMenuItemActive
{
  background-image: url(images/bg-menu.gif); 
  background-position:right center;/*by moos*/
  color:#561516;
  font-family:tahoma,verdana;
 font-size:11px;
  font-weight:bold;
  text-align:right;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
   	font-family: Georgia, Times New Roman, Times, serif;
			color: #730F11;
			font-size: 16px;		
			text-decoration:none;
font-weight: bolder;
}
.MenuItem
{
  background-color: #FFFFFF; 

  cursor:pointer;
  text-align:left;
   	font-family: Tahoma, Times New Roman, Times, serif;
	color: #B3B3B3;
font-size: 11px;		
text-decoration:none;
width:100px;
}

.MenuItemHover
{
   background-color: #FAC575; 
  color:#FFFFFF;
  font-family: Tahoma, Times New Roman, Times, serif;
  font-size: 11px;	
text-align:left;
  text-decoration:none;
  cursor:pointer;
width:100px;

}

.MenuItemActive
{
  background-color: #FFFFFF; 

  cursor:pointer;
  text-align:left;
   	font-family: Tahoma, Times New Roman, Times, serif;
	color: #666666;
font-size: 11px;		
text-decoration:none;
width:100px;
}


