
/* HORIZONTAL MENU */
.HorizontalMenu {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.HorizontalMenuLevel1WithChildren a:visited,
.HorizontalMenuLevel1WithChildren a:link {
	background:url(/custom/templates/page/adventureHome/images/adventure_menu_bg.gif);
	border-left:1px #151e2d solid;
	border-right:1px #939dac solid;
	float:left;
	line-height:23px;
	text-decoration:none;
	color:#fff;
	padding: 0 10px 0 13px;
}

.HorizontalMenuLevel2 a:visited,
.HorizontalMenuLevel2 a:link {
	background:url(/custom/templates/page/adventureHome/images/adventure_menu_bg.gif);
	border-left:1px #151e2d solid;
	border-right:1px #939dac solid;
	float:left;
	line-height:23px;
	text-decoration:none;
	color:#fff;
	padding: 0 10px 0 13px;
}

.HorizontalMenuLevel2CurrentPage a:visited,
.HorizontalMenuLevel2CurrentPage a:link {
	background:url(/custom/templates/page/adventureHome/images/adventure_menu_hover.gif);
	border-left:1px #151e2d solid;
	border-right:1px #939dac solid;
	float:left;
	line-height:23px;
	text-decoration:none;
	color:#fff;
	padding: 0 10px 0 13px;
}

.HorizontalMenu a:hover {
	background:url(/custom/templates/page/adventureHome/images/adventure_menu_hover.gif);
	border-left:1px #151e2d solid;
	border-right:1px #939dac solid;
	float:left;
	line-height:23px;
	text-decoration:none;
	color:#fff;
	padding: 0 10px 0 13px;
}

/* END HORIZONTAL MENU */