div#nav_container {
	position:relative;
	top:0px;
	left:0px;
	width:766px;
	height:30px;
}

div.nav_main{
	position:relative;
	float:left;
	width:95px;
	width:auto;
	height:30px;
	top:0px;
}

.clear {
	clear:both;
	}

div.nav_main:hover{
	cursor:hand;
}

div.subnav_container {
	display:none;
	clear:both;
	position:absolute;
	top:0px;
	width:125px;
	height:auto;
	z-index:6;
}

div.sub_header {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	NOwidth:95px;
	NOwidth:100%;
	width:auto;
	height:30px;
	}
	
div.sub_header span, div.sub_header span a{
	text-decoration:none;
	color:#000;
	}
	
div.sub_header span a:hover{
	text-decoration:underline;
	}

	
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 span{
	position:relative;
	top:7px;
	color:#000;
	font-family:'Trebuchet MS',arial,verdana;
	font-size:12px;
	text-transform:uppercase;
	font-weight: bold;
}

div.subnav {
	clear:both;
	position:absolute;
	width: 125px;
	height:23px;
	background-color:#fff;
	font-family:'Trebuchet MS',arial,verdana;
	font-size:11px;
	color:#fff;
	filter: Alpha(Opacity=85);
	-moz-opacity:0.85;
}

div.subnav:hover{
	cursor:hand;
	filter: Alpha(Opacity=100);
	-moz-opacity:1.0;
}

div.subnav span{
	position:relative;
	top:4px;
	font-size:11px;
}

div.subnav span a{
	color: #000;
	text-decoration:none;
}