
/*-------------------*/

.hMenuContainer {
	background: url('hMenuContainerBg.gif') repeat-x;
	height: 34px;
	width: 998px;
	margin: -0.5 auto;
	margin-bottom: -1;
	margin-right: 0px;
}

.hMenu {
    float:none;
	margin-right: 35px;
	margin-left: 110px;
}

.hMenu a:link, .hMenu a:active, .hMenu a:visited {
	float: left;
	display: block;
	height: 34px;
	color: #FFFFFE;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 8px 18px 0px 18px;
}

.hMenu a:hover {
	background: url('hMenuHoverBg.gif') repeat-x;
	float: left;
	display: block;
	height: 34px;
	color: #FEFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.hMenu img {
	float: left;
}

