/* ######### CSS for Shade Tabs. Remove if not using ######### */


body {
	color:#016e9f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	margin-top:5px;}
	
p {
	margin-left:8px;}
	
#wrapper {
	margin:auto;
	width:510px;
	}

#header {
	width:510px;
	height:260px;
	}
	
#header img {
	border:none;
	margin-top:0px;
	}

.shadetabs{
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #008cca;
color: #008cca;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #008cca;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #008cca;
}

.shadetabs li a.selected{ /*selected main tab style 
position: relative;
top: 3px;*/
}

.shadetabs li a.selected{ /*selected main tab style 
background-image: url(shadeactive.gif);
border-bottom-color: white;*/
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
