/*** Top Menu ***/
div#menu {
	position: absolute;
	top: 155px;
	left: 0px;
	width: 604px;
	height: 19px;
}
ul#menu-list {
	margin: 0px;
	padding: 0px;
}
ul#menu-list li {
	list-style-type: none;
	display: inline;
}
li#menu-vouchers a, li#menu-news a, li#menu-map a, li#menu-partybooking a, li#menu-sea a, li#menu-attic a, li#menu-blubambu a, li.menu-separator  {
	position:relative;
	float:left;
	height: 19px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}
li#menu-home a {
	float: right;
}
li.menu-separator {
	width: 17px;
}
li#menu-vouchers a {
	width: 81px;	
	background: url(../images/menu/vouchers.gif) 0 0  no-repeat;	
}
li#menu-vouchers a:hover {
	background-position: 0px -19px;
}

li#menu-vouchers a.selected {
	background-position: 0px -19px;
}

li#menu-news a {
	width: 44px;	
	background: url(../images/menu/news.gif) 0 0  no-repeat;	
}
li#menu-news a:hover {
	background-position: 0px -19px;
}
li#menu-news a.selected {
	background-position: 0px -19px;
}
li#menu-map a {
	width: 36px;	
	background: url(../images/menu/map.gif) 0 0  no-repeat;	
}
li#menu-map a:hover {
	background-position: 0px -19px;
}
li#menu-map a.selected {
	background-position: 0px -19px;
}
li#menu-partybooking a {
	width: 115px;	
	background: url(../images/menu/partybooking.gif) 0 0  no-repeat;	
}
li#menu-partybooking a:hover {
	background-position: 0px -19px;
}
li#menu-partybooking a.selected {
	background-position: 0px -19px;
}
li#menu-sea a {
	width: 30px;	
	background: url(../images/menu/sea.gif) 0 0  no-repeat;	
}
li#menu-sea a:hover {
	background-position: 0px -19px;
}

li#menu-attic a {
	width: 38px;	
	background: url(../images/menu/attic.gif) 0 0  no-repeat;	
}
li#menu-attic a:hover {
	background-position: 0px -19px;
}
li#menu-blubambu a {
	width: 89px;	
	background: url(../images/menu/blubambu.gif) 0 0  no-repeat;	
}
li#menu-blubambu a:hover {
	background-position: 0px -19px;
}

div#menu-home a {
	position: absolute;
	display: block;
	top: 113px;
	right: 0px;
	width: 46px;
	height: 28px;
	background: url(../images/menu/home.gif) 0 0  no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
div#menu-home a:hover {
	background-position: 0px -28px;
}
#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;
}