div#top_menu {
	margin:0px;
	padding:0px;
	width:906px;
	position: relative; 
	top:0px;
	left:0px;
	z-index:90;
}

/*Drop Down Menus*/
#nav1Sub,#nav2Sub,#nav3Sub,#nav5Sub,#nav6Sub { 
	visibility: hidden; 
}

div.topNav {
	float:left; 
	position:relative;
	padding:0;
	margin:0;
}

div.nav01_text,div.nav02_text,div.nav03_text,div.nav05_text,div.nav06_text { 
	position: absolute; 
	overflow: visible; 
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.8); 
	opacity: .9; 
	z-index:99;
	background: #FFFFFF;
	padding: 8px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

#nav1Sub1,#nav1Sub5 { 
	position: absolute; 
	visibility: hidden; 
}

.menuItem a {
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000068;
	text-decoration: none;
}

.menuItem a:hover {
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}