/* CSS Document */




.menu_inner {
	background-image: url(images/bgTop.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 122px;
	font-family: "Lucida Sans", Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
}
.menu_inner a {
text-decoration: none;
color: #FFFFFF;
}

.menu_inner a:hover {
text-decoration: none;
color: #F58426;
}