#menu {
width:980px;
height:20px;
margin:auto;
border-left:1px solid #ADA2A7;
overflow:visible;
position:relative;
top:23px;
left:20px;
}

#dropmenu, #dropmenu ul {
margin:auto; 
padding:0; 
list-style-type:none; 
list-style-position:outside; 
/*position:relative;
top:23px;*/
line-height:1.7em; 
z-index:80; 
width:980px;  
font-weight:normal;
text-transform:uppercase;
font-size:80%;
}

#dropmenu span {
/*display:none;*/
margin-left:0px;
padding-left:0px;
}

#dropmenu a {
display:block; 
padding:0px 10px 0px 10px; 
color:#FFFFFF; 
border:none;
border-right:1px solid #ada2A7;
text-decoration:none; 
background:transparent;
}

#dropmenu a:hover {
background:transparent; 
color:#F4D7E3/*#BB7A94*/;
}

#dropmenu li {
float:left; 
position:relative;
}

#dropmenu ul {
position:absolute;
margin:5px 0 0 0px; 
padding-top:25px;
display:none; 
top:.5em; 
left:-1px;
text-transform:none;
font-size:110%;
}
#dropmenu ul a {
border:none;
}

#dropmenu li ul {
border:none; 
width:199px;
background:url(../../themes/Framboisine/css/menu-ul-bg.png) no-repeat bottom center;
padding-bottom:4px;
}

#dropmenu li ul li{
border:none; 
width:199px;
background:url(../../themes/Framboisine/css/menu-li-bg.png) repeat-y;
}

#dropmenu li ul a {
width:167px; 
height:auto; 
float:left;
margin-left:6px;
padding-bottom:6px;
background:#23000E;
border:none;
}

#dropmenu li ul a:hover {
width:167px; 
height:auto; 
float:left;
margin-left:6px;
padding-bottom:6px;
background:#4D2937/*#330014*/;
border:none;
color:white;
}

#dropmenu ul ul {
top:auto;
}

#dropmenu li ul ul {
left:13em; 
margin:0 0 0 0px;
padding-top:0px;
z-index:78;

}

#dropmenu ul li ul li a span {
/*display:none;*/
position:relative;
left:5px;
}
	
