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

.shadetabs{
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*/
}




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





.tabcontent{
display:none;
}
.tabcontent img{
max-width: 530px;

width: expression(this.width > 530 ? 530: true);

}

@media print {
.tabcontent {
display:block !important;
}
}

.tabs{ width:500px; overflow:hidden}
	.tabs li{ display:block; float:left;}
	.tabs a{ background:url(bgd_tab_normal_left.gif) top left no-repeat; display:block; float:left; padding:0 0 5px 7px;}
	.tabs span{ background:url(bgd_tab_normal_rig.gif) top right no-repeat; display:block; padding:5px 7px 0 0; font-size:9px; font-weight:bold; text-transform:uppercase ;color: #666666;}
	.tabs a:hover{ background:url(bgd_tab_act_lef.gif) top left no-repeat; text-decoration: none;color:#FFFFFF}
	.tabs a:hover span { background:url(bgd_tab_act_rig.gif) top right no-repeat ;color: #FF0000;}
	
	.tabs  a:active { background:url(bgd_tab_act_lef.gif) top left no-repeat;text-decoration: none; color:#FFFFFF}
	 .tabs  a:active  span  { background:url(bgd_tab_act_rig.gif) top right no-repeat}
	 
.tabcontent ul{
padding-left: 30px ;
}	
.tabcontent ul li{
padding-top: 5px ;
}	 
