
#menu {
	background: #7B74A3;
	float: left;
	list-style: none;
	width: 700px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding: 0;
	margin-top: 10px;
}
#menu li {
	float: left;
	font-size: 0.9em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #150C46;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#menu a {
	background: #7B74A3 url("images/seperator.gif") bottom right no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a.selected{
	background: #393E77 url("images/seperator.gif") bottom right no-repeat;
	color: #FFFFFF;
	padding-bottom: 5px;
}
#menu a:hover {
	background: #615988 url("images/seperator.gif") bottom right no-repeat;
	color: #FFFFFF;
	padding-bottom: 5px;
	}
	
