
.shadetabs{
	width: 490px;
	padding: 3px 0;
	margin:24px 0px 0px 0px;
	font:12px "Trebuchet MS";
	color: #2b3740;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border:0px solid #000;}

.shadetabs li{
	display: inline;
	margin: 0;}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 0px solid #778;
	color: #105cbf;
	/*background-color:#dae3e8;
	background: white url(shade.gif) ;*/}

	.shadetabs li a:hover{
		text-decoration: underline;
		color: #105cbf;}

	.shadetabs li.selected{
		position: relative;
		top: 1px; 
		color: #105cbf;}

	.shadetabs li.selected a{ 
		/*background-color:#8298a7;
		background-image: url(shadeactive.gif);*/
		border-bottom-color: white;
		font-weight:bold;
		color: #105cbf;}