/* Style sheet for ContentTab menu 5 menu items */
.basictab ul{
margin: 2px; 
/*padding: 3px 0; */
margin-left: 0;
/*font: bold 12px Verdana; */
/*border-bottom: 1px solid #E3C671;*/
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: 3px 7px;
margin-right: 3px;
border: 1px solid #E3C671;
border-bottom: none;
background-color: #F2E6BD;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #E3C671;
color: black;
}

.basictab li a:active{
color: black;
}

#tabcontentcontainer{
width:750px;
/*width:100%; /*width of 2nd level content*/
/*height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}

