div#menu {
	background: #EBEBEB url(../images/site_menu_background.jpg) repeat-y;
	border-top: thin solid #283A7B;
}
div#menu a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #233F92;
	font-weight: bold;
	text-decoration: none;
}
div#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #233F92;
	font-weight: bold;
	text-decoration: underline;
}
div#menu ul {
	list-style: none;
	line-height: 12px;
}
div#menu ul li {
	margin-left: -12px;
}