.dropdownmenu .menutitle,						
.dropdownmenu .menutitle-arrow,
.dropdownmenu .sub-on,
.dropdownmenu .sub-more,
.dropdownmenu .level2,
.dropdownmenu .level3,
.dropdownmenu .level4,
.dropdownmenu .hotelsub,
.dropdownmenu .hotelsub-arrow,
.dropdownmenu .hotelsub-more,
.dropdownmenu .feature-menutitle,
.dropdownmenu .feature-menusub,
.dropdownmenu .feature-menusub-arrow
 {           
	font-size: 11px;
	font-weight: normal;
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 0 0.65em;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dropdownmenu .menutitle {           /* no arrow */
	font-weight: bold;
	border-color: #ddd #888 #555 #bbb; 
	color: black;
	background: white;
}

.dropdownmenu a:hover.menutitle { /* no arrow hover */
	color: white;
	background: black;
}

.dropdownmenu .menutitle-arrow {										/* no arrow */
	font-weight: bold;
	border-color: #ddd #888 #555 #bbb; 
	color: black;
	background:white url(/images/arrowright2.gif) no-repeat right center;
}

.dropdownmenu a:hover.menutitle-arrow { /* arrow hover */
	color: white;
	background: black url(/images/arrowright.gif) no-repeat right center;
}

.dropdownmenu .sub {										/* no arrow */
	border-color: #fff #888 #555 #bbb;
	color: #000033;
	background:#e1dcd8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dropdownmenu .sub-on {										/* no arrow */
	font-weight: normal;
	border-color: #fff #888 #555 #bbb;
	color: #191200;
	background:#f8e8dc;
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 0 0.3em;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dropdownmenu a:hover.sub { 		/* no arrow hover */
	color: #191200;
	background: #f8e8dc;	/* arrow hover bg colour */
	border-color: #eee #888 #555 #bbb;
}

.dropdownmenu .sub-arrow {        /* arrow */
	border-color: #fff #888 #555 #bbb;
	color: #000033;
	background:#e1dcd8 url(/images/arrowright2.gif) no-repeat right center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dropdownmenu .sub-arrow-on {        /* arrow */
	border-color: #fff #888 #555 #bbb;
	color: #191200;
	background:#f8e8dc url(../images/arrowright.gif) no-repeat right center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dropdownmenu a:hover.sub-arrow { /* arrow hover */
	color: #191200;
	background: #f8e8dc url(/images/arrowright.gif) no-repeat right center;	/* arrow hover bg colour */
}

.dropdownmenu .sub-more {										/* no arrow */
	border-color: #fff #888 #555 #bbb;
	color: #000;
	background:#f8e8dc;
	text-align: right;
}

.dropdownmenu a:hover.sub-more { 		/* no arrow hover */
	color: #191200;
	background: #FFEFBC;
	border-color: #eee #888 #555 #bbb;
}	

.dropdownmenu .level2 {										/* no arrow */
	border-color: #fff #888 #555 #bbb;
	color: #000000;
	background:#FDFDF4;		/* arrow hover bg colour */
}

.dropdownmenu a:hover.level2 {
	color: #000000;
	background: #f8e2c3;							/* arrow hover bg colour */
	border-color: #fff #888 #555 #bbb;
}
.dropdownmenu .level3 {										/* no arrow */
	border-color: #fff #888 #555 #bbb;
	color: #000000;
	background:#FFE4D2;		/* arrow hover bg colour */
}
.dropdownmenu a:hover.level3 {
	color: #000000;
	background: #f8e2c3;							/* arrow hover bg colour */
	border-color: #fff #888 #555 #bbb;
}
.dropdownmenu .level4 {										/* no arrow */
	font-weight: bold;
	border-color: #fff #888 #555 #bbb;
	color: #000000;
	background:#FFE4D2;		/* arrow hover bg colour */
}
.dropdownmenu a:hover.level4 {
	color: #000000;
	background: #f8e2c3;							/* arrow hover bg colour */
	border-color: #fff #888 #555 #bbb;
}
.dropdownmenu a:hover.hotelsub { 		/* no arrow hover */
	color: #191200;
	background: #c0dd00;
}

.dropdownmenu a:hover.hotelsub-arrow { /* arrow hover */
	color: #191200;
	background: #DEDEDE url(/images/arrowright2.gif) no-repeat right center;
}
.dropdownmenu span:hover.hotelsub-arrow { /* arrow hover */
	color: #191200;
	background: #DEDEDE url(/images/arrowright2.gif) no-repeat right center;
}

.dropdownmenu a:hover.hotelsub-more { 		/* no arrow hover */
	color: #191200;
	background: #DEDEDE;
	border-color: #eee #888 #555 #bbb;
}

.dropdownmenu a:hover.feature-menutitle { 		/* no arrow hover */
	color: #000000;
	background: #FFDF5D;
	border-color: #eee #888 #555 #bbb;
}	

.dropdownmenu a:hover.feature-menusub { 		/* no arrow hover */
	color: #000;
	background: #E7ECFF;
	border-color: #eee #888 #555 #bbb;
}	
.dropdownmenu a:hover.feature-menusub-arrow { 		/* no arrow hover */
	color: #000;
	background:#E7ECFF url(/images/arrowright2.gif) no-repeat right center;
	border-color: #eee #888 #555 #bbb;
}	
.dropdownmenu a:hover.feature-menu-level2 { 		/* no arrow hover */
	color: #191200;
	background: #DEDEDE;
	border-color: #eee #888 #555 #bbb;
}	


.dropdownmenu {
	width: 154px;
	text-decoration: none;
	font: 0.9em/1.2em arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 99;
}

.dropdownmenu a {
	margin: 0;
	padding: 0;
}

.dropdownmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.dropdownmenu a:hover {
	text-decoration: none;
}


.dropdownmenu li {
	position: relative;
	margin: 0;
	padding: 0;
}

.dropdownmenu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

.dropdownmenu ul ul,											/*hides*/
.dropdownmenu ul li:hover ul ul,
.dropdownmenu ul ul li:hover ul ul
{
	display: none;
}

.dropdownmenu ul li:hover ul {				/*shows level 1*/ 
	display: block;
}


/*.dropdownmenu ul li:hover ul, 						 /*shows level 1*/ /*
.dropdownmenu ul ul li:hover ul,						/*shows level 2*/ /*
.dropdownmenu ul ul ul li:hover ul 				/*shows level 3*/ /*
{
	display: block;
}
*/


.dropdownmenu .sub { 
	font-size: 11px;
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 0 0.3em;
	text-transform: none } 
.dropdownmenu .sub-arrow { 
	font-size: 11px;
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 0 0.3em;
	text-transform: none } 

.dropdownmenu .sub-arrow-on { 
	font-size: 11px;
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 0 0.3em;
	text-transform: none } 
	
/* dropdown menu styles */
#dropdown {
	height: 20px;
}
#dropdown .dropdownmenu {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 685px;
	text-transform: none } 
#dropdown .dropdownmenu a {
	display: block;
	width: 125px;
	text-decoration: none;
	padding: 0em 0 0em 11px;
}
#dropdown .dropdownmenu li.drop-first a {
	width: 125px;
}
#dropdown .dropdownmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#dropdown .dropdownmenu li {
	position: relative;
	float:left;
}
#dropdown .dropdownmenu ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
#dropdown .dropdownmenu ul ul,								/*hides*/
#dropdown .dropdownmenu ul li:hover ul ul,
#dropdown .dropdownmenu ul ul li:hover ul ul
{
	display: none;
}
#dropdown .dropdownmenu ul li:hover ul {					/*shows level 1*/ 
	display: block;
}
#dropdown .dropdownmenu .top {
	color: #333333;
	background: #e1dcd8;									/*menu top*/
	/*	font-weight: bold;*/
	border-left: 1px solid white;
}
#dropdown .dropdownmenu .top:hover {
	background: #f8e8dc;									/*menu top hover*/
}
#dropdown .dropdownmenu li.drop-first .top {
	border-left: none;
	
}
#dropdown .dropdownmenu .dlevel2 {
	color: #2D2D2D;
	background: #f1eeec;
	border-top: 1px solid #ccc;
}
#dropdown .dropdownmenu .dlevel2:hover {
	color: #333333;
	background: #f8e8dc;
}
/* end dropdown menu styles */
