/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 12px 7px 3px 5px;
	margin-right: 3px;
	color: #666666;
	background: white url(../images/tab_left_inactive.gif) top left repeat-x;
	border-bottom: 1px solid #B0B2B5;
}

.shadetabs li a:visited{
	color: #666666;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #438dd1;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	color: #438dd1;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/tab_left_active.gif);
	border-bottom-color: white;
	color: #438dd1;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #438dd1;
}


