* --------------------------------- *

* --------------------------------- *

/* #########  ######### */

.shadetabs{padding: 3px 0;margin-left: 3;margin-top: 1px;margin-bottom: 0;font: bold 10px 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;solid navy}

.shadetabs li a{margin-top: 1px;text-decoration: none;position: relative;z-index: 1; top: 0px;padding: 5px 5px;margin-top: 10px;border: 1px solid #252525;color: #a1a1a1;background: white url(/gs/XXX/inffon.jpg);solid navy}

.shadetabs li a:visited{color: #a1a1a1;}

.shadetabs li a:hover{text-decoration: none;color: #1E90FF;}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;top: 0px;padding: 5px 5px;color: #1E90FF;}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/gs/XXX/inffon.jpg);
border-bottom-color: url(/gs/XXX/inffon.jpg);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;}

.tabcontent{display:none;}

@media print {
.tabcontent {
display:block !important;
}
}