/* CSS Document */

.shadetabs{
padding: 0;
width: 100%;
background:#41403f;
/*background: url(../ajaxtabs/bgmenutop.gif) repeat-x bottom;*/
voice-family: "\"}\"";
voice-family: inherit;
height:25px;
margin:0 0 10px 0;

}

.shadetabs ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;



}

.shadetabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.shadetabs a{
float: left;
color: black;
text-decoration: none;
padding: 3px 10px  4px 10px;
background:#373635; /*Brown color theme*/ 
border:0px solid #CBCBCB;
font-size:11px;
border-top:0px solid #41403f;
margin-left:-1px;
}

.shadetabs a:hover{
background: #CBCBCB; /*Brown color theme*/ 
color: #41403f;
border-top:0px solid #41403f;
}

.shadetabs a.selected{ /*currently selected tab*/
background-color: #41403f; /*Brown color theme*/ 
color: #666;
border-bottom:0px solid #41403f;
}
.shadetabs a.selected:hover {
	border-top:0px solid #41403f;}
.tpajaxwrp {
	border:0px solid #CBCBCB;
	background:#41403f;
	text-align:left;
}
