#nav, #nav ul { 
	font-size: 11px;
	padding: 0; 
	margin: 0; 
	margin-left: 3px;
	list-style: none; 
	width: 134px;
	float: left;
} 

#nav { margin-left: 3px !important; }

#nav li { 
	position: relative; 
	float: left; 
	line-height: 29px;
	width: 134px;
	background-image: url(../images/mnu_itemback.png);	
	background-repeat: no-repeat; height: 29px;
}


#nav a { display: block; width: 132px; margin-left: 2px; height: 29px; line-height: 29px; color: #000000; text-decoration: none; } 
#nav a:hover { color: #b80000; }

	
	/*
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		border : 1px solid black;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li.sfhover ul { 
		left: auto;	}
	*/








/* SUBMENU ITEMS */
#nav li ul { 
	position: absolute; 
	width: 170px; 
	left: -999em;
	margin-left: 134px; 
	margin-top: -29px;
} 


#nav li:hover ul { 
	left: auto; 
	background-image: url(../images/mnu_flyoutback.png); 
	background-repeat: repeat-y;
}


/* Specific item styles */
#nav li:hover li { background-image: none; width: 170px !important; }
#nav li:hover ul a { color: #ffffff !important; width: 170px !important; }
#nav li:hover ul li:hover { background-image: url(../images/mnu_flyouthover.png); background-repeat: no-repeat; }
#nav li:hover a { color: #0000b8; }

#nav li.mnuheader {	
	background-image: url(../images/mnu_headerback.png)!important;
	height: 24px !important;
	line-height: 24px !important;
	font-size: 10pt !important;
	font-weight: bold !important;
	color: #ffffff !important;
}


/* IE 7 and below */
#nav li.sfhover ul {
	left: auto;
}

#nav li.sfhover ul li.sfhover { background-image: url(../images/mnu_flyouthover.png); background-repeat: no-repeat; }