html, body { background-color: #000000; }

#nav { background: #ffffff url(../img/thewebkit/nav_bg.gif) no-repeat scroll 0 0; }
#nav li a:hover, #nav li.active a { background: #666666 none; }

#subnav li { background-color: #333333; }
#subnav li.first a { background: #333333 url(../img/thewebkit/sub_li_top_bg.gif) no-repeat scroll 0 0; }
#subnav li.activefirst { background-color: #666666; }
#subnav li.activefirst a,
#subnav li.first a:hover { background: #666666 url(../img/thewebkit/sub_li_top_bg.gif) no-repeat scroll -170px 0; }
#subnav li.last a { background: #333333 url(../img/thewebkit/sub_li_bottom_bg.gif) no-repeat scroll 0 bottom; }
#subnav li.activelast,
#subnav li.last a:hover { background: #666666 url(../img/thewebkit/sub_li_bottom_bg.gif) no-repeat scroll -170px bottom; }
#subnav li.active,
#subnav li a:hover { background-color: #666666; }

#footer { background: #666666; }

h2, h2 a, h3, a { color: #333333; }
