/* CSS Document */

.shadetabs{
padding: 0;
width: 100%;
background:#E4E4E4;
/*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: white;
text-decoration: none;
padding: 3px 10px 4px 10px;
background:#ECEBEB; /*Brown color theme*/ 
border:1px solid #CBCBCB;
font-size:11px;
border-top:1px solid #E4E4E4;
margin-left:-1px;
}

.shadetabs a:hover{
background: #CBCBCB; /*Brown color theme*/ 
color: #fff;
border-top:1px solid #CBCBCB;
}

.shadetabs a.selected{ /*currently selected tab*/
background-color: #fff; /*Brown color theme*/ 
color: #666;
border-bottom:1px solid #fff;
}
.shadetabs a.selected:hover {
	border-top:1px solid #fff;}
.tpajaxwrp {
	border:1px solid #CBCBCB;
	background:#FFFFFF;
	text-align:left;
}
