.basictab{
/*padding: 3px 0;*/
padding-left: 3%;
padding-top: 7px;
margin-left: 0;
margin-top: 0px;
	
	/* fonts*/
	
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;;
	color: white;

/*border-bottom: 1px solid gray;*/
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
/*padding: 3px 0px;*/
margin-right: 2px;
/*border: 1px solid gray;*/
border-bottom: none;
color: white;
}


.basictab li a:visited{
color: white;
}

.basictab li a:hover{
color: #666666;
text-decoration: none;
}

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

.basictab li.selected a{ /*selected tab effect*/
position: relative;
/*top: 1px;*/
padding-top: 10px;
color: white;
text-decoration:none
}
.basictab li.selected a:hover{ /*selected tab effect*/
position: relative;
color: #666666;
}


.submenustyle{
background: url(../img/bottom.jpg) repeat-x; 
/*padding: 2px 1px;*/
padding-left: 3%;
padding-top: 10px;
margin-top: 10px;
text-align: left;
height: 35px;
/*border: 1px solid black;
border-top-width: 0;*/
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;

font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;;
	color: #CCCCCC;

}

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

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

.submenustyle a:hover{
color:#333333;
text-decoration: none;
}
