#header{
	width: 780px;
	height: auto;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-position: 610px 100px;
}
#header img {
	float: left;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.header_links {
	width: 300px;
	font-size: 90%;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
	float: right;
}
.yellow_txt {
	color: #FF6600;
}

.cart_bckgd {
	width: 780px;
	height: 35px;
	padding-top: 7px;
	background-image: url(img/cart_bckgd_2.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin-bottom: 5px;
}
.cart_bckgd p {
	font-size: 90%;
	margin-left: 30px;
}

.header_links a {
	color: #0099FF;
	font-size: 85%;
	font-weight: bold;
}
.header_links a:hover, a:focus {
	color: #FF6600;
}
#nav {
	list-style:none;
	height:45px;
	position:relative;
	z-index:500;
	background-image: url(img/nav_bckgd_v2.gif);
	background-repeat: no-repeat;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 5px;
}
#nav li.top {display:block; float:left;}
#nav li a.top_link {
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color:#333333;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC66;
}
#nav li a.top_link span {
	float:left;
	display:block;
	height:35px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 12px;
	padding-top: 0px;
}

#nav li:hover a.top_link {
	color:#FFFFFF;
}
#nav li:hover a.top_link span {
	color: #FFFFFF;
}
#nav li:hover a.top_link span.down {
	padding-bottom:3px;
	color: #FFFFFF;
}
#nav li:hover {position:relative; z-index:200;}
#nav li:hover ul.sub
{
	left:1px;
	top:38px;
	padding:3px;
	border:1px solid #0099FF;
	white-space:nowrap;
	width:205px;
	height:auto;
	z-index:300;
	background-color: #a9e0ff;
}
#nav li:hover ul.sub li
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:205px;
	font-weight:normal;
	margin-top: 5px;
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:12px;
	height:18px;
	width:205px;
	line-height:18px;
	text-indent:5px;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
	margin-bottom: 3px;
	border: 1px solid #a9e0ff;
}
#nav li:hover ul.sub li a:hover 
{
	color:#FFFFFF;
	background-color: #99CC00;
	border: 1px solid #99cc00;
}
#nav li:hover ul.sub_s
{
	left:1px;
	top:38px;
	padding:3px;
	border:1px solid #0099FF;
	white-space:nowrap;
	width:160px;
	height:auto;
	z-index:300;
	background-color: #a9e0ff;
}
#nav li:hover ul.sub_s li
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:160px;
	font-weight:normal;
	margin-top: 5px;
}
#nav li:hover ul.sub_s li a
{
	display:block;
	font-size:12px;
	height:18px;
	width:160px;
	line-height:18px;
	text-indent:5px;
	color:#333333;
	text-decoration:none;
	border:1px solid #a9e0ff;
	font-weight: bold;
	margin-bottom: 3px;
}
#nav li:hover ul.sub_s li a:hover 
{
	color:#ffffff;
	background-color: #99CC00;
	border: 1px solid #99cc00;
}
#nav li b {
	display:block;
	font-size:11px;
	height:18px;
	width:205px;
	line-height:18px;
	margin-bottom:3px;
	text-indent:6px;
	color:#669900;
	cursor:default;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	font-weight: bold;
	margin-top: 4px;
}
#nav li b.rec_tour {
	background-image: url(img/rec_tours.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
}
#nav li b.mayanruins {
	background-image: url(img/mayan_tours.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
}
#nav li b.cultural {
	background-image: url(img/cul_tours.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
}
#nav li b.adventure {
	background-image: url(img/adv_tours.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
}
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}
#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
