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

.shadetabs {
	width:698px;
	height:55px;
	margin:0px;
	padding:0px;
	color:#454545;
	font-family:Georgia, "Times New Roman", Arial, Verdana, Tahoma;
	font-size:16px;
	font-weight:normal;
	list-style-type:none;
	text-align:left; /*set to left, center, or right to align the menu as desired*/
	overflow:hidden;
}

.shadetabs li {
	width:auto;
	height:55px;
	display:inline;
	margin:0px;
	padding:0px;
	float:right;
	overflow:hidden;
}

.shadetabs li a {
	width:auto;
	height:39px;
	text-decoration:none;
	position:relative;
	z-index:1;
	padding:11px 15px 0px 15px;
	margin:15px 0px 0px 5px;
	color:#454545 !important;
	float:left;
	background:url(../images/gfx/menu2_bg2.jpg) repeat-x top left;
	overflow:hidden;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}

.shadetabs li a:visited {
	color:#454545;
	text-decoration:none;
}

.shadetabs li a:hover {
	height:40px;
	color:#023d72 !important;
	background:url(../images/gfx/menu2_bg1.jpg) repeat-x top left;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
}

.shadetabs li a.selected { /*selected main tab style */
	height:40px;
	position:relative;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
}

.shadetabs li a.selected { /*selected main tab style */
	height:40px;
	color:#023d72 !important;
	background:url(../images/gfx/menu2_bg1.jpg) repeat-x top left;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
}

.shadetabs li a.selected:hover { /*selected main tab style */
	height:40px;
	color:#023d72 !important;
	background:url(../images/gfx/menu2_bg1.jpg) repeat-x top left;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
}
