/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 21px Verdana;
text-align: center;
list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: block;
float: left;
background-image: url(Bca_Up.jpg);


}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 0px;
margin-right: 0px;
color: #c28935;
width:  164px;
padding-top: 7px;
text-align: center;

}

.shadetabs li a:visited{
width:  164px;
height: 37px;
text-align: center;
}

.shadetabs li a:hover{
color: #c28935;
width:  164px;

text-align: center;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color: #da9a3d;
width:  164px;
text-align: center;


}

.pad {
	padding-top: 7px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: 77777;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/***************************** this is for the new menu ************************************/

.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 13px;
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*/
}

.shadetabs2 li{
display: inline;
margin-top: 10;
}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: url(shade.gif) top left repeat-x;
}

.shadetabs2 li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
color: #2d2b2b;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 150px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: 77777;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
