.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font:  11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a
{
	
	padding-right: 5px;
	background-position: left top;
	
	padding-left: 0px;
	background-attachment: scroll;
	padding-bottom: 5px;
	
	color: #002166;
	margin-right: 2px;
	padding-top: 0px;
	
	background-repeat: repeat-x;
	
	text-decoration: none;
}

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

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

.shadetabs li.selected
{
	font-weight: bold;
	color: maroon;
	top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */

border-bottom-color: white;
}

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




.contentstyle
{

	padding-right: 15px;

	padding-left: 15px;
	margin-bottom: 1em;
	padding-bottom: 10px;

	width: 100%;
	padding-top: 10px;


	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}