@charset "utf-8";
/* CSS Document */

#nav {background: url(/images/nav/navInactiveBg.gif) repeat-x;width:1000px;height:67px;overflow:hidden;}
#nav a {display:block;width:100%;height:100%;}
div#nav ul {margin:0;padding:0;}
div#nav li {margin:0;padding:0;float:left;}
#home, #action, #comedy, #competitive, #drama, #mma, #scifi {height:67px;display:block;}
/* in-active states */
#home {background: url(/images/nav/homeTab.gif) top center no-repeat;width:110px;}
#action {background: url(/images/nav/actionTab.gif) bottom center no-repeat;width:197px;}
#comedy {background: url(/images/nav/comedyTab.gif) bottom center no-repeat;width:103px;}
#competitive {background: url(/images/nav/competitiveTab.gif) bottom center no-repeat;width:210px;}
#drama {background: url(/images/nav/dramaTab.gif) bottom center no-repeat;width:95px;}
#mma {background: url(/images/nav/mmaTab.gif) bottom center no-repeat;width:83px;}
#scifi {background: url(/images/nav/sci-fiTab.gif) bottom center no-repeat;width:202px;}
/* hover states */
#home:hover {background-position:top center;}
#action:hover {background-position:top center;}
#comedy:hover {background-position:top center;}
#competitive:hover {background-position:top center;}
#drama:hover {background-position:top center;}
#mma:hover {background-position:top center;}
#scifi:hover {background-position:top center;}




