/*** Top Menu ***/
div#menu {
	position: absolute;
	top: 235px;
	left: 0px;
	width: 135px;
	height: 185px;
}
ul#menu-list {
	margin: 0px;
	padding: 0px;
	height: 185px;
}
ul#menu-list li {
	list-style-type: none;
	overflow: hidden;
	font-size: 0px;
}
li#menu-news a, li#menu-events a, li#menu-food a, li#menu-drink a, li#menu-music a, li#menu-offers a, li#menu-onlinebooking a, li#menu-privatehire a, li#menu-jobs a, li#menu-contact a, li#menu-home a, li#menu-menus a, li#menu-drinks a, li#menu-newsevents a, li#menu-booking a  {
	position: relative;
	height: 11px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
li.menu-separator01, li.menu-separator02, li.menu-separator03, li.menu-separator04, li.menu-separator05 {
	position: relative;
	height: 8px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

li.menu-separator01 {
	width: 43px;
	background: url(../images/menu/separator01.gif) 0 0  no-repeat;
}
li.menu-separator02 {
	width: 55px;
	background: url(../images/menu/separator02.gif) 0 0  no-repeat;	
}
li.menu-separator03 {
	width: 67px;
	background: url(../images/menu/separator03.gif) 0 0  no-repeat;	
}
li.menu-separator04 {
	width: 91px;
	background: url(../images/menu/separator04.gif) 0 0  no-repeat;	
}
li.menu-separator05 {
	width: 115px;
	background: url(../images/menu/separator05.gif) 0 0  no-repeat;	
}
li#menu-news a {
	width: 46px;	
	background: url(../images/menu/news.gif) 0 0  no-repeat;	
}
li#menu-news a:hover {
	background-position: 0px -11px;
}
li#menu-food a {
	width: 42px;	
	background: url(../images/menu/food.gif) 0 0  no-repeat;	
}
li#menu-food a:hover {
	background-position: 0px -11px;
}
li#menu-drink a {
	width: 58px;	
	background: url(../images/menu/drinks.gif) 0 0  no-repeat;	
}
li#menu-drink a:hover {
	background-position: 0px -11px;
}
li#menu-music a {
	width: 51px;	
	background: url(../images/menu/music.gif) 0 0  no-repeat;	
}
li#menu-music a:hover {
	background-position: 0px -11px;
}
li#menu-offers a {
	width: 56px;	
	background: url(../images/menu/offers.gif) 0 0  no-repeat;	
}
li#menu-offers a:hover {
	background-position: 0px -11px;
}
li#menu-onlinebooking a {
	width: 123px;	
	background: url(../images/menu/onlinebooking.gif) 0 0  no-repeat;	
}
li#menu-onlinebooking a:hover {
	background-position: 0px -11px;
}
li#menu-privatehire a {
	width: 96px;	
	background: url(../images/menu/privatehire.gif) 0 0  no-repeat;	
}
li#menu-privatehire a:hover {
	background-position: 0px -11px;
}
li#menu-jobs a {
	width: 41px;	
	background: url(../images/menu/jobs.gif) 0 0  no-repeat;	
}
li#menu-jobs a:hover {
	background-position: 0px -11px;
}
li#menu-contact a {
	width: 69px;	
	background: url(../images/menu/contact.gif) 0 0  no-repeat;	
}
li#menu-contact a:hover {
	background-position: 0px -11px;
}

li#menu-home a {
	width: 47px;	
	background: url(../images/menu/home.gif) 0 0  no-repeat;	
}
li#menu-home a:hover {
	background-position: 0px -11px;
}
li#menu-events a {
	width: 55px;	
	background: url(../images/menu/events.gif) 0 0  no-repeat;	
}
li#menu-events a:hover {
	background-position: 0px -11px;
}
li#menu-menus a {
	width: 55px;	
	background: url(../images/menu/menus.gif) 0 0  no-repeat;	
}
li#menu-menus a:hover {
	background-position: 0px -11px;
}
li#menu-drinks a {
	width: 56px;	
	background: url(../images/menu/drinks.gif) 0 0  no-repeat;	
}
li#menu-drinks a:hover {
	background-position: 0px -11px;
}
li#menu-booking a {
	width: 68px;	
	background: url(../images/menu/booking.gif) 0 0  no-repeat;	
}
li#menu-booking a:hover {
	background-position: 0px -11px;
}



/* Footer Menu */
div#footermenu {
	width: 730px;
}
ul#footermenu-list {
	margin: 0px;
	padding: 0px;
}

ul#footermenu-list li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

ul#footermenu-list li a {
	color: #dbc8ba !important;
}


#leftmenu
{
	overflow:hidden;
	width: 100%;
	border-right: 1px solid #000;
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
}
#leftmenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border:none;
}		
#leftmenu ul li
{
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}


/* style for top level menu */
#leftmenu ul li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width:auto;
}
#leftmenu ul li a:hover
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

/* style for second level menu */
#leftmenu ul li ul li a
{
	display: block;
	padding: 5px 5px 5px 1em;
	border-left: 10px solid #555555;
	border-right: 10px solid #888888;
	background-color: #666666;
	color: #fff;
	text-decoration: none;
	width:auto;
}
#leftmenu ul li ul li a:hover
{
	border-left: 10px solid #666666;
	border-right: 10px solid #999999;
	background-color: #777777;
	color: #fff;
}

/* style for third level menu */
#leftmenu ul li ul li ul li a
{
	display: block;
	padding: 5px 5px 5px 1.5em;
	border-left: 10px solid #AAAA00;
	border-right: 10px solid #DDDD00;
	background-color: #BBBB00;
	color: #fff;
	text-decoration: none;
	width:auto;
}
#leftmenu ul li ul li ul li a:hover
{
	border-left: 10px solid #BBBB00;
	border-right: 10px solid #EEEE00;
	background-color: #CCCC00;
	color: #fff;
}

/* style for selected option */
#leftmenu ul li a.selected
{
	color:#FFFF00;
	font-weight:bold;
}