.shadetabs{
	padding: 5px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	color: #D6E0E8;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin-right: 6px;
	color: #183765;
	background: white url(shade.gif) top left repeat-x;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #93D5EF;
	border-left: 1px solid #93D5EF;
}

.shadetabs li a:visited{
color: #183765;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0071E1;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #CCCCCC;
width: 450px;
margin-bottom: 1em; padding: 2px;
}
#ajaxBox {
	border-top: 1px solid #93D5EF;
	border-right: 1px solid #93D5EF;
	border-bottom: 1px solid #93D5EF;
	border-left: 1px solid #93D5EF;
}

