#nav, #nav ul {
  	text-decoration: none;
	float: left;
	width: 90em;
	list-style-type: none;
	line-height: 1em;
	background-image: none;

	color: #000;
	padding: 0;
	list-style: none;
}
#nav li {
	list-style: none;
}
#nav li li {
	background:#770000;
	padding-left: 5;
	padding-top: 1;
	padding-bottom: 2;
	height: 1em;
	border-top:1px solid #C1C8CE;
	text-decoration: none;

}
ul#nav li li a{
	background:#770000;
	width:15.5em;
	height:1.2em;
	padding-left:5px;

}
#nav a {
	display: block;
	border-left:solid 0px;
	border-color:#908774;
}
#nav a.menuparent  {
	font-weight:bold;
}

#nav li {
	float: left;
	width:auto;
}

#nav ul li a {
	color: #fff;
	font-size:10px;
	font-weight:bold;
	border-left:solid 0px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.5em;
	font-size:12px;
	font-weight: normal;
}

#nav li li {
	width: 15.5em;
	height:1.2em;
}

#nav li ul ul {
	margin: -1.45em 0 0 15.5em !important;
	margin: -1.45em 0 0 15.5em ;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav ul li a:hover {
	left: -999em;
	background: #F5B210;
	margin-left: 7px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: auto;
	background: #F5B210;
	margin-left: 7px;
}

#nav li li:hover {
	background: #F5B210;
}
#nav li.nav2act a {
	font-weight:normal;
}
#nav li.nav2act a:hover {
	background: #F5B210;
}