﻿.basictab ul{ margin-bottom:30px;
margin: 4px;
padding: 6px 0;
margin-left: 0;
font:12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{ margin-top:20px;}

.basictab li a{ width:80px; height:20px; float:left; margin-top:5px;
padding:5px 5px; text-align:center;
text-decoration: none;
margin-right:-1px;
border: 1px solid  #CCCCCC;
background-color: #ffffff;
color: #cccccc;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DEDA27;
color: black;
font-weight:600;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/height:350px;
}

.tabcontent{
display: none;
}