.basictab{
padding: 5px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
font:bold 12px verdana, arial, sans-serif;
list-style-type: none;
color:#fff;
text-align: center; /*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:5px 10px 5px 10px;
border-bottom: none;
margin-bottom:10px;
background-color: #92c236;
color:#ffffff;
}

.basictab li a:visited{
background-color: #92c236;
color:#ffffff;
}

.basictab li a:hover{
padding-top: 8px;
background-color: #339933;
color:#ffffff;
}

.basictab li a:active{
color:#ffffff;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
padding-top: 8px;
background-color: #339933;
color:#ffffff;
}

.submenustyle{
font:11px verdana, arial, sans-serif;
padding: 5px 1px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
background-color: #339933;
color:#ddeaa7;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

/** html .submenustyle{ IE only width definition
width: 100%;
}*/

.submenustyle a{
padding: 1px 5px;
text-decoration: none;
background-color: #339933;
color:#ddeaa7;
}

.submenustyle a:hover{
background-color: #339933;
color:#92c236;
}

