#nav, #nav ul {
z-index:99999;
  	text-decoration: none;
	float: left;
	width: 70em;
	list-style-type: none;
	line-height: 1em;
	background-image: none;

	color: #000;
	padding: 0;
	list-style: none;
}
#nav li {
z-index:99999;
	list-style: none;
}
#nav li li {
	background:#ef7f3b;
	padding-left: 5px;
	padding-top: 0;
	padding-bottom: 2;
	height: 1em;
	border:1px solid #ffffff;
	text-decoration: none;

}
ul#nav li li a{
	background:#ef7f3b;
	width:11em;
	height:1.2em;
	padding-left:5px;

}
#nav a {
	display: block;
	border-left:solid 0px;
	border-color:#ffffff;
}
#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: 11em;
	font-size:12px;
	font-weight: normal;
}

#nav li li {
	width: 11em;
	height:1.2em;
}

#nav li ul ul {
	margin: -1.45em 0 0 11em !important;
	margin: -1.45em 0 0 11em ;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav ul li a:hover {
	left: -999em;
	background: #f8bf83;
	margin-left: 15px;
	margin-top: 0px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: auto;
	background: #f8bf83;
	margin-left: 15px;
	margin-top: 0px;
}

#nav li li:hover {
	background: #f8bf83;
}
#nav li.nav2act a {
	font-weight:normal;
}
#nav li.nav2act a:hover {
	background: #f8bf83;
}
