.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{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 510px;
margin-bottom: 1em;
padding: 10px;
background-color:#FFFFFF;

}

.tabcontent{
display:none;
background-color:#FFFFFF;
}

@media print {
.tabcontent {
display:block!important;
background-color:#FFFFFF;
}
}






a.inews:link {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: bold;
				color: white;
				text-decoration: none;
				margin-bottom:0px;
			}     /* unvisited link */
			
a.inews:visited {color: white}  /* visited link */
a.inews:hover {color: white}   /* mouse over link */
a.inews:active {color: white}   /* selected link */ 

/* Vertical Menu */
#s0l_news { background: #000; padding: 0px 0px 0px 0px; margin: 0 0 15px; list-style: none; }
#s0l_news li { background: none; padding: 0; margin: 0; border-bottom: 1px solid #000000; }
#s0l_news li.x { border-bottom: none; }
#s0l_news li a { position: relative; display: block; font-size: 1.1em; padding: 0em 0em 0em 2em; color:#FFffff; text-decoration: none}
#s0l_news li a:hover, #s0l_news li a:focus, #s0l_news li a:active { background-color: #9a9a9a; color:#FFFF00; }
#s0l_news li a:hover span, #s0l_news li a:focus span, #s0l_news li a:active span { color: #fff; }

/* Horizontal Menu */
#t1s li { float: right; font-size: 1em; border-left: 1px solid #3D7EDC; }
#t1s li a { display: block; color: #ffffff; background: #000000; padding: 0.4em 0.6em; line-height: .5em;  text-decoration: none} 
#t1s li a:hover, #t1s li a:focus, #t1s li a:active { color:#FFFF00; background: #000000; }

#t1s li.tx {
	font-family: Tahoma, sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	text-decoration: none;
	display: inline;
}
#t1s li.tx a { padding: 0.4em 2.3em 0.4em 1em; background: #3D7EDC no-repeat; } 
#t1s li.tx a:hover, #t1s li.tx a:focus, #t1s li.tx a:active { background: #ffffff no-repeat; }

#mailsubmit:hover{
border:#d3d3d3;
color:black;
font-size:100%;
background:white;
}
#mailsubmit{
padding:1px;
font-size:100%;
border: 1px solid blue;
background:#3E6FBE;
color:yellow;
}



