/* this is the main UL element*/
.dropdown{margin:0; padding:0; list-style:none; }

/* these are the inner menus*/
.dropdown ul{margin:0; padding:0; list-style:none; width:150px!important;}

/* these are all the LIs in the menu*/
.dropdown li{margin:0; height:auto; float:left; cursor:pointer; border-top:1px solid #444!important;}

/* 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:#fff; width:100%; }
.dropdown a:hover{color:#e1d1a7; text-decoration:none;}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{padding:3px 0 6px 3px; height:24px; float:none; margin-left:-1px; background:#1d1308 none;}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{ }

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{}


