ul { /* all lists */
	color : #FF6600;
	font-family : Verdana, Arial;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	padding: 0;
	margin: 0;
	list-style: none;
}



li { /* all list items (Menu Title if it's not an link)*/
	color : #FFFF00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	float: left;
	position: relative;
	width: 10em;
}

li ul { /* second-level lists */
	color : #000000;
	font-family : Verdana, Arial;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	display: none;
	position: absolute;
	top: 1.2em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	color : #000000;
	font-family : Verdana, Arial;
	font-size : 24px;
	font-style : normal;
	font-weight : bold;
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

A:VISITED{
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color : #FFFF66;
	text-decoration : none;
}
A:FOCUS, A:HOVER{
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : white;
	text-decoration : none;
}
A.menu:FOCUS, A.menu:HOVER{
	font-family : Verdana, Arial;
	font-size : 12px;
	font-weight: bold;
	color : white;
	text-decoration : none;
}
A.main:FOCUS, A.main:HOVER{
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 16px;
	font-weight: bold;
	color : white;
	text-decoration : none;
}

li.over ul  { font-family: "MS Sans Serif" ; color: #FFFF00}

li:hover ul { font-family: "MS Sans Serif" ; color: #FFFF00}

A.menu { 
	font-family : Verdana, Arial;
	font-size : 14px;
	font-weight: bold;
	color : #FFFF00;
	text-decoration : none;
 } 

.booking{
	color: #FFFF99;
	font-family : Arial, Verdana;
	font-size : 10px;	
}

A.booking, A.booking:ACTIVE, A.booking:LINK, A.booking:VISITED{
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #FFFF99;
	text-decoration : none;
}

A.booking:FOCUS, A.booking:HOVER{
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : white;
	text-decoration : none;
}
