﻿#menutop{
	position:relative;
	/*width:100%;*/
	/*width:auto;*/
	/*width:540px;*/
	float:right;
	background:inherit;
	height:50px;
	padding:0 0 0 8px;
}

#menutop a{
	position:relative;
	/*width:100px;*/
	width:auto;
	height:40px;
	float:left;
	color:#000;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:12px;
	/*letter-spacing:0.5px;*/
	text-decoration:none;
	margin:0;
	padding:10px 20px 0 20px;
	border-right:2px solid #ECE9E7;
}


	
	#menutop a.visit:hover{
		color:#FFF;
		background:#a6ce39;
	}
	
	#menutop a.play:hover{
		color:#FFF;
		background:#d53b38;
	}
	
		ul#play li a.sub1{
			height:60px;
		}
	
	
	
	#menutop a.stay:hover{
		color:#FFF;
		background:#950057;
	}
	
	#menutop a.eat:hover{
		color:#FFF;
		background:#39b54a;
	}
	
	#menutop a.shop:hover{
		color:#FFF;
		background:#b7b8b7;
	}
	
	#menutop a.news:hover{
		color:#FFF;
		background:#ffcb04;
	}

	#menutop a.events:hover{
		color:#FFF;
		background:#49c3f1;
	}

	#menutop a.contact:hover{
		color:#FFF;
		background:#ae79b4;
	}

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #ECE9E7;
	/*border: 0px solid #bad1bd;*/
	border-bottom-width: 0;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	/*width:220px;*/
	width:210px;
}


.flexdropdownmenu li{
	position: relative;
	margin:0;
	padding:0;
	background:#ECE9E7;	
}

.flexdropdownmenu li a{
	display: block;
	/*width: 210px; width of menu (not including side paddings)*/
	width:190px;
	background: #FFF;
	/*border-bottom: 1px solid black;*/
	text-decoration: none;
	padding: 5px 0 5px 15px;
	margin:1px;
	height:20px;
	color:#6C5A4C;
	position:relative;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:11px;	
	/*letter-spacing:0.5px;*/
	font-family:'Gill Sans W04 Roman';
	text-transform:uppercase;
}



		.flexdropdownmenu li a span#submenu{
			position:relative;
			float:left;
			width:100%;
			font-size:10px;
			margin:8px 0 0 0;
		}
	


* html .flexdropdownmenu li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
	background: #bad1bd;	
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	/*background: #959891;*/
	color:#FFF;
	/*background-image:url('../images/menubar-right-arrow.png');
	background-repeat:no-repeat;*/
	/*background-attachment:fixed;*/
	/*background-position:195px 0px; */
	background-color:#39b54a;
	/*order-top:1px solid #6C5A4C;
	border-bottom:1px solid #6C5A4C;*/
}


.flexdropdownmenu.visit.jqflexmenu li a:hover, .flexdropdownmenu.visit.jqflexmenu li.selected>a{
	color:#FFF;
	background-color:#a6ce39;
}

.flexdropdownmenu.play.jqflexmenu li a:hover, .flexdropdownmenu.play.jqflexmenu li.selected>a{
	color:#FFF;
	background-color:#d53b38;
}

.flexdropdownmenu.stay.jqflexmenu li a:hover, .flexdropdownmenu.stay.jqflexmenu li.selected>a{
	color:#FFF;
	background-color:#950057;
}

.flexdropdownmenu.eat.jqflexmenu li a:hover, .flexdropdownmenu.eat.jqflexmenu li.selected>a{
	color:#FFF;
	background-color:#39b54a;
}

.flexdropdownmenu.shop.jqflexmenu li a:hover, .flexdropdownmenu.shop.jqflexmenu li.selected>a{
	color:#FFF;
	background-color:#b7b8b7;
}

.flexdropdownmenu.news.jqflexmenu li a:hover, .flexdropdownmenu.news.jqflexmenu li.selected>a{
	color:#FFF;
	background-color:#ffcb04;
}

.flexdropdownmenu.events.jqflexmenu li a:hover, .flexdropdownmenu.events.jqflexmenu li.selected>a{
	color:#FFF;
	background-color:#49c3f1;
}

.flexdropdownmenu.contact.jqflexmenu li a:hover, .flexdropdownmenu.contact.jqflexmenu li.selected>a{
	color:#FFF;
	background-color:#ae79b4;
}


.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

