
.tabbg{background:#E1E8F3; border:1px solid #CFCFCF; padding:12px;}
.tabnav{height:20px; font-size:13px;}
.tabnav ul{margin:0; padding:0; list-style-type:none}
.tabnav ul li{float:left; margin:0 1px 0 0; padding:0 10px 0 10px; height:20px; background:#999;}
.sep{height:20px;}

.shadetabs{
padding: 3px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 11px Trebuchet MS;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin-left: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
border: 1px solid #cccccc;  /* #B8D98F */
color: #ffffff; /* 003399 */
background: #999999; /*url(shade.gif) top left repeat-x*/
}

.shadetabs li a:link, .shadetabs li a:active, .shadetabs li a:visited{
color: #ffffff; /* 003399 */
}

.shadetabs li a:hover{
text-decoration: underline;
color: yellow; /* 2d2b2b */
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
border-bottom-color: white;
background-color: #999999;
color: yellow;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
background: #e1e8f3;
border: 1px solid #cccccc; /*B8D98F*/
width: 553px;
height: 175px;
margin-bottom: 1em; 
}