/* MAIN MENU */

#menu {
	background: #BBB749;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	/* width: 516px; */
}
#menu li {
	float: left;
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #BBB749 url("/_images/seperator.gif") bottom right no-repeat;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 8px;
	text-decoration: none;
	font-weight: normal;
}
#menu a.selected {
	background: #0574a2 url("/_images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 8px;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover {
	background: #0574a2 url("/_images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 0px;
}



/* SUB-MENU */

#submenu {
	background: #CCC975;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu li {
	float: left;
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
}
#submenu a {
	background: #CCC975 url("/_images/seperator.gif") bottom right no-repeat;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 8px;
	text-decoration: none;
	font-weight: normal;
}
#submenu a.selected {
	background: #0574A2 url("/_images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 8px;
	text-decoration: none;
	font-weight: normal;
}
#submenu a:hover {
	background: #0574A2 url("/_images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 0px;
}
