.basictab{
padding: 16px 0;
margin: 0;
font-size:13px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
clear:both;
}

.basictab li{
float:left;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 14px 12px;
border-bottom:2px solid #0c5c9b;
color: #fff;
height:49px;
text-transform:uppercase;
background-image:url(../images/navbg.jpg);
background-repeat:no-repeat;
background-position:right;
}


.basictab li a:visited{
color: #fff;
}

.basictab li a:hover{
background-color: #04467a;
border-bottom:2px solid #04467a;
color: #fff;
background-image:none;
}

.basictab li.wsub a:hover{
background-color: #04467a;
border-bottom:2px solid #04467a;
color: #fff;
background-image:url(../images/navbgsub.gif);
background-repeat:no-repeat;
background-position:center;
}

.basictab li a:active{
color: fff;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	background-color: #04467a;
	color: #fff;
	border-bottom:2px solid #04467a;
	background-image:url(../images/navselected.gif);
	background-repeat:no-repeat;
	background-position:center top;
}


.submenustyle{
	padding: 10px;
	margin:17px 0 0 0;
	width: auto;
	background-color:#04467a;
	display: none;
	clear:both;
	color: #fff;
}

div.subselected {
	display:block;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a {
padding: 1px 0;
text-decoration: none;
color:#fff;
}

.submenustyle a:hover{
color:#ffb03b;
}

.submenustyle a.subrss {
padding: 1px 4px 1px 20px;
background-image:url(../images/subnavrss.gif);
background-repeat:no-repeat;
background-position:0 2px;
}