﻿#mnu
{
	width: 188px;
	background-color: #2a6ebb; 
	border-top:1px solid white;
}

#mnu ul, #mnu li, #mnu a 
{

	display:inherit;
	display:block;/*IE*/
	margin:0;
	padding:0;
	border:0;
	
}

#mnu ul 
{


	list-style: none;
	font-size:9pt;
	background-color: transparent;
	width:186px;
    
	
}

#mnu li 
{

	position:relative;
	z-index:9;
	float: left;
    border-bottom : 1px solid white;

	
	
}
	
#mnu li.mnufolder ul 
{

	position:absolute;
	left: 188px;
	top:0px;
	text-decoration:none;
	font-size:9pt;
	color: #ffffff;
    border-left: 1px solid white;
	background-color: #2a6ebb;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:100%; 
	
	
}		
	
#mnu li.mnufolder ul li a
{

	left: 188px;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-color: #2a6ebb;
	background-position: 0px 0px;
	margin:0px;
	padding:0px;
	padding-left:5px;

}

#mnu li.mnufolder ul li.mnufolder ul
{
    border-left: 1px solid white;
	position:absolute;
	left: 188px;
	top:0px;
	
	
	
}		
		
#mnu a 
{
	text-decoration:none;
	font-size:9pt;
	color: #ffffff;
	background-color: #2a6ebb;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:5px;
	width:188px;
}
	
	#mnu li>a 
	{
		
		 /* others */
	text-decoration:none;
	font-size:9pt;
	color: #ffffff;
	background-color: #2a6ebb;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:188px; 
	height:inherit;
	display:block;/*IE*/
	padding-left:5px;
	} 
	
#mnu a span
{
	float: left;
}

#mnu a img
{
	float: right;
	margin-top: 3px;
	margin-right: 5px;
	
}

/* regular hovers */

#mnu a:hover 
{

	background-color: #FFA500;	
	
}

	#mnu li.mnufolder ul a:hover 
	{
	
		background-color: #FFA500 ;	
		
	}
	
/* hovers with specificity */

#mnu li.mnufolder:hover 
{ 
	
	z-index:9; 
	width:180px;
	background-color: #FFA500 ;	
	
	
}		
	
#mnu ul ul, #mnu li:hover ul ul
{


	display:none;
	background-color: #FFA500 ;	
	
}

#mnu li:hover ul, #mnu li:hover li:hover ul
{

	height:inherit;
	display:block;/*IE*/
	
	
}		

#mnu .cleared 
{
	
	clear:both;
	line-height:0;
	
}
