#menu{ margin:0 auto; height:39px; clear:both; margin-left:-20px; padding-top:0px; clear:both; float:left; }

#menu ul { list-style:none; margin:0; padding:0; float:left; height:30px; line-height: 20px; }

#menu ul li { position:relative; margin:0 !important; padding:0 !important; width:auto !important; border-right:1px #efefef solid;  }
#menu ul li a { color:#6d6d6d; font-size:16px; text-decoration: none; height:13px; padding:0; display:inline-block !important; font-weight:normal; text-transform:uppercase; padding:8px 20px 15px 20px;}

#menu ul li.dropdown a { background:url(../img/drop-down-arrow.jpg) right no-repeat; margin-right:15px; }

#menu ul ul{ width: auto; height: auto; line-height: 20px; margin:0; padding:0; z-index:500; top:auto; display:none; height:auto; padding:0 !important; position:absolute !important; margin-top:0px; border:0; background:#fafafa; }
#menu ul ul li { border:0; }
#menu ul ul a { height:auto !important; border-right:0px !important; color:#555555; font-size:11px; margin:0 0.5em 0 0.5em !important; padding:2px 0 2px 9px !important; width:150px; display:block !important; border-bottom:1px #e3e3e3 dotted; text-transform:none;  background:none !important;}
#menu ul ul a:hover { background:none; color:#dcdcdc; }

#menu ul ul ul{ top:0; left:100%; }

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu li:hover{ z-index:100; }
div#menu li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, div#menu li li li li:hover ul ul {display:none;}
div#menu li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, div#menu li li li li:hover ul {display:block;}

#menu ul ul li.first { width:140px !important; padding:0 !important; margin:0 !important; background:url(../img/top_sub_nav.png) no-repeat; height:10px !important; display:block; }
#menu ul ul li.last { width:140px !important; padding:0 !important; margin:0 !important; background:url(../img/bottom_sub_nav.png) no-repeat; height:10px !important; display:block; }
/* End of non-anchor hover selectors */

#menu .member-login { float:right !important; list-style:none; border:0; margin-right:11px; }
#menu .member-login li:hover { background:none; }
#menu .member-login a { font-size:15px; font-weight:bold; background:url(../img/red_arrow.gif) no-repeat right; padding-right:13px; }

