
#menu {
	background: #f0f0f0;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: right;
	font:normal 11px Lucida Sans Unicode, Bitstream Vera Sans, Trebuchet Unicode MS, Lucida Grande;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #254b89 url("images/seperator.gif") bottom right no-repeat;
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}

#menu2 {
	background: #F0F0F0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 15em;
}
#menu2 li {
	font:normal 12px Lucida Sans Unicode, Bitstream Vera Sans, Trebuchet Unicode MS, Lucida Grande;
	margin: 0;
	padding: 0;
}
#menu2 a {
	background: #254b89;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu2 a:hover {
	background: #2580a2 url("images/hover2.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}



#menu3 {
	background: #254b89;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 700px;
}
#menu3 li {
	font:normal 14px Lucida Sans Unicode, Bitstream Vera Sans, Trebuchet Unicode MS, Lucida Grande;
	margin: 0;
	padding: 0;
}
#menu3 a {
	background: #254b89;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 4px 22px;
	text-decoration: none;
	font-weight:normal;
}
#menu3 a:hover {
	background: #2580a2 url("images/hover2.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
