#menu {
	background: transparent;
	list-style: none;
	padding: 0;
	width: 880px;
	float: right;
	z-index: 9;

}
#menu li {
	float: left;
	font: bold 12px Arial, Helvetica;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 4px;
	padding-right: 33px;
	padding-bottom: 4px;	
	padding-left: 33px;
}
#menu a:hover {
	background: #213C6F url("../images/diamond_st_hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 4px;
	}


#locations {
	list-style: none;
	padding: 0;
	z-index: 9;
	background-color: #7BACD4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1250px;
}
#locations li {
	float: left;
	font: bold 12px Arial, Helvetica;
	margin: 0;
	padding: 0;
}
/*
#locations a {
	background: #333 url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	text-decoration: none;
	font-weight:normal;
	padding-top: 4px;
	padding-right: 32px;
	padding-bottom: 4px;
	padding-left: 32px;

}
*/

#locations a {
	background: #7BACD4;
	color: #000;
	display: block;
	text-decoration: underline;
	padding-top: 4px;
	padding-right: 60px;
	padding-bottom: 4px;
	padding-left: 60px;
	font-weight: normal;
}


#locations a:hover {
	background: #213C6F url("../images/diamond_st_hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 4px;
	}
