#menu { position: absolute; top: 180px; height: 36px; width: 100%; margin: 0 auto; }
#menu ul {  background: transparent url("/img/menu_bg.jpg") repeat-x; height: 36px; width: 940px; margin: 0 auto; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 0 4px;}
#menu ul li { float: left; padding: 0 5px; margin-right: 13px;}
html* #menu ul li { margin-right: 11px;} /*hack for IE*/
#menu ul li:last-child, #menu ul li.last { padding: 0; margin: 0;}
#menu a { display: block; color: #fff; font-size: 14px; font-weight: normal; padding: 5px 3px 7px 4px;}
#menu a:hover, #menu a:focus { background: url("/img/menu_bg.jpg") 100% 50% repeat-x; text-decoration: none;}
#Home a.home, #About a.about, #CCC a.ccc, #Pubs a.pubs, #Involved a.involved, #News a.news, #Contact a.contact { background: #1d4b73 url("/img/menu_bg.jpg") 100% 100% repeat-x; text-decoration: none; }


