
/*============  HEADER MENU =============*/


#nav
{	
	position	: absolute;
	top			: 100px;	
	left		: 10px;
	right		: auto;
	width		: 890px !important; /* width accross top menu */
	width		: 900px;
	border		: solid #eda;
	border-width: 1px 0;
	
}		

#nav, #nav ul 
{
	float: left;	
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0 0 0 10px;	
}



#nav a {
	display			: block;
	width			: 146px;
	font-family		: Arial, Sans-Serif;
	color			: #0354A0;	
	text-decoration	: none;
	margin 			: 0.25em 0px;	
	cursor			: pointer;
}


#nav li {
	float: left;	
	width: 10em;
	padding : 0px;
}

#nav li ul 
{	
	position: absolute;
	left: -999em;
	/*left: auto;*/

	height: auto;
	width: 174px;
	
	font-weight: normal;
	margin: 0 0 0 -17px;

	border: solid #eda;
	border-width: 1px 1px;
	border : none;
	border-top : 1px solid #eda;
	background : url(../images/layout/menuCornersWhole.png) no-repeat bottom;
	overflow : hidden;
	padding-bottom :1em;	
}


#nav li ul li
{
	width : 150px;
	margin-left : -3px;
	margin-right : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 0px;
}

#nav li li {
	padding-right: 1em;
	padding-top: 0.5em; 

}

#nav li ul a {
	display : block;
	padding : 0 0 2px 0;
	padding : 0;
	margin : 0;
	color	: #666;
	font-size : 11.5px;
	font-weight : normal;
	border-bottom : 1px solid #f9f9f9;
	width : auto;	
	height : 20px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}



#nav li:hover ul {
	left: auto;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li:hover
{
	background : #eee;
}





