.firsttab
{
	padding:3px 0px 3px 190px;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 0px solid gray;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left;
}
.firsttab1
{
	padding:3px 0px 3px 290px;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 0px solid gray;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left;
}
.basictab{
padding:3px 0px 3px 280px;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 0px 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 7px;
margin-right: 2px;
border: 0px solid gray;
border-bottom: none;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{

color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;

color: black;
}


.submenustyle{
padding: 2px 2px 2px 300px;
border: 1px solid black;
width:auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width:auto;
}

.submenustyle a{
border-right: 0px dashed black;
padding: 1px 5px;
text-decoration: none;
color:Black;
font: bold 12px Verdana;
}

.submenustyle a:hover{
background-color: #ffffff;
}