#topmenubar {
	height: 46px;
	background-color: #000127;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #1d3045;
	border-bottom-color: #1d3045;
}

#topmenu {
	overflow:hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #ecfcff;
}

#topmenu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}  

#topmenu li {
	float:left;
	display: block;
	margin: 0px;
	border: 0px;
	padding-left: 0px;
} 

#topmenu a {
	text-align:right;
	width:auto;
	display: block;
	border: 0px;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
} 

#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	color: #93c1e1;
}

#topmenu a:hover {
	color: #FFF;
	background-color: #235B81;
	background-image: url(../images/menu-hover-bg.png);
	background-repeat: repeat-x;
}
