/*--------------- Horizental Menu Styles -----------------------------------------------*/
ul.HorzMenuUL {
	padding: 0px;
	margin: 0;
	list-style: none;
	float: right;
	clear: right;
	width:100%;
}

ul.HorzMenuUL li {
	float: right;
	background:url("images/MainMenu/bg-li.gif") no-repeat scroll center top transparent;
	padding:24px 0 0 16px
}

ul.HorzMenuUL li a {
	float: left;
	text-decoration: none;
 	color: #0d5f83;
	padding-right:16px
}

ul.HorzMenuUL li a span {
	float: left;
}
ul.HorzMenuUL li a:current {
 	color: #0d5f83;
}

ul.HorzMenuUL li a:visited {
 	color: #0d5f83;
}

ul.HorzMenuUL li a:hover {
 	color: #FFFFFF;
	text-decoration:underline;
}



/*--------------- End of Horizental Menu Styles ----------------------------------------*/
