div#nav_container {
	position:absolute;
	z-index:4000;
	top:0px;
	left:0px;
	width:485px;
	height:30px;
	background-color: transparent;
}

div.nav_main{
	float:left;
	width:auto;
	height:30px;
	margin-left:0px;
	background-color: transparent;
}

div.nav_main:hover{
	cursor:pointer;
}

div.subnav_container {
	display:none;
	clear:both;
	position:absolute;
	top:30px;
	margin-left:25px;
	width:125px;
	height:auto;
	background-color: transparent;
	z-index:501;
}

div.sub_header {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:auto;
	height:30px;
	background-color: transparent;
	}
	
div.arrow {
	display:none;
	float:right;
	right:0px;
	top:0px;
	height:30px;
	width:14px;
	background-color:#000;
}

div.arrow img {
	position:relative;
	top:3px;
	margin-left:-2px;
}

div.sub_header div{
	position:relative;
	width:auto;
	top:9px;
	margin-left:25px;
	color:#000;
	font-family:impact,arial,verdana;
	font-size:18px;
	text-transform:lowercase;
	}

	div.sub_header div:hover{
		width:auto;
		color:#2024D0;
		cursor:pointer;
	}

div.subnav {
	clear:both;
	width: 125px;
	height:23px;
	cursor:pointer;
	NObackground: #000163 url('../images/menu_bkgd.jpg') repeat-x fixed 0% 0%; 
	NObackground-color:#000163;
	background-image: url('../images/menu_bkgd.jpg');
	background-repeat: repeat-x; 
	font-family:arial,verdana;
	font-size:12px;
	color:#fff;
	filter: Alpha(Opacity=95);
	-moz-opacity:0.95;
}

div.subnav:hover{
	background-color:#262B4D;
	background-image: url('../images/nothing.jpg');
	filter: Alpha(Opacity=100);
	-moz-opacity:1.0;
}

div.subnav span{
	position:relative;
	top:4px;
}

div.subnav span a{
	color: #fff;
	text-decoration:none;
}