#hnav{
	position:absolute;
	z-index: 100;
	/*top: 116px;*/
	top: 96px;
	right: 10px;
	font-size: 10px;
	margin-right:0px;
	width:auto;
}


ul.topmain{
	list-style: none;padding:0;margin:0;
 	display:block;
}

a.topmain{
	font-size: 110%;
	padding: 1px;
	margin: 0;
	display: block;
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	text-align: center;

 	background: #304884;
 	border: solid 1px #469;
 	border-bottom:solid 1px #304884;
 	-moz-box-sizing: border-box;
}

.topmain a:hover{
	background: #365696 url(gosu_lite.gif) repeat-x left top;
	color: #fff;
	text-decoration:none;
}

a.topmain{
	border: none;
	background: #304884 url(gosu_dark.gif) repeat-x left top;
	background: none;

}

ul.subul{
	font-size: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: visible;
	z-index: 99;
}

a.subul a,.subul a:link,.subul a:visited,.subul a:active {
	text-decoration:none;
	/*font-weight: normal;*/
	color:#33C;
	margin: 0;
	padding: 2px;
	padding-left:10px;
	display: block;
	background-color: #fff;
 	-moz-box-sizing: border-box;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	border:solid 1px #999;

}
 .subul a:hover{background-color: #304884; color: #fff;}

 #nav{
 	margin: 0;
 	padding: 0;
 	list-style: none;
	-moz-box-sizing: border-box;
}

#nav li,#nav ul li {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	display: block;
	-moz-box-sizing: border-box;
}

#nav ul{
	display:none;
	-moz-box-sizing: border-box;
}

#nav ul ul, #nav ul ul ul{
    display:none;
    position: absolute;
	padding:0;
    margin-top:-1.8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
	display:none;
 }

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}


#nav ul ul, #nav ul ul ul, #nav li,#nav ul li, a.subul a,.subul a:link,.subul a:visited,.subul a:active, ul.subul, a.topmain, ul.topmain  {
	width: 80px;
}

#nav ul ul, #nav ul ul ul{
    margin-left: 80px;
}


