ul#navbar 
{
	height: 25px;
	width: 300px;
	list-style: none;
	margin: 0px;
	clear: both;
}
	
#navbar li 
{
	float: left;
	height: 25px;
	width: 250px;
}
	
#navbar li#download {
}

.popup {
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	visibility: hidden;
}

.popup td.corner {
	height: 15px;
	width: 19px;
	}

.popup td#topleft { background-image: url('../images/bubble-1.gif'); }
.popup td.top { background-image: url('../images/bubble-2.gif'); }
.popup td#topright { background-image: url('../images/bubble-3.gif'); }
.popup td.left { background-image: url('../images/bubble-4.gif'); }
.popup td.right { background-image: url('../images/bubble-5.gif'); }
.popup td#bottomleft { background-image: url('../images/bubble-6.gif'); }
.popup td.bottom { background-image: url('../images/bubble-7.gif'); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url('../images/bubble-8.gif'); }

.popup table.popup-contents {
	font-size: 9px;
	line-height: 1.2em;
	background-color: #000;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
	}
	
table.popup-contents td {
	text-align: left;
	}

	
	
ul.dropMenu {
		position: absolute;
		z-index: 999;
		margin: 0;
		padding: 5px;
		background: url('../images/nav_back.gif') left bottom repeat-x;	
		border: 1px solid #333333;
		font-size: 10px;
		list-style: none;
		display: none;
		text-align:left;				
		}
		
		ul#tours 
		{
			z-index: 999;
			top: 10px;
			left: 40px;
			width: 116px;
			font-size: 10px;
			padding: 10px;
		}
		ul#hotels {
			z-index: 900;
			top: 35px;
			left: 160px;
			width: 145px;						
			}
		ul#langDropDown {
			top: -6px;
			left: 45px;
			width: 19px;
			}
		ul.dropMenu li {
			position: relative;
			margin: 0;
			padding: 0 10px 0 10px;			
			height: 15px;
			}
			ul.dropMenu li.introText {
				height: auto;
				padding-bottom: 7px;
				}
			ul.dropMenu li a, ul.dropMenu li a:link, ul.dropMenu li a:visited {
				display: block;
				color: #dddddd;
				background: none;
				padding: 0 2px 0 2px;
				line-height: 15px;
				text-decoration:none;
				}
			ul.dropMenu li a:hover {
				color: #ffffff;
				background: #666666;
			}
			ul#langDropDown li a, ul#langDropDown li a:link, ul#langDropDown li a:visited {
				display: block;
				color: #dddddd;
				background: none;
				padding: 0;
				}
			ul#langDropDown li a:hover {
				color: #ffffff;
				background: none;
				}
			ul#tours li a, ul#tours li a:link, ul#tours li a:visited {
				display: block;
				color: #989898;
				background: none;
				padding: 0;
				}
			ul#tours li a:hover {
				color: #ffffff;
				background: none;
				}