.tab-container {
	clear: left;
}

.shadetabs{
padding: 0px 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 1px;
margin-bottom: 3px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: none;
background: white url('/pict/bar_off.gif') top left repeat-x;
}

.shadetabs li.selected{
position: relative;
top: 3px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url('/pict/bar_on.gif');
border-bottom-color: white;
}

.shadetabs li a:hover{ /*selected main tab style */
background-image: url('/pict/bar_on.gif');
border-bottom-color: white;
}

.contentstyle{
border: 1px solid gray;
width: 600px;
margin-bottom: 1em; padding: 10px;
}

#maintab li a:hover {color: #000000; text-decoration: none;}
#maintab li a {color: #000000; text-decoration: none;}
