#navicons {
	position: absolute;
	top: 78px;
	left: 370px;
}

#nav {
	position: absolute;
	text-align: left;
	top: 172px;
	left: 55px;
	width: 400px;
	height: 27px;
}

a.navbtn:link, a.navbtn:active, a.navbtn:visited  {
	color: #000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	height: 23px;
	display: block;
	cursor: pointer;
	padding: 0px 7px;
	text-decoration: none;
}
a.navbtn:hover {
	color: #FFF;
	background: #9B9B9B;
}
.navbtndn {
	color: #FFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	height: 23px;
	display: block;
	cursor: pointer;
	padding: 0px 7px;
	text-decoration: none;
	background: #9B9B9B;
}

.submenu {
	z-index: 9999;
	position: absolute; 
	padding: 2px;
	width: 159px;
	display: block;
	background: #9B9B9B;
	border-top: none;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9
}

#mitem, #mitemr, #mitemb {
	z-index: 992;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	cursor: pointer;
	width: 155px;
	height: 18px;
	display: block;
	margin: 2px 0;
	text-indent: 8px;
	background: #FFFFFF;
	text-decoration: none;
}
#mitemr { color: #CE0600; }
#mitemb { color: #2121D2; }
#mitem:hover, #mitemr:hover, #mitemb:hover { color: #FFFFFF; background: #000000; }

