/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin:0px;
padding:0px;
z-index:1;
}

.shadetabs li{
	margin:0px;
	list-style-type: none;
	float:left;
}
.shadetabs li a div{
	margin:0px;
	width:129px;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	height:20px;
	float:left;
	background: url('images/gry-tab.jpg') no-repeat center 0px ;
	padding:0px;
	padding-bottom:3px;
	padding-top:5px;
	z-index:0;

position: relative;
}

.shadetabs li a:visited{
color: #666666;
}

.shadetabs li a:hover {
text-decoration: underline;
color: #666666;
}

.shadetabs li a.selected div{ /*selected main tab style */
position: relative;
background-image: url('images/org-tab.jpg');
width:129px;
color:#FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


