/*-- classes for below jquery--*/
ul.nav-list li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	/*background: #16191a url(../images/nav/nav_pop_back2.gif) repeat-x;*/
	background: #16191a url(../images/nav/nav_pop_back3.jpg) repeat-x;
	height:170px;
	margin: 0; 
	padding: 0;
	top:390px;
	display: none;
	float: left;
	width: 136px;
	border: 1px solid #0e0e0e;
	border-top:0px;
}

*html ul.nav-list li ul.subnav {
	width:107px;
}

ul.nav-list li ul.subnav li{
	margin: 0 10px 0 10px; 
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #4f5352; 
	clear: both;
	width: 85%;
	text-align:left;
	white-space:nowrap;
}

*html ul.nav-list li ul.subnav li {width:90%;}

html ul.nav-list li ul.subnav li a:hover{color:#fff;}

html .sub-page #container #header .main-nav ul.nav-list li ul.subnav {
	top:40px;
}