
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#fff; 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:#1f1f1f; 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 #666666; border-top:none; width:250px; 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:#1f1f1f}
ul.menu ul li a:hover {background-color:#1f1f1f; 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:10px 20px 10px 20px; font-weight:bold; font-size: 16px; width:210px; color: #000000;}
ul.menu .menulink:hover, ul.menu .menuhover {color: #ffffff; background-color:#1f1f1f;}

ul.menu .menulinkSelected {padding:10px 20px 10px 20px; font-weight:bold; font-size: 16px; width:210px; color: #000000;}
ul.menu .menulinkSelected:hover, ul.menu .menuhover {color: #ffffff; background-color:#1f1f1f}

ul.menu .sub {background:#1f1f1f url(/themes/3/menu/images/arrow.gif) 228px 8px no-repeat}
ul.menu .topline {border-top:1px solid #666666}
