/* nav-container */
#nav-container { width:100%; min-width:960px; height:40px; background:url(/images/navbar-bg.png) top left repeat-x; overflow:hidden; }

/* topnav */
#topnav { height:40px; line-height:20px; width:960px; font-size:14px; margin:0 auto; }
#topnav ul { list-style:none; margin:0; padding:0; }
#topnav ul li { float:left; display:block; position:relative; padding-left:6px; background:url(/images/nav-left.png) top left no-repeat; }
#topnav ul li a { display:block; float:left; padding:11px 12px 9px 4px; text-decoration:none; color:#fff; background:url(/images/nav-right.png) top right no-repeat; }
#topnav ul li:hover a { background:url(/images/nav-right.png) bottom right no-repeat; color:#fff; }
#topnav ul li:hover { background:url(/images/nav-left.png) bottom left no-repeat; }
#topnav ul li.navon a { background:url(/images/nav-right.png) bottom right no-repeat; color:#fff; }
#topnav ul li.navon { background:url(/images/nav-left.png) bottom left no-repeat; }
