/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{

padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; 

/*set to left, center, or right to align the menu as desired*/
}

.shadetabs{

display: inline;
margin: 0;
}

.shadetabs a{
width:250px;
text-decoration: none;
position: relative;
z-index: 3;
padding: 15px 0px;
margin-right: 3px;
border: 0px solid #778;
color: #2d2b2b;
background:url(images/but/gmsh_36.png) top left no-repeat;
}

.shadetabs a:visited{
width:300px;
color: #2d2b2b;
}

.shadetabs a:hover{
width:300px;
text-decoration:none;
color: #2d2b2b;
}

.shadetabs a.selected{ /*selected main tab style */
width:300px;
position: relative;
top: 0px;
}

.shadetabs a.selected{ /*selected main tab style */
width:300px;
background-image: url(images/but/gms_36.png);
border-bottom-color: white;
width:300px;
}

.shadetabs a.selected:hover{ /*selected main tab style */
width:300px;
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

