#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	z-index: 4;

}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	height: 2.286em; 
	line-height: 1.5em; 
	width: 1000px;
}
#nav li {
	/*background: #16314b url(../images/li.png) right top no-repeat;*/
	float: left;
	height: 2.286em; 
	margin: 0;
	padding: 0 0 5px 0;
	position: relative;
}

/*top level nav*/
#nav a {
	/*background: url(../images/a.gif) left top no-repeat;*/
	color: #ffffff;
	display: block;
	padding: 0.286em 15px 0.75em; 
	text-decoration: none;
}

/*second level nav*/
#nav ul a {
	/*background: url(../images/a.gif) left top no-repeat;*/
	color: #6d6d6d;
	padding: 0 0 5px 0;
	display: block;
	text-decoration: none;
}
#nav a:hover, #nav a:focus {
	color: #6d6d6d;
	background-color:#FFF;
	
}
#nav ul {
	background: #ffffff;
	left: 0;
	border: 1px solid #d1d722;
	font-size: 10px; 
	line-height: 1.25em; 
	position: absolute;
	top: 2.45em; 
	width: 180px;
}
#nav ul li {
	background: none;
	float: none;
	height: auto;
	width: 180px;
}
#nav ul a {
	background: none;
	padding: 0.083em 15px 0.25em; /* 1px 30px 3px */
	width: 150px;
}
#nav ul ul {
	font-size: 1em;
}
#nav ul a:hover, #nav ul a:focus {
	background: #16314b;
}
#nav ul .hover>a {
	background: #efefef;
}
#nav ul ul {
	left: 180px;
	top: 0.5em; /* 6px / 12px */
}
#nav ul, #nav :hover ul ul, #nav .hover ul ul {
	margin-left: -9999px;
}
#nav li:hover>ul, #nav li.hover>ul, #nav a:focus+ul, #nav ul ul, #nav .hover a:focus {
	margin-left: 0;
}
#nav ul a:focus {
	margin-left: 9999px;
}
