#menu 
{
    font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	
	padding:0;
	margin:0 0 0 0;
	list-style:none;
	position:relative;
	left:0px;
	/*float:left;*/
	width:100%;
	z-index:100;
	/*background:url() 0 0;*/
	/*font-size:12px;*/
	text-align:center;
	vertical-align:middle;
	/*height:2.1em;*/
}
#menu li {
	display:inline;
	float:left;
	/*height:2.1em;*/
	text-align:center;
}

/*Button widths 9 version */
#menu .smla {width:6.9%;}
#menu .meda {width:10%;}
#menu .lrga {width:13%;}
#menu .xlrga {width:17%;}

/*Button widths 10 version */
#menu .smlb {width:5.6%;}
html>body #menu .smlb {width:6%;}
#menu .medb {width:9%;}
#menu .lrgb {width:12%;}
#menu .xlrgb {width:15.8%;}

#menu li a {
	display:block;
	width:100%;
	text-decoration:none;
	line-height:2.6em;
	font-size:8pt;
	color:#FFFFFF;
	padding-top:0.5em;
	font-weight:normal;
	height:1.6em;
	cursor:default;
}

#menu li a.norm {
	background:url(/images/quickdubai/menu_sep.jpg) 100% 0 repeat-y;
	height:34px;
	white-space:nowrap;
}

#menu li a.end 
{
    height:34px;
	white-space:nowrap;
}

#menu li a.select {
	/*background:url() 100% 0 repeat-y;*/
	white-space:nowrap;
}

#menu li a:hover, #menu li:hover > a{
	text-decoration:none;
}

#menu li .norm:hover, #menu li .end:hover {
	background:url(/images/quickdubai/menu_selected.jpg) 100% 0 repeat-x;
}

#menu li .norm:hover > a, #menu li .end:hover > a {
	background:url(/images/quickdubai/menu_selected.jpg) 100% 0 repeat-x;

}

#menu div 
{
    display:block;
	display:none;
}
#menu :hover div {
	display:block;
	position:absolute;
	top:2.1em;
	border:1px solid #574D5E; /* border color and width of menu list items */
	padding-bottom:0.7em;
	background:#FFFFFF; /* background color of menu list items */
}

html>body #menu :hover div {
	top:3.7em; /* height of where menu list will appear */
}

#menu .one:hover, .two:hover, .three:hover, .four:hover, .five:hover, .end:hover {
	position:relative;
}

/*Drop down positions 9 version*/
#menu .pos1a {left:0%;}
html>body #menu .pos1a {left:0%;}
#menu .pos2a {left:0%;}
html>body #menu .pos2a {left:13%;}
#menu .pos3a {left:0%;}
html>body #menu .pos3a {left:29.9%;}
#menu .pos4a {left:0%;}
html>body #menu .pos4a {left:39.9%;}
#menu .pos5a {right:0%;}
html>body #menu .pos5a {right:40.2%;}
#menu .pos6a {right:0%;}
html>body #menu .pos6a {right:27.1%;}
#menu .pos7a {right:0%;}
html>body #menu .pos7a {right:20.3%;}
#menu .pos8a {right:0%;}
html>body #menu .pos8a {right:13.3%;}
#menu .pos9a {right:0%;}
html>body #menu .pos9a {right:0%;}

/*Drop down positions 10 version*/
#menu .pos1b {left:0%;}
html>body #menu .pos1b {left:0%;}
#menu .pos2b {left:0%;}
html>body #menu .pos2b {left:12%;}
#menu .pos3b {left:0%;}
html>body #menu .pos3b {left:21%;}
#menu .pos4b {left:0%;}
html>body #menu .pos4b {left:33%;}
#menu .pos5b {left:0%;}
html>body #menu .pos5b {left:45.7%;}
#menu .pos6b {right:0%;}
html>body #menu .pos6b {right:33%;}
#menu .pos7b {right:0%;}
html>body #menu .pos7b {right:24.2%;}
#menu .pos8b {right:0%;}
html>body #menu .pos8b {right:2.7%;}
#menu .pos9b {right:0%;}
html>body #menu .pos9b {right:0%;}
#menu .pos10b {right:90%;}
html>body #menu .pos10b {right:90%; width:280px;}
#menu .pos11b {left:90%; top:0px;}
html>body #menu .pos11b {left:90%; width:280px;}

/*Drop down width*/
#menu .one:hover div {width:12em;}
#menu .two:hover div {width:24.1em;}
html>body #menu .one:hover div {width:24em;}
#menu .three:hover div {width:36.1em;}
html>body #menu .one:hover div {width:36em;}
#menu .four:hover div {width:48.1em;}
html>body #menu .one:hover div {width:48em;}

#menu :hover div dl {
	display:block;
	padding:0;
	margin:0;
	float:left;
}

#menu :hover div dt {
	width:12em;
	display:block;
	background:#D8D2DB; /* background color for menu list header */
	text-indent:0.75em;
	text-decoration:none;
	padding:0.3em 0;
	text-align:left;
	margin:0;
	font-weight:bold;
	color:#5A5061; /* text color for menu list header */
	cursor:default;
}

#menu :hover div dd {
	width:11em;
	display:block;
	padding:0.6em 0 0 0.75em;
	margin:0;
	text-align:left;
}

#menu :hover div dd a {
	text-decoration:none;
	font-weight:normal;
	font-size:8pt;
	color:#565656;
	margin:0;
	padding:0;
	height:auto;
}

#menu :hover div dd a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
