/* menu */
#nav {
	height: 30px;
	/*  width: 100%;*/
	padding: 0;
	margin: 0;
	background: url(../img/menu.png) repeat-x;
	list-style: none;
}

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


#nav a {
	display: block;
	/*  width: 11em;*/
	height: 30px;
	line-height: 30px;
	color: #eee;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 0 6px;
}

#nav li a:hover {
	background: url(../img/menu-active.png) repeat-x;
	color: #fff;
}

#nav li {
	float: left;
	/*width: 7em;*/
	border-right: 1px solid gray;
}

#nav li ul {
	position: absolute;
	width: 9em;
	background: #ddd;
	border: 1px solid #999;
	border-top: none;
}

#nav li ul {
  	display: none;
}

#nav li ul a {
	color: #444;
	background: url(../img/submenu.png) top repeat-x;
	border-bottom: 1px solid black;
}


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