#menu {
	background: #003399;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 80%;

}
#menu a {
	background: #003399 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
		color: orange;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
		color: orange;
	padding-bottom: 8px;
	}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.bolditalic {
	font-weight: bold;
}
.oneColLiqCtrHdr #container #mainContent p blue {
	color: #009;
}
