.basictab{
	text-transform:uppercase;
	padding-left: 10px;
	font: bold 12px Verdana;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	text-transform:uppercase;
	display: inline;
	margin: 0;
}

.basictab li a {
	background: transparent url(../img/menu_circle.jpg) no-repeat top left;
	line-height: 25px;
		text-transform:uppercase;
	padding-top: 2px;
	padding-left: 22px;
	padding-bottom: 10px;
	margin-right: 2px;
	text-decoration: none;
	border-bottom: none;
	font-size: 85%;
	color: #ffffff;
}


.basictab li a:visited{
	color: #ffffff;
		text-transform:uppercase;

}

.basictab li a:hover{
	background: transparent url(../img/menu_circle-h.jpg) no-repeat top left;
	color: #00A3E5;
	text-transform:uppercase;
}

.basictab li a:active {
	background: transparent url(../img/menu_circle-h.jpg) no-repeat top left;
	color: #00A3E5;
	text-transform:uppercase;
}

.submenustyle{
padding: 2px 1px;
border: 1px solid #ffffff;
border-top-width: 0;
width: auto;
display: none;
background-color:#FFFFFF;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a {
padding: 1px 5px 0px 10px;
text-decoration: none;
color: #00ADEF;
font-size: 85%;
font-weight: bold;
}

.submenustyle a:hover{
color: #000;
}
