.basictab{
	margin-top::0;
padding: 21px 0;
margin-left: 0;
font: lighter 1em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
cursor: pointer;

color: #03386b;

}

.basictab li{
list-style: none; float: left;


}

.basictab li a{
	font: bold 12px Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	cursor: pointer;
	padding: 5px 27px; 
	line-height: 45px;
	margin: 0 1px 0px 0; 
	color: #ffffff;
	background-image:url(../images/ctaste.jpg);
	border-top:solid 1px #CCC; 
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}



.basictab li a:hover{
	background: #03386b; color: #ffffff;
}

.basictab li a:active{
	color: #004990; color: #fff;
}
.basictab li a:last{
	margin: 0; padding: 5px 40px 5px 40px; 
}

.basictab li.selected a{
color: #004990;
background-image:url(../images/btaste.gif);
border-left:solid 1px #ccc;
border-right:solid 1px #ccc;
border-bottom:solid 1px #fff;
}


.submenustyle{
	margin-top:25px;
color: #004990;
display: none;
font:   11px Verdana;
list-style-type: none;
cursor: pointer;
padding: 5px 0px;
filter:alpha(opacity=0);
-moz-opacity:0;
}



* html .submenustyle{ /*IE only width definition*/
width: 100%;

}

.submenustyle a{
	padding: 1px 5px;
	text-decoration: none;
	color: #004990;
	
}

.submenustyle a:hover{
	text-decoration:underline;
	color: #004990;
}
