/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
padding: 1px 0;
margin-left: 0;
font: normal 9px Verdana;
border-bottom: 0px solid gray;
list-style-type: none;
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: 1px 3px;
margin-right: 1px;
border: 1px solid gray;
border-bottom: none;
background-color: #006666;
color: #FFF;
}

.basictab li a:visited{
color: #FFF;
}

.basictab li a:hover{
	background-color: #FCB42E;
	color: #006666;
}

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

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 3px;
background-color: #DBFF6C;
color: black;
}