
.menubg {background:#666666 url(/themes/34/images/gradient-menu.jpg) repeat-x; height: 30px;}

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#ffffff; text-decoration:none}
ul.menu li {z-index: 999; position:relative; float:left; margin-right:2px; text-align:left;}

ul.menu ul {position:absolute; top:28px; left:0; background-color:#7A5151; 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 #3D2828; border-top:none; width:180px; 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: 12px; display:block; padding:3px 7px 3px; background-color:#7A5151}
ul.menu ul li a:hover {background-color:#7A5151; color:#ffffff;}

ul.menu ul ul {left:180px; top:-1px} /* Make the width the same as above and in the .js file */

ul.menu .menulink {font-size: 14px; padding:4px 37px 7px 20px; font-weight:bold; color: #000000; font-family: Times New Roman;}
ul.menu .menulink:hover, ul.menu .menuhover {color: #000000;}

ul.menu .menulinkSelected {font-size: 14px; padding:4px 37px 7px 20px; font-weight:bold; color: #000000; font-family: Times New Roman;}
ul.menu .menulinkSelected:hover, ul.menu .menuhover {color: #000000;}

ul.menu .sub {background:#7A5151 url(/themes/13/menu/images/arrow-white.gif) 168px 8px no-repeat}
ul.menu .topline {border-top:1px solid #3D2828}