ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 151px;
	text-align: center;
	list-style-type: none;
	text-decoration: none;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	margin-top: 0px;
	padding-top: 0px;
	width: auto;
	z-index: 1;
	top: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B6B8BA;
	border-right-color: #B6B8BA;
	border-bottom-color: #B6B8BA;
	border-left-color: #B6B8BA;
	text-decoration: none;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	text-decoration: none;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	top: 23px;
	left: 0cm;
	text-decoration: none;
}

#nav {
	margin-top: 0px;
	margin-right: 0px;
	text-decoration: none;
}
#navHold {
	height: 22px;
	z-index: 1;
	text-align: center;
	padding-right: 0px;
	background-repeat: repeat-x;
	width: 100%;
	border: 1px solid #666666;
	margin-bottom: 1px;
	text-decoration: none;
	background-color: #D8842A;
}
#nav li li a {
	color: #D8842A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#nav li li a:hover {
	display: block;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D8842A;
}
.DropStyle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B3B6;
	height: 24px;
	background-color: #FFFFFF;
	right: auto;
	text-decoration: none;
}
.List a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}
.List a:hover {
	display: block;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
#topHold {
	width: 100%;
	text-decoration: none;
}
.List2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left;
	border: 1px none #236EA3;
	text-decoration: none;
}
.borderleft {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	right: auto;
	text-decoration: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D8842A;
	border-right-color: #D8842A;
	border-bottom-color: #D8842A;
	border-left-color: #D8842A;
	border-right-style: none;
}
.borderright {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	right: auto;
	text-decoration: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #D8842A;
	border-right-color: #D8842A;
	border-bottom-color: #D8842A;
	border-left-color: #D8842A;
	border-right-style: solid;
	border-right-width: 1px;
	background-image: url(images/Mobile-Safaris1.jpg);
	height: 156px;
}
