@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

#tourmenu {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:18px; 
	position:relative; 
	z-index:700; 
}

#tourmenu li {
	float:left; 
	margin-right:1px;
	}

#tourmenu li a {
	display:block; 
	float:left; 
	height:18px;
	width:190px;
	line-height:18px; 
	background: url(../img/global/vtourbg.png) no-repeat; 
	color:#ffffff; 
	text-decoration:none; 
	font-size:11px;  
	padding:3px 5px 0 5px;
	font-weight:bold;
	text-align:center;
	}
	
#tourmenu table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
	}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#tourmenu li a:hover {
	z-index:800; 
	position:relative;
	color:#ffd793; 
	background: ;
	}
	
#tourmenu li:hover {
	position:relative; 
	z-index:900;
	}

#tourmenu li:hover > a {
	color:#ffd793; 
	}
	
#tourmenu li:hover > a.sub {
	color:#ffd793;
	}

#tourmenu li.current a {
	color:#ffd793; 
	}

#tourmenu li a.sub {
	}
	
#tourmenu li.current a.sub {
	}

#tourmenu :hover div.menusub-top {
	left:0; 
	top:21px; 
	width:200px;
	background: url(../img/global/toursub-top.gif) no-repeat;
	color:#2d91cf;
	height:21px;
	}

#tourmenu :hover ul {
	left:0; 
	top:42px; 
	width:200px;; 
	color:#2d91cf;
	}
	

#tourmenu.menusub-bottom {
	background: url(../img/global/toursub-bottom.gif) no-repeat; 
	height:13px; 
	width:178px;
}

#tourmenu :hover ul li.menusub-bottom {
	background: url(../img/global/toursub-bottom.gif) no-repeat; 
	height:13px; 
	width:200px;
}

/* keep the 'next' level invisible by placing it off screen. */
#tourmenu div,
#tourmenu ul, 
#tourmenu :hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	}

#tourmenu :hover ul :hover ul {
	left:120px; 
	top:-1px; 
	background:#2d91cf; 
	white-space:nowrap; 
	width:100px; 
	z-index:9999; 
	height:auto;
	}

#tourmenu :hover ul li {
	margin:0; 
	border:none;
	}
	
#tourmenu :hover ul li a {
	width:200px;
	font-size:11px;
	padding:0;  
	background:#2d91cf; 
	color:#ffffff; 
	height:21px; 
	line-height:21px;
	}
	
#tourmenu :hover ul :hover { 
	color:#ffd793; 
	background: #2d91cf;
	}
	

#tourmenu :hover ul li.currentsub a {
	color:#ffd793; 
	background:#2d91cf;
	}