/* style for topnav and dropdown menus - non-IE browsers*/
#topnav ul
{
	clear: both;
	padding: 0;
	margin: 14px 0 0 0;
	list-style: none;
}

#nav li
{
	position: relative;
	float: left;
	width: 124px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #036;
	border-right: none;
	padding: 10px 2px 10px 2px;
	margin: 0;
	height: auto;
	line-height: 12px;
}

#nav li:hover, #nav li.over { background-color: #ffc; }

#nav a
{
	color: #036;
	font: 12px Georgia, "Times New Roman", serif;
	text-decoration: none;
	display: block;
}


#nav li.active { background-color: #ffc; }
#nav #last { border-right: 1px solid #036; }


#nav li ul
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 11px 0 0 -3px;
}

#nav li>ul
{
	top: auto;
	left: auto;
	margin: 11px 0 0 -3px;
}

/* reset for non-IE */
#nav li:hover ul, #nav li.over ul
{
	display: block;
}

#nav li li
{
	border-top: none;
	border-left: 1px solid #036;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	padding: 4px 2px 4px 2px;
	margin: 0;
}

/* Support for the "iehover-fix.js" */
* html ul#nav iframe, * html ul.nav iframe
{
	position: absolute;
	/* account for the border */
	left: 0em;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
    select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */