
/*** top nav ***/

#nav_sub_wide_base {
	width:100%;
	height:30px;
	margin:0 auto;
	/*
	background: url(images/bg_nav_base.png) repeat-x center top;
	*/
	background-color:#003366;
}

#nav_sub_wide_base p {
	margin:0px;
	/*
	padding:0px;
	*/
	padding:0px 24px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

.top_nav_item {
	/*
	background:url(images/bg_nav.png) repeat-x center top;
	*/
	float:right;
	/*
	width:160px;
	*/
	height:30px;
	border-right: #002447 solid 1px;
	border-left: #29547f solid 1px;	
}

a.top_nav {
	color:#fff;
	text-decoration:none;
}

a.top_nav:hover {
	color:#fff;
	text-decoration:underline;
}

/*** end top nav ***/
