		/*this is the css for the vertical version*/
		.vertical ul{
			padding:0px;
			margin:0px;
			list-style:none;
			
		}
		.vertical li a{
			display: block;
			width: 80px;
			text-decoration: none;
			background:url(../images/divider.gif) no-repeat center bottom; 
			cursor:pointer;
			padding:5px 0px 5px 3px;
			color:#000000;
		}

		
		.vertical li a:hover{
			display: block;
			width: 80px;
			text-decoration: none;
			background:url(../images/divider.gif) no-repeat center bottom;
			cursor:pointer;
			padding:5px 0px 5px 3px;
		}

		#adults{
			display: block;
			width: 65px;
			text-decoration: none;
			background:url(../images/mini_divider.gif) no-repeat left bottom; 
			cursor:pointer;
			padding:5px 0px 5px 3px;
			color:#000000;
		}
		
		/*.vertical li a span{
			display: block;
			width: 80px;
			background:url(../images/img_over_arrow.gif) no-repeat 70px;			
			text-decoration: none;
			color:#4E8B04;			
			
		}
           .vertical li a div{
			display: block;
			width: 60px;
			
			text-decoration: none;
			color:#000000;
			
		}
		*/		
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -25px;
			margin-left: 66px;
		}
		#ul11{
			position: absolute;
			margin-top: -25px;
			margin-left: 42px;
		}
		
		#ul12{
			position: absolute;
			margin-top: -25px;
			margin-left: 42px;
		}

		
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.inaccesible li ul{
			display: none;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		
.leftnavigation_top01{
	background:url(../images/left_navi_top.gif) no-repeat;
	height:5px;
	margin:0px;
	padding:0px;
}

.leftnavigation_bg01{
	background:url(../images/left_navi_bottom.gif) repeat-y bottom;
	width:50px;
}		

/*.dragger {
	position:relative;z-index:50;
	cursor:move;
}
.item {position:relative;}
*/
#dragBox {
display:none;
position:absolute;
border: 1px solid #CCCCCC;
background-color: white;
z-index:1000;
}

#drag-title{ /*CSS for Drag Handle*/
padding:8px 8px;
background-color: #F8F8F8;
text-indent: 3px;
font: bold 14px Arial;
cursor: move;
border-bottom:1px solid #CCCCCC;

}