.basictab{
padding: 3px 0 3px 14px;
margin-left: 0;
list-style-type: none;
margin-bottom: 0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}

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

.basictab li a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
text-decoration: none;
padding: 3px 12px 3px 1px;
margin-right: 2px;
color: #3B3B3B;
height:50px;
width:110px;
border: 0;
display: block;
float:left;
background: url(images/menu_green.gif) no-repeat;
position:relative;
line-height: 42px;
}

.basictab li a:visited{
color: #3B3B3B;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}

.basictab li a:hover{
background-image:url(images/menu_ltgreen.gif);
background-repeat:no-repeat;
color: #3B3B3B;
height:50px;
width:110px;
}

.basictab li a:active{
color:  #3B3B3B;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
background-image:url(images/menu_brown.gif);
background-repeat:no-repeat;
color:  #3B3B3B;
}
.basictab li.doubleline a{
	line-height:22px;
}

.submenustyle{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #576716;
padding: 2px 1px 2px 8px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

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

.submenustyle a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
padding: 1px 5px 1px 8px;
text-decoration: none;
color: #576716;
}

.submenustyle a:hover{
 	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:  #D5AC57;
}
.submenustyle a:visited:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:  #D5AC57;
}