

#MainMenu
{   
background-color: #4A3697;
vertical-align:top;
width:900px;height:20px;  
}

#MainMenu ul  
{	
list-style:none;
}

#MainMenu li { /* all list items */        
float:left;		
/*width: 100%; */
padding-left:5px;
	}
html>body #MainMenu li, html>body #MainMenu ul li ul li 
{height:inherit;  
/*width: 125px; */
 }

/*root menu */
#MainMenu li a  
{
text-decoration: none;
text-align:center;
font-size: 12px; 
}
	
html>body #MainMenu li a 
{
height:20px;}
	
html>body #MainMenu ul li ul a  
{
letter-spacing:0;height:auto;}

/*item menu */	
  #MainMenu ul li ul a 
{
text-transform:none;
font-size: 11px;
font-weight : normal;
	}
  
li ul { /* second-level lists 
		left: 1;
		width:inherit;
		background-color: #f5f5f5;
	}
	li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
		top: auto; 
		left: auto;
	}

	 li:hover ul, li.over ul {/* lists nested under hovered list items 
		display: block;*/
	}
#MainMenu a:hover{
color: #4A3697;
background-color: #f5f5f5; 
}
.MainNormal
{
	color: #f5f5f5;
	background-color: #4A3697; 
}
.MainActive
{
    color: #4A3697;
	background-color: #f5f5f5; 
}
.SubNormal
{
	color: #fff;
	background-color: #4A3697; 
}
.SubActive
{
    color: #4A3697;
	background-color: #f5f5f5; 
}
 