#nav { z-index:104; }

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style-image:none;
}

#nav a {
	display: block;
	font-weight: normal;
	width:12em;
	padding: 0.2em 0.2em; padding-left:0px;

}

#nav li {
	float: left;
	width: 14em;
	background-color:#f4f4f4;
	list-style-image:none;
	border-bottom:1px solid #e2e2e2;
	height:17px;
	background:none;

}
#nav li a{
	
	height:13px;

}


#nav li ul li {
	 background:none;
	background-color:#f4f4f4;
	width: 14em;
	list-style-image:none;
	list-style:none; margin:0px; padding-bottom:1px; padding-top:1px;
	border:1px solid #e2e2e2;
	border-bottom:none;
	border-top:none;
	padding-left:0px;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	list-style-image:none;
	
}

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

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

#nav a {
	
	background:none;
	
}

#nav a {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	font-weight:bold;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding-left:0px;
	padding: 0.2em 3px;
	
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #0966a1;
	border-width: 0 5px;
}
#lastedition
{	border-bottom:1px solid #e2e2e2; }


