/* this is the main UL element*/
body.contact ul.dropdown li#contact a,
body.about ul.dropdown li#about a,
body.clients ul.dropdown li#clients a,
body.consultants ul.dropdown li#consultants a,
body.home ul.dropdown li#home a
{
	color:#9f9892;
	font-weight:bold;
	display:block;
}

body.about ul.dropdown li#about ul li a
{
	color:#8a010f;
	font-weight:700;
	display:block;
	
}


body.about ul.dropdown li#about ul li a{color:#8a010f; display:block;}
body.about ul.dropdown li#about ul li a:hover{color:#9f9892; }



body.clients ul.dropdown li#clients ul li a
{
	color:#8a010f;
	font-weight:700;
	display:block;
}


body.clients ul.dropdown li#clients ul li a{color:#8a010f; display:block;}
body.clients ul.dropdown li#clients ul li a:hover{color:#9f9892;}


body.consultants ul.dropdown li#consultants ul li a
{
	color:#8a010f;
	font-weight:700;
	display:block;
}


body.consultants ul.dropdown li#consultants ul li a{color:#8a010f; display:block;}
body.consultants ul.dropdown li#consultants ul li a:hover{color:#9f9892;}
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
		
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	
	
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:2px;
	padding:0px;
	cursor:pointer;
	margin-right:60px;
	font-size:13px;
	display:inline;
	
}

.dropdown li.contact{
	margin:2px;
	padding:0px;
	cursor:pointer;
	margin-right:5px;
	display:inline;
	
}
.dropdown li.email{

	margin:2;
	padding:0px;
	cursor:pointer;
	margin-right:0px;
	font-weight:400;
	color:#8a010f;
	width:179px;
	display:inline;
	
}
.dropdown li.home{
	margin:2;
	padding:0px;
	cursor:pointer;
	margin-right:0px;
	display:inline;

}
.dropdown li li{
	font-size:12px;
	font-stretch:semi-expanded;
	margin:0;
	padding:2px;
	width:105px;
	cursor:pointer;
	line-height:1.7;
	
	
}



/* 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:#544435;
	display:inline; 
}

.dropdown a:hover{
	text-decoration:none;
	color:#9f9892;
}
.dropdown a.active{text-decoration:none;
	color:#9f9892;}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	
	border-top:0;
	display:inline;
}

.dropdown  li  li a{
	color:#8b010f;
	
}
.dropdown li li a:hover{
	text-decoration:none;
	color:#9f9892;
}
.dropdown li li a.active{
	text-decoration:none;
	color:#9f9892;}

li.space-left{
	
	
	width:210px;
	margin-right:0px;
}
li.space-contact{
	
	
	width:475px;
	margin-right:0px;
}
li.space-contactus{
	
	
	width:180px;
	margin-right:0px;
}
li.space-right-5{
	
	
	width:5px;
}
li.space-right{
	
	
	width:160px;
}
/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	/*background-image:url('expand_down.png');*/
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:0px;
	/*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('expand_right.png');*/
	background-position:center right;
	padding:2px;
	/*width:120px;*/
	color:#8b0110;
}
