div#top { position: absolute; top: 0px; left: 0px; width: 100%; z-index: 10200; }

#topmenu a
{
	color: #fff;
}

#topmenu a:hover
{
	color: #fff;
}

a#currentpage { color: #fff; border-bottom: 2px solid #fff; }
a#currentpage:hover { color: #fff; }

#topmenu ul ul li
{
background-color: rgba(0,0,0,0.6);
}

#booknow a
{
	background-color: #fff;
	color: #333;
}

#menuTwotab1 { background-color: #fff; }
#menuTwotab2 { background-color: #fff; }

div#menusection1
{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 0%;
	height: 33%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10400;
	opacity: 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

div#menusection2
{
	position: fixed;
	top: 33%;
	left: 0px;
	width: 0%;
	height: 33%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10400;
	opacity: 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

div#menusection3
{
	position: fixed;
	top: 66%;
	right: 0px;
	width: 0%;
	height: 34%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10400;
	opacity: 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

div#menufix
{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 10%;
	left: 0px;
	margin-top: 0px;
}

#menucontents p
{
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: 200;
	line-height: 100%;
	width: 100%;
	position: relative;
	padding: 0px;
	margin-bottom: 5px;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	font-family: 'Open Sans', sans-serif;
}

#menucontents a
{
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 9999;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	text-decoration: none;
}

#menucontents a:hover
{
	color: #fff;
}

a#chosenpage
{
	color: #fff;
}

a#chosenpage:hover
{
	color: #fff;
}