/* CSS menymall */

body, td, tr, table, p {
	font-family: Arial, Century Gothic, sans-serif;
	font-size: 14;
	line-height: 18px;
}

h3{
	font-family: Arial, Century Gothic, sans-serif;
	font-size: 16;
		margin-top: 7;
		margin-bottom: 7;
}

h1{
	font-family: Arial, Century Gothic, sans-serif;
	font-size: 22;
	line-height: 15px;
	margin-top: 4;
		margin-bottom: 10;
		color: navy;
}


.style1 {font-family: Arial, Century Gothic, sans-serif;}

.style2 {color: #223670; font-size: 11px;}

.style3 {color: #223670; font-family: Arial, Century Gothic, sans-serif;}

.style4 {color: #223670}

.SmallBlueBodyCopy {
		font-family: Arial, Century Gothic, sans-serif;
font-size: 11;
	line-height: 11px;
	color: #00008B;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	margin-top: 4;
}
.hoteltitle {
	font-family: Arial, Century Gothic, sans-serif;
	font-size: 12;
	line-height: 14px;
}
.navlinks {
	font-family: Arial, Century Gothic, sans-serif;
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	azimuth: inherit;
}
.bottomlinks {
font-family: Arial, Century Gothic, sans-serif;
	font-size: 12;
	line-height: 18px;
}
.topnav {
	font-family: Arial, Century Gothic, sans-serif;
	font-size: 12;
	color: #00008B;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	
}

#cssdropdown, #cssdropdown ul {
	margin: 0px; 
	padding: 0px;
	list-style: none;
	font-family: Arial, Century Gothic, sans-serif;
	padding-left: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}





#cssdropdown li {
float: left;
position: relative;
margin: 0px; 
padding: 0px;
}

.mainitems{

background-color: #440101;
font-family: Arial, Century Gothic, sans-serif;
	padding-left: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
font-family: Arial, Century Gothic, sans-serif;
	padding-left: 1px;
	font-size: 14px;
	font-weight: bold;
		color: #ffffff;

}

.subuls{
	display: none;
	width: 28em;
	position: absolute;
	top: 1.2em;
	left: -22;
	background-color: #440101;
	font-family: Arial, Century Gothic, sans-serif;
	padding-left: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-top: 2px;
	text-decoration: none;
	list-style-type: georgian;
}

.subuls li{
width: 100%;
	margin-top: 5px;
			margin-top: 2px;	
		font-size: 12px;
			list-style-type: georgian;
}

.subuls li a{
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	margin-top: 2px;
	list-style-type: georgian;
}

#cssdropdown 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 */
top: auto;
left: auto;
	margin-top: 5px;
	list-style-type: georgian;
	}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
	list-style-type: georgian;

}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;

	
}