/* this is the main UL element*/
.dropdown{display:none;margin:0;	padding:0; list-style:none;	border-bottom:1px solid #444; font-size:12px; font-weight:bold; font-family:Myriad Pro,Arial, Helvetica, sans-serif;}

/* these are the inner menus*/
.dropdown ul{margin:0; padding:0; list-style:none; width:252px; background-color:#f5d27e}

/* these are all the LIs in the menu*/
.dropdown li.main{margin:0; line-height:30px; width:252px; /*text-indent:10px;*/ padding:0 0 1px 0; color:#ac4828; cursor:pointer;}

/* 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:#ac4828; width:100%; text-decoration:none;}

.dropdown a:hover{text-decoration:none;}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{border-top:0; background-color:#f5d27e;}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{width:252px;}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{width:252px;}
.dropdown li.submenu-left ul.subsub{width:320px; text-indent:10px;}
a.sub{color:#000000}
a.sub:hover{color:#cccccc}
.spacerM{width:10px; height:30px; float:left;}
* html .spacerM{width:10px; height:30px; float:left;}
.contM{width:242px; height:30px; float:right;}
