.basictab ul{
margin-left: 6px;
margin-right: 6px;
margin-bottom: 5px;
margin-top: 0px;
padding: 6px 0px 0px 0px;
/*padding: 3px 0;*/
margin-left: 0;
font: normal 16px Arial;
xborder-bottom: 1px solid white;
list-style-type: none;
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-top: 5px;
padding-bottom: 6px;
padding-left: 15px;
padding-right: 15px;
margin-right: 3px;
xborder: 1px solid white;
border-bottom: none;
xbackground-color: #ffffff;
color: #d38787;
font-weight:normal;
}

.basictab li a:visited{
color: #d38787;
}

.basictab li a:hover, .basictab li a.current{
background-color: #d38787;
color: #ffffff !important;
}

.basictab li a:active{
color: #d38787;
}

.tabcontainer{
	xbackground-color:#000; /* For testing */
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
font: normal 12px Verdana;
color: #ffffff;
padding-top: 6px; /* Space on top and bottom inside pink band */

}

.tabcontent a:link {
color: #ffffff !important;
text-decoration:none;
}

.tabcontent a:active {
color: #ffffff !important;
}

.tabcontent a:hover {
color: #ffffff !important;
text-decoration: underline;
}
.tabcontent a:visited {
color: #ffffff !important;
}