/* CSS Document */

.shadetabs{
padding: 0px 0px;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 0px;
margin-right:10px;
font: normal 10px Verdana;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
border-bottom-width:1pt;
border-bottom-color: #CCCCCC;
border-bottom-style:groove;
padding-bottom:2px;
padding-top:0px;
margin: 0;
font-family: verdana;
font-size: 10px;
color: #F00600;
background: white url(../images/arrow1.jpg) no-repeat left center;
list-style-type: none;
padding-left: 2px;
margin-bottom: 2px;
	/*list-style: square inside url(images/arrow1.jpg); */
}

.shadetabs li a{
   text-decoration: none;
   margin-left:20px;
   margin-right: 1px;
   font-family: verdana;
   font-size: 10px;
   color: #000000;
   text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;

}

.shadetabs li a:visited{
color: #000000;

}

.shadetabs li a:hover{
text-decoration: none;
COLOR:#FF0000;
}

.shadetabs li.selected{
color:#FF0000;
font-weight:bold;
text-decoration: none;
}

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

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
COLOR:#FF0000;

}

.contentstyle{
border: 0px;
width: 100%;

}
/********* Shade Tab Products ***************/

.shadetab{
padding: 0px 0px;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 0px;
margin-right:10px;
font: normal 10px Tahoma;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetab li{
padding-bottom:2px;
padding-top:0px;
margin: 0;
font-family:Tahoma;
font-size: 11px;
color: #0652c3;
background: url(../images/arrow1.jpg) no-repeat left center;
list-style-type: none;
padding-left: 2px;
margin-bottom: 2px;
	/*list-style: square inside url(images/arrow1.jpg); */
}

.shadetab li a{
   text-decoration: none;
   margin-left:20px;
   margin-right: 1px;
   font-family: Tahoma;
   font-size: 11px;
   color: #0652c3;
   font-weight:bold;
   text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;

}


.shadetab li a:hover{
text-decoration: underline;
}

.shadetab li.selected{
color:#FF0000;
font-weight:bold;
text-decoration: none;
}

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

.shadetab li.selected a:hover{ /*selected main tab style */
text-decoration: none;
COLOR:#FF0000;

}