/* this is the main UL element*/
.dropdown{
	/*visibility:hidden;*/
    display:none;
    margin:0;
	padding:0;
	list-style:none;
	width:725px;
height:54px;	
	/*border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	position:relative;
	/*border-bottom:1px solid #444;*/
}

/* these are the inner menus*/
/*.dropdown ul{
	margin:0;
	padding:0;
	/*border-top:1px solid #FFFFFF;*/
	/*list-style:none;
	width:150px;
}*/

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	/*width: 140px;*/
	display:block;
	/*float:left;*/
	/*width:170px;*/
	/*background-color:#990033;
	/*background-image:url('http://www.landmark-dubai.com/dev_new_site/imagesnew/whole_ind_menu_bg.jpg'); background-position:top left; background-repeat:y-repeat;*/
	color:#ffffff;
	cursor:pointer;
	border-right:1px solid #da8f9f;
	border-top:1px solid #da8f9f;
	border-bottom:1px solid #da8f9f;
	border-left:1px solid #da8f9f;
	text-align:center;
}
.ddmlibsr{
	width: 100px;
}
.ddmliv{
	width: 170px;
}
.ddmlipm{
	width: 170px;
}
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#ffffff;
	width:100%;
	font-size: 11px;
}

.dropdown a:hover{color:#FFFFFF;text-decoration:underline;font-size: 11px;}
.dropdown a:visited{color:#FFFFFF;text-decoration:none;font-size: 11px;}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:2px;;
	margin-right:0;
	float:left;
	z-index:1000;
	width:200px;
	text-align:left;
	background-color:#333333;
    
	/*background-image:url('http://www.landmark-dubai.com/dev_new_site/imagesnew/whole_ind_menu_bg.jpg'); 
    background-position:top left; 
    background-repeat:y-repeat;*/
}
.dropdown ul li a:hover{color:#FFFFFF;text-decoration:underline;font-size: 11px;}
.dropdown ul li a:visited{color:#FFFFFF;text-decoration:none;font-size: 11px;}
.first_ulli{
	margin-top:22px;
}
/* these are the LIs that contains a submenu
.dropdown li.submenu{
	background-image:url('images/arrow_ltr_red.jpg');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:105px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve
.dropdown ul li.submenu{
	background-image:url('images/arrow_ltr_red.jpg');
	background-position:center right;
	padding:5px;
	width:120px;
}*/

