/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
direction:rtl;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;

/*set to left, center, or right to align the menu as desired*/



}







.shadetabs li{



direction:rtl;

padding-left:0px;

padding-right:0px;



margin: 0;



}



.shadetabs a{

text-decoration:none;

color:#ffffff;

}

.shadetabstd{

border:1px;

border-style:solid;

background-color:#CCCCCC;



}

.shadetabstdout{

border:1px;

border-style:solid;

background-color:#FF0000;



}

.shadetabstd:hover{

background-color:#FFFFCC;

}

.shadetabstd:selected{

background-color:#FFCCCC;

}

.shadetabs li a{



text-decoration: none;



position: relative;



z-index: 1;



padding: 3px 7px;



margin-right: 3px;







color: #2d2b2b;



background: white url(shade.gif) top left repeat-x;



}



.shadetabs a:visited{



color: #ffffff;



}





.shadetabs a:visited{



color: #ffffff;

}







.shadetabs a:hover{



text-decoration: underline;



color: #ffffff;



}







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



position: relative;

top: 1px;



}







.shadetabs a.selected{



}







.shadetabs a.selected:hover{ /*selected main tab style */



text-decoration: none;



}
