

/*
Ad Hoc - Menu TOP
*/

.test { 
	color: #333; 
	font-family: Verdana, Arial; 
	text-decoration: none; 
	font-weight: normal; 
	text-align: left; 
	padding-top: 1px; 
	margin: 0px;
}



a.menunav {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #333333;
	background-color: #FFF;
	font-size: 11px;
	line-height: 18px;
	width: 100%;
	text-align: left;
	font-family: Verdana, Arial;
	padding-left: 3px;
}

a.menunav:hover {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #FFF;
	background-color: #0A246A;
	text-align: left;
}

ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menunav ul li { padding: 0px; margin: 3px 0px 0px -4px; _margin: 0px; }

#menunav { /* all list items */
	float: left;
	position: relative;
	width: 140px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	line-height: 8pt;
	color: #333;
	background: #FFFFFF;
	height: 12px;
	padding: 5px;
	border:	1px solid #f78e1f;
	background: url(../images/select.png) no-repeat right #fff;
}

li.menunav { 
	padding: 0px;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	left: -1px;
	border-bottom: 0px;
	margin: 0px; padding: 0px; 	_margin-top: -2px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#dropdown {
	width: 200px;
	height: 120px;
	text-align: left;
	padding: 0px;
	margin: 5px 0px 0px -2px;
	border: 1px solid #f78e1f; 
	overflow: auto;
	overflow-x: hidden; 
}

/*
end
*/

#quicknavholder { height: 30px; clear: both; padding: 10px; }
