@charset "utf-8";
a:link {text-decoration:none; color:#334A7E;}
a:visited {text-decoration:none; color:#334A7E;}
a:hover {text-decoration:underline; color:#334A7E;}
a:active {text-decoration:none; color:#334A7E;}

table.navigate{
	width:100%;
	height:25px;
	background:#96999E;
}
span.white{
	color:#FFF;
	font-size:14px;
}
#nav_menu{
	width:180px;
	background:#CCC;
	padding:0px;
}
#nav_menu li{
	list-style-type:none;
	background:#FFF;
	padding:0px;
}
#nav_menu a{
	font-size:14px;
	color:#000;
	text-decoration:none;
}
div.nav_content_item{
	height:30px;
	width:180px;
	border: solid 1px #000;
}
ul.nav_item{
	background:#FFF;
	list-style-type:none;
	padding:0px;
}
div.subm {
	display:none;
	vertical-align:top;
}
div.subm ul{
	padding-left:10px;
	vertical-align:top;
}

div.subm li{
	list-style-type:none;
}

/*div.subm li:hover{
	list-style-type:none;
}*/
div.subm a{
	width:100%;
	height:100%;
	display:block;
	color:#B6B6B6;
	text-decoration:none;
}
div.subm a:hover{
	width:100%;
	height:100%;
	display:block;
	color:#96999E;
	text-decoration:none;
}
#vmenu{
	width: 180px;
	overflow:hidden;
	color:#B6B6B6;
}
#vmenu a.link{
	font-size:13px;
	color:#B6B6B6;
	text-decoration:none;
}
#vmenu a.link:hover{
	font-size:13px;
	color:#96999E;
	text-decoration:none;
}
#vmenu td{
	width: 180px;
	border-bottom: solid 1px #96999E;
}
div.subitem{padding-left:8px; padding-top:10px;	width:180px; height:40px;}
div.subitem_active{padding-left:8px; padding-top:10px; width:180px; height:40px; background:#F2F2F2;}
a.static_link{
	color:#96999E;
	text-decoration:none;
	font-weight:bold;
}


