
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {z-index: 999; position:relative; float:left; margin-right:2px; text-align:right;}

ul.menu ul {position:absolute; top:0px; left:0; background-color:#E2A582; display:none; opacity:0; list-style:none} /* For horizontal menu do -> top:26px; For vertical do -> top:0px; */

ul.menu ul li {z-index: 999; position:relative; border:1px solid #CF692F; border-top:none; width:240px; margin:0; text-align:left;} /* Make the width the same as below and in the .js file. Also, reposition the sub-menu arrow below. */
ul.menu ul li a {font-size: 14px; display:block; padding:6px 7px 7px; background-color:#E2A582}
ul.menu ul li a:hover {background-color:#E2A582; color:#ffffff;}

ul.menu ul ul {left:148px; top:-1px} /* Make the width the same as above and in the .js file */

ul.menu .menulink {padding:5px 10px 7px 10px; font-weight:normal; width:220px; color: #ffffff;}
ul.menu .menulink:hover, ul.menu .menuhover {color: #7C3F1C; background-color:#E2A582}

ul.menu .menulinkSelected {padding:5px 10px 7px 10px; font-weight:bold; width:220px; color: #ffffff;}
ul.menu .menulinkSelected:hover, ul.menu .menuhover {color: #7C3F1C; background-color:#E2A582}

ul.menu .sub {background:#E2A582 url(/themes/3/menu/images/arrow.gif) 228px 8px no-repeat}
ul.menu .topline {border-top:1px solid #CF692F}