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

.shadetabs{
padding: 0px 0;
margin-left: 20px;
font: 16px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
float:left;
margin:0;

}

.shadetabs li a{
text-decoration: none;
margin-right: 5px;
color: #FFFFFF;
background:url(../images/tab_bg.jpg) no-repeat top right;
display:block;
height:46px;
padding:0px 7px 0 0;
}

.shadetabs li a .left{ background:url(../images/button_left.jpg) no-repeat left top; height:30px; padding:7px 0 0 7px;}


.shadetabs li a:hover{
text-decoration:none;
color: #0d0200;
}

.shadetabs li a.selected{ /*selected main tab style */

color:#0d0200;
background:url(../images/tab_hover_bg.jpg) no-repeat top right;
border:none;
}

.shadetabs li a.selected .left{ /*selected main tab style */
color:#0d0200;
background:url(../images/button_honer_left.jpg) no-repeat top left;
padding:10px 0 6px 7px;
}
*html .w{ width:210px;}
*html .w1{ width:115px;}
*html .w2{ width:190px;}
*html .w3{ width:222px;}
*html .w4{ width:105px;}