/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs
{
	margin:0px;
	padding:0px;
   list-style-type : none;

	 width:100%
}

.shadetabs li
{
	float: left;
	margin: 0;
	border-left: #aaccef 1px solid;
	border-top: #aaccef 1px solid;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 55px;
	background-image: url(../images/tabtitlebg.jpg);
	background-repeat: repeat-x;
}

.shadetabs li a
{
	display:inline;
	text-decoration: none;
	position: relative;
	z-index: 1;

	  
}



.shadetabs li a:hover{
text-decoration: underline;
color: #0672D2;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#0672D2;
background-image:none;
 border-bottom: #ffffff 1px solid;

}

.shadetabs li a.selected{ /*selected main tab style */
 background-color:White;
 display:block;
 border-bottom: #ffffff 1px solid;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
