.menu #promote
{
	background-color:#00AFEA;
	float:left;
	width:7.6%;
	height:inherit;
	
	
}

.menu 
{
height:37px;	
	
}

.menu #promote a img
{
margin-top:10px;	
}






	
.menu #tabs {
	float:left;
	width:92.4%;
	background-color:#00AFEA;
	font-size:93%;
	line-height:normal;
	}

.menu #tabs ul {
	margin:0;
	padding:10px 10px 0 2px;
	list-style:none;
	}

.menu #tabs li {
	display:inline;
	margin:0;
	padding:0;
	}







.menu #tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0 0 0 2px;
	padding:0 0 0 1px;
	text-decoration:none;
	}

.menu #tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #006;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:525;
	letter-spacing:.8px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menu #tabs a span {float:none;}

/* End IE5-Mac hack */
.menu #tabs a:hover span {
	color:#906;
	}
	
.menu #tabs .current a
{

background-position:0% -42px;


}

	.menu #tabs .current a span
{

color:#906;
background-position:100% -42px;

}
	

.menu #tabs a:hover {
	background-position:0% -42px;
	}

.menu #tabs a:hover span {
	background-position:100% -42px;
	}
