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

.shadetabs{
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-family: tahoma;
font-size:11px;
}

.shadetabs li{

margin: 0;
}

.shadetabs li a{
border-left:0px;
position: relative;
z-index: 1;
color: #2d2b2b;
background: white url(../images/shade.gif) bottom left repeat-x;
}

.shadetabs li a:visited{
border-left:2px solid red;
}

.shadetabs li a:hover{
color:red;
text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style 
//position: relative;*/
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
color:red;
text-decoration: none;
}

.tabcontent{
display:none;
font: 11px Verdana;
line-height:18px;
text-align:justify;
}