.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items: Home/TrailRides/Photos/GuestBook/Prices/FindUs/Contact */
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
	line-height: 31px;
	background-image: url(../images/header_nav_btn.gif);
	vertical-align: top;
}

/*Top level menu link items style:Home/TrailRides/Photos/GuestBook/Prices/FindUs/Contact*/
.horizontalcssmenu ul li a{
	display: block;
	width: 115px; /*Width of top level menu link items*/
	border-left-width: 0;
	text-decoration: none;
	color: #556175;
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	height: 31px;
	background-position: center top;	
}
	
/*Sub level menu box - the postioning is determined by position and left: -38 to align under the main links */
.horizontalcssmenu ul li ul{
	left: 1;
	top: 1;
	border-top: 1px solid #d2d2d2;
	width: 115px; /*Width of top level menu link items*/
	position:absolute;
	left:5px;
	display: block;
	visibility: hidden;
	z-index: 1;
	color: #000000;
}

/*Sub level menu list items*/
.1horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style  - text and associated boxes only*/
.horizontalcssmenu ul li ul li a{
	width: 100px; /*width of sub menu levels*/
	font-weight: normal;
	font-family: Calibri;
	background-color: #16202f;
	color: #FFFFFF;
	padding-left: 17px;
	padding-top: 2x;
	padding-bottom: 2x;
	height: 26px;
}

.horizontalcssmenu ul li a:hover{
background: url(../images/menubgover.gif) center center repeat-x;
}


/* HOVER: Sub level menu links style- text and associated boxes only*/
.horizontalcssmenu ul li ul li a:hover{
	background-color: #16202f;
	font-weight: normal;
	text-decoration: underline;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(../images/menuarrow.gif) no-repeat center left;
}

 html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}






/*Text */

.HdrTitle {
	font-family: "Arial Rounded MT Bold";
	font-size: 22px;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 25px;
	color: #FFFFFF;
}
.HdrText {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-position: right;
}

a:LINK, a:ACTIVE, a:VISITED {
	color:#556175;
	font-weight:bold;
	text-decoration:none;
	background-position: center;
}
a:HOVER {
	color:#000000; font-weight:bold;
	text-decoration:underline;
}

.redwarning:LINK, a:ACTIVE, a:VISITED {
	color:#ff0033;
	font-weight:bold;
	text-decoration:none;
	background-position: center;
}
.redwarning:HOVER {
	color:#000000; font-weight:bold;
	text-decoration:underline;
}


.toptable {
	background-color: #16202F;
}

