/* ######### CSS for Shade Tabs. Remove if not using ######### */
.indentmenu_gs{
font: bold 11px Arial;
color: #000000;
width: 320px; /*leave this value as is in most cases*/
}

.indentmenu_gs ul{
margin-left: 0;
margin-top: 0;
margin-bottom: -2px;
margin-right: 0;
padding: 0;
float: left;
/*width: 80%;  width of menu*/
border-top: 1px solid #235C24; /*navy border*/
background: white url(/images/inactivemw.gif) center center repeat-x;
}

.indentmenu_gs ul li{
display: inline;
}

.indentmenu_gs ul li a{
float: left;
color: #666666; /*text color*/
padding: 1px 2px;
text-decoration: none;
border-right: 1px solid #235C24; /*navy divider between menu items*/
border-left: 1px solid #235C24; /*navy divider between menu items*/
}

.indentmenu_gs ul li a:visited{
color: #666666;
}

.indentmenu_gs ul li a.selected{
color: #000000 !important;
padding-top: 1px; /*shift text down 1px*/
padding-bottom: 1px;
background: #E7EFE4;
}


.tabcontent_gs{
display:none;
}

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

.subtab_gs
{
	border: 1px #235C24 solid;
	border-collapse:collapse;
	width:99%;
	padding-right: 0;

}



