/* ######### CSS for Shade Tabs.  */

.shadetabs{
padding: 0px 0;   /*KC*/
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;


}

.img{
	background: white url(../images/new.jpg) top left repeat-x;
    text-decoration: blink;
	}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
border: 1px solid #778;
margin-right: -0px;
top:-6px;
padding:5px;

color: #2d2b2b;
background: white url(../images/index_shade_off.gif) top left repeat-x;
}



.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
background: white url(../images/index_shade_active.gif) top left repeat-x;
}



.shadetabs li a.selected{ /*selected main tab style */
background: white url(../images/index_shade_active.gif) top left repeat-x;
}

/* login CSS for Shade Tabs.  */
.logintabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.logintabs li{
display: inline;
margin: 0px;

}

.logintabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin-right: -0px;
top:-13px;
padding:5px;
color: #2d2b2b;
background: white url(../images/index_shade_off.gif) top left repeat-x;
}



.logintabs li a:visited{
color: #2d2b2b;
}

.logintabs li a:hover{

color: #2d2b2b;
background: white url(../images/index_shade_active.gif) top left repeat-x;
}



.logintabs li a.selected{ /*selected main tab style */
background: white url(../images/index_shade_active.gif) top left repeat-x;
}


.ThirdTab
{
}

.ThirdTab ul{font-size:11px;font-family:verdana;}
.ThirdTab ul li{font-size:11px;font-family:verdana;}