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

.contenedorTabs { border:1px solid #c2c2c2; width:305px; margin-bottom: 0em; padding: 10px; float:left;}


.shadetabs{
margin-left: 4px;
margin-top: 0px;
margin-bottom: 0px;
padding:0;
font-family: "Swis721 BT";
font-size:10px;
font-weight:bold;
letter-spacing:1px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
z-index:8;
}

.shadetabs ul{
margin: 0;
padding:0;
}

.shadetabs li{
display: inline;
float:left;
margin-left:-4px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 8;
width:65px;
color:#6c6a6a;
display:block;
text-align:center;
padding-top:3px;
padding-bottom:3px;
background:  url(/images/tab.jpg) top left no-repeat;
}

.shadetabs li a:hover{
text-decoration: none;
position: relative;
z-index: 8;
width:65px;
text-align:center;
padding-top:3px;
padding-bottom:3px;
color:#ff3c00;
background:  url(/images/tabOver.jpg) top left no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
text-decoration: none;
position: relative;
z-index: 8;
width:65px;
display:block;
text-align:center;
padding-top:3px;
padding-bottom:3px;
color:#ff3c00;
background:  url(/images/tabOver.jpg) top left no-repeat;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
position: relative;
z-index: 8;
width:65px;
display:block;
text-align:center;
padding-top:3px;
padding-bottom:3px;
color:#6c6a6a;
background:  url(/images/tab.jpg) top left no-repeat;
}
