#menu_locator { position:relative; margin:0; padding:0 20px; height:40px; line-height:40px; *zoom:1; background:#f9f9f9; }
#menu_locator:after { content:""; display:block; clear:both;}
#menu_locator .menu_name { float:left; font-size:16px; color:#9a8883; text-shadow:2px 2px 0 #ccc;  }
#menu_locator .menu_location { float:right; margin:0; padding:0; list-style:none; }
#menu_locator .menu_location li { float:left; padding:0; margin:0; background:url(../img/seperator_b.png) no-repeat center right; }
#menu_locator .menu_location li:last-child { background:none; }
#menu_locator .menu_location li a { display:block; padding:0 12px 0 7px; font-size:11px; color:#9a8883; }
#menu_locator .menu_location li:last-child a { padding-right:0; }

#menu_locator .menu_location li a:hover  { color:#B95137; }
