/* this is the main UL element*/
a{ margin:0; padding:0;}
.dropdown{
	margin:0;
	padding:0;
	list-style:none;
	/*border-bottom:1px solid #444;*/
}

/* these are the inner menus*/

.dropdown ul{
	margin:0;
	padding:0;
	/*border-top:1px solid #444;*/
	list-style:none; display:table;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	
	 text-align:right;
	/*width:100px;padding:5px;background-color:#000;margin-left:47px;*/
	cursor:pointer; display:table-cell;  float:right; /*margin-left:24px;*/ margin-right:15px;
}


/* 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:#bfbbbb;
	/*width:100%;*/ font-size:11px; font-weight:bold;
}

.dropdown a:hover{
	text-decoration:underline; color:#ffffff;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
/*	border:1px solid #444;*/
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down {
padding-right:12px;
	/*width:80px; 	width:90px;margin-right:35px;*/ text-align:left; margin-left:0; float:left;
}
.submenu-down a {
background: url('expand_down.gif') center right no-repeat;
	padding-right:12px; /**/
	
}
.submenu-down ul li a {
background: url('pi.png') center right no-repeat;
	padding-right:15px; 
	
}
/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background: url('expand_right.gif') center right no-repeat;
	
	/*width:105px;*/ text-align:left; padding-bottom:5px; padding-top:5px; 
}
.submenu-down  ul { background:url(transp.png)  top repeat-y; opacity : 0.9; filter : alpha(opacity=95); text-align:center; 
/*min-*/width:140px; padding-right:2px; padding-left:2px; }
 .dropdown li ul li{ margin:0; padding:0; opacity : 0.9; filter : alpha(opacity=95); text-align:left;width:97%; background:url(transp.png)  top repeat-y;*/ padding-bottom:5px; padding-top:5px; padding-left:5px;}
  .dropdown li ul li a{ /*white-space:nowrap;*/}

li.submenu-down {
	float:left;
}
.doremail-header li{ float:left;}
