/* CSS Document */
.basictab ul{
margin: 10px;
padding: 3px 0;
margin-left: 5px;
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #666666;
border-bottom: 1px solid #E5E5E5;
list-style-type: none;
text-align: left;
cursor: pointer; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 2px;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #E5E5E5;
border-bottom: none;
background-color: #ffffff;
}

.basictab li a:hover, .basictab li a.current{
background-color: #ffffff;
color: #C63F11;
font-weight: normal;
text-decoration: none;
}

#tabcontentcontainer{
width:100%; /*width of 2nd level content*/
height: 6.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
margin-left: 20px;
margin-rigth: 20px;
margin-top: 20px;
margin-bottom: 20px;
}

.tabcontent {
text-decoration: none;
line-height: 145%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
line-height: 145%;
display: none;
}
