/* awd topbar styles */

#topbar {
border: 1px solid;
position: fixed; 
left: 0px;
top: 0px;
z-index: 99;
font-size: 11px;
}

#topbar table{
padding: 0; 
margin: 0; 
}

#topbar table a {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #FFF;
text-decoration: none;
}

span#tick2 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #FFF;
}

 
#topbar input {font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 11px;
color: #000000;}

.14Boldred { font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold; color: #000000; text-decoration: none }


/* CSS LeftNavi */

#LeftNavi {					/* to make the em based font sizes uniform */
font-size: 13px;
position:absolute; left:-1px; top:214px; width:173px; z-index: 97;
}

.navmenu {
	width: 176px;
	text-decoration: none;
	font: 0.9em/1.2em arial, helvetica, sans-serif;
}

.navmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navmenu a:hover {
	text-decoration: none;
}

.navmenu li {
	position: relative;
}

.navmenu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

.navmenu ul ul,											/*hides*/
.navmenu ul li:hover ul ul,
.navmenu ul ul li:hover ul ul
{
	display: none;
}

.navmenu ul li:hover ul {				/*shows level 1*/ 
	display: block;
}


/*.navmenu ul li:hover ul, 						 /*shows level 1*/ /*
.navmenu ul ul li:hover ul,						/*shows level 2*/ /*
.navmenu ul ul ul li:hover ul 				/*shows level 3*/ /*
{
	display: block;
}
*/

.navmenu .menutitle,						/* all menu classes */
.navmenu .menutitle-arrow,
.navmenu .sub,
.navmenu .sub-more,
.navmenu .sub-arrow,
.navmenu .level2,
.navmenu .hotelsub,
.navmenu .hotelsublevel,
.navmenu .hotelsub-arrow

 {           
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 0.1em 0.3em;
	text-decoration: none;
}

.navmenu .menutitle-arrow-orange,
 {           
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 0.4em 0.3em;
	text-decoration: none;
	font: 10px arial, helvetica, sans-serif;
}

.navmenu .menutitle {           /* no arrow */
	border-color: #ddd #888 #555 #bbb; 
	color: black;
	background: white;
}

.navmenu a:hover.menutitle { /* no arrow hover */
	color: white;
	background: black;
}

.navmenu .menutitle-arrow {										
/* no arrow */
	border-color: #ddd #888 #555 #bbb; 
	color: black;
	background:white url(../images/arrowright2.gif) no-repeat right center;
}

.navmenu .menutitle-arrow-orange {										
/* no arrow */
	border-color: #ddd #888 #555 #bbb; 
	color: #990000;
	background:#FFCC00 url(../images/arrowright2.gif) no-repeat right center;
}


.navmenu a:hover.menutitle-arrow { /* arrow hover */
	color: white;
	background: black url(../images/arrowright2.gif) no-repeat right center;
}

.navmenu a:hover.menutitle-arrow-orange { /* arrow hover */
	color: white;
	background: #FFCC00 url(../images/arrowright2.gif) no-repeat right center;
}


.navmenu .sub {										/* no 
/*arrow */
	border-color: #fff #888 #555 #bbb; 
	color: #000;
	background:#E2E2E2;
}

.navmenu a:hover.sub { 		/* no arrow hover */
	color: #a00;
	background: #FFEFBC;
	border-color: #eee #888 #555 #bbb; 
}

.navmenu .sub-arrow {        /* arrow */
	border-color: #fff #888 #555 #bbb; 
	color: #000;
	background:#E2E2E2 url(../images/arrowright2.gif) no-repeat right center;
}

.navmenu a:hover.sub-arrow { /* arrow hover */
	color: #a00;
	background: #FFEFBC url(../images/arrowright2.gif) no-repeat right center;
}

.navmenu .sub-more {										
/* no arrow */
	border-color: #fff #888 #555 #bbb; 
	color: #000;
	background:#E2E2E2;
	text-align: right;
}

.navmenu a:hover.sub-more { 		/* no arrow hover */
	color: #a00;
	background: #FFEFBC;
	border-color: #eee #888 #555 #bbb;
}	

.navmenu .level2 {										
/* no arrow */
	border-color: #fff #888 #555 #bbb; 
	color: #000;
	background:#CCFFFF;
}

.navmenu a:hover.level2 { 		
	color: #a00;
	background: #FFFBED;
	border-color: #fff #888 #555 #bbb; 
}
.navmenu .maghead {										/* no arrow */
	font-weight: bold;
	border-color: #fff #888 #555 #bbb; 
	color: #ffffff;
	background:#990000;
}

.navmenu a:hover.maghead { 		/* no arrow hover */
	background: #A2A2DA url(/images/new01.gif) right no-repeat;
	border-color: #eee #888 #555 #bbb; 
}

.navmenu .hotelsub {										/* no arrow */
	border-color: #ffffff #888 #FF9933 #bbb; 
	color: #000;
	background:#FFEFBC;
}

.navmenu a:hover.hotelsub { 		/* no arrow hover */
	color: #a00;
	background: #FFFBED;
}


.navmenu .hotelsub-arrow {        /* arrow */
	border-color: #ffffff #888 #FF9933 #bbb; 
	color: #000;
	background:#FFEFBC url(../images/arrowright2.gif) no-repeat right center;
}

.navmenu a:hover.hotelsub-arrow { /* arrow hover */
	color: #a00;
	background: #FFFBED url(../images/arrowright2.gif) no-repeat right center;
}

.navmenu .hotelsub-more {										
/* no arrow */


	border-color: #ffffff #888 #999999 #bbb; 
	color: #000;
	background:#EBEBEB;
	text-align: right;
; border: 1px solid
}

.navmenu a:hover.hotelsub-more { 		/* no arrow hover */
	color: #a00;
	background: #FFFBED;
	border-color: #eee #888 #555 #bbb;
}

.navmenu .maghead { 
	display: block;
	border-width: 1px;
	border-style: solid;
	padding: 1px 1px;
	text-decoration: none;
 } 

.navmenu .hotelsub-more
 { 
	display: block;
	margin: 0;
	padding: 0.1em 0.3em;
	text-decoration: none;
 } 

