/* CSS Document */
div.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
	height: 60px;
	width: 760px;
	float: none;
	border: thin;
	position: static;
	margin: 5px;
	}
span.logobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	position: static;
	width: 300px;
	height: 60px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}
span.headcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	border: none;
	position: static;
	height: 50px;
	width: 450px;
	clear: none;
	vertical-align: text-bottom;
	padding: 4px;
	display: block;
	font-weight: bold;


}
p.headtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	height: auto;
	width: auto;
}
div.navbar
{
	width: 770px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	border-right-width: 1px;
	border-left-width: 0px;
	height: 17px;
}
div.navbar2
{
	width: 770px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 0px;
	height: 18px;
	float: left;
}
/*first line*/
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	background-color: #CC0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#navigation a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	}
	
#navigation a:hover {
	color: #CC0000;
	background-color: #FFFFFF;
	}
	
#navigation #currentpage a {
	background: #fff;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/* Hotel */	
	#navigation #hotel a {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF66;
	}
	
	#navigation #hotel a:hover {
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFCC66;
	}
	#navigation #hotelcurrent a {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF66;
	}
	
/* Hotel */	
	
/*second line*/
#secondline ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#secondline li {
	float: left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC33;
	}
	
#secondline a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 10px;
	margin: 0px;	
	}
	
#secondline a:hover {
	color: #333;
	}
	
#secondline #currentpage a {
	background: #fff;
	color: #333;
	}
