.TopGroup
{
	padding-left: 0px;	
	height:30px; 	
}

.MenuGroup
{
  	width:100%;
	padding-left: 0px;
	padding-top: 3px;

}

.TopMenuItem
{
	
   	width:100%;   
	height:30px; 
  	color: #fff; 
  	font-family: verdana; 
  	font-size: 10px; 
	font-weight: bold;
	cursor:hand; 
	border-right: 2px solid #BEBEBE;  	
  
}

.TopMenuItemHover 
{
    	width:100%; 
	height:30px; 
  	color: #FFF; 
  	font-family: verdana; 
  	font-size: 10px; 
	font-weight: bold;
	cursor:hand; 
	border-right: 2px solid #BEBEBE; 
	background-color: #000000;  	
	
}

.MenuItem
{
	
  	background-color: #900e06; 
  	color: #eba40d; 
  	font-family: verdana; 
  	font-size: 10px; 
	font-weight: bold;
	cursor:hand; 
	border: 1px solid #526594;
	

}

.MenuItemHover 
{
  	color: #5D502E; 
  	font-family: verdana; 
  	font-size: 10px; 
	font-weight: bold;
	cursor:hand; 
	border: 1px solid #526594;
	background-color: #eba40d; 
	
}
