@charset "utf-8";
/* CSS Document */

#menuContainer {width:860px; float:right; overflow:hidden; background: #7e151e url('/nyc/elements/menu/ulback.gif') repeat-x; margin:0 auto; }
#menu {padding:0; margin:0; list-style:none; float:right; height:30px; position:relative; }
#menu li {float:right; position:relative; margin:0 2px;}
#menu li a {display:block; height:30px; line-height:30px; padding:0 15px 0 15px; float:left; color:#fff; text-decoration:none; font-size:10px;}
#menu li a b {display:block; height:30px; float:left; padding:0 0 0 15px; cursor:pointer;}
#menu li a:hover, 
.home #menu li#home a,
.meet #menu li#meet a,
.spon #menu li#spon a,
.brdmbr #menu li#brdmbr a,
.schol #menu li#schol a,
.mesg #menu li#mesg a
{background:url('/nyc/elements/menu/button.png') no-repeat right top; line-height:26px;}
#menu li a:hover b,
.home #menu li#home a b,
.meet #menu li#meet a b,
.spon #menu li#spon a b,
.brdmbr #menu li#brdmbr a b,
.schol #menu li#schol a b,
.mesg #menu li#mesg a b
{background:url('/nyc/elements/menu/button.png') no-repeat left top; line-height:26px;}


