/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 10px;
padding-left: 3px;
padding-right: 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: Verdana;
font-size:9px;
color: #9a1919;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-top:1px solid #000000;
width:835;
border-right:1px solid #000000;
border-left:1px solid #000000;
}

.shadetabs li{
display: inline;
margin: 0;
}
	
.shadetabs li a{
text-decoration: none;
position: relative;
padding: 10px;
padding-right: 5px;
margin-right: 0px;
border-bottom:1px solid #000000;
width:auto;
color:#9a1919;
}

.shadetabs li a:visited{
height:33px;
}

.shadetabs li a:hover{
color: #ffffff;
/*top: 1px;*/
background-color:#9a1919;
background-image:url(../images/att_tab_hover2.jpg);
background-repeat:repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #ffffff;
position: relative;
top: 1px;
padding: 10px;
/*background-image:url(../images/attorneydroptdbg.jpg);*/
background-image:url(../images/att_tab_hover.jpg);
background-repeat:repeat;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
border-bottom:0px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-color:#9a1919;
color:#ffffff;
background-image:url(../images/att_tab_hover.jpg);
background-repeat:repeat;
}

.tabcontent{
display:none;
font-size:12px;
}