@charset "utf-8";
/* CSS Document */

#menu_standard {
	background: #90bade;
	border-right: 1px solid #000;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	float: left;
	list-style: none;
	margin-bottom:0px;
	margin-top:0px;
	width: 100%;
	text-decoration:none;
	font-size:150%;
	color: #333;
}
#menu_standard li {
	float: left;
	font: 67.5% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-decoration:none;
	list-style:none;
}
#menu_standard a {
	background: #2175bc url("../../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu_standard a:hover {
	background: #333 url("../../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;












