ul.nav {
	background: transparent url(../images/nav_bg.gif) 0 0 repeat-x;
	color: #fff;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	height: 32px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 1000;
}
ul.nav li {
	background: transparent url(../images/nav_separator.gif) right 0 no-repeat;
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0 1px;
	padding: 0 3px 0 0;
	position: relative;
}
ul.nav li.left {
	background: transparent url(../images/nav_bg_left.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 6px;
}
ul.nav li.right {
	background: transparent url(../images/nav_bg_right.gif) 0 0 no-repeat;
	float: right;
	margin: 0;
	padding: 0;
	width: 6px;
}
ul.nav li a {
	color: #fff;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 13px;
	position: relative;
	text-decoration: none;
}
ul.attractions {
	z-index: 500;
}
ul.attractions li.left,
ul.attractions li.right {
	background-position: 0 -32px;
}
ul.attractions li a {
	color: #bee2fa;
}
ul.nav li a b {
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 13px 0 0;
}
ul.nav li a:hover,
ul.nav li.selected a {
	background: transparent url(../images/nav_hover_left.gif) 0 3px no-repeat;
	color: #444;
}
ul.nav li a:hover b,
ul.nav li.selected a b {
	background: transparent url(../images/nav_hover_right.gif) right 3px no-repeat;
	color: #444;
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 13px 0 0;
}

ul.nav li ul {
	clear: left;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 150px;
	top: 32px;
	z-index: 200;
}
ul.nav li.selected ul {
	display: block;
}
ul.nav li ul li {
	background-color: #bce7de;
	background-image: none;
	color: #444;
	height: auto;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: 150px;
}
ul.nav li ul li.first {
	background: transparent url(../images/nav_sub_top.gif) right 0 no-repeat;
	height: 6px;
	line-height: 6px;
	overflow: hidden;
}
ul.nav li ul li.last {
	background: transparent url(../images/nav_sub_bottom.gif) 0 0 no-repeat;
	height: 6px;
	line-height: 6px;
	overflow: hidden;
}
ul.nav li ul li a {
	color: #444;
	display: block;
	float: none;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
}
ul.nav li ul li a:hover {
	background-color: #e0f4eb;
	background-image: none;
}
