/* CSS Document */

/*MAIN NAV*/
#nav-row{
height:36px;
width: 960px;
}

#nav {
background:url(../images/menu_sprite.png) no-repeat;
width:960px;
height:36px;
margin:0;
padding:0;
}

#nav span {
display: none;
color: #000000;
}

#nav li, #nav a {
height:36px;
display:block;
}

#nav li {
float:left;
list-style:none;
display:inline;
}

#nav-01 {width: 86px;}
#nav-02 {width: 106px;}
#nav-03 {width: 243px;}
#nav-04 {width: 197px;}
#nav-05 {width: 159px;}
#nav-06 {width: 77px;}
#nav-07 {width: 92px;}

#nav-01 a:hover {background:url(../images/menu_sprite.png) 0px -36px no-repeat; }
#nav-02 a:hover {background:url(../images/menu_sprite.png) -86px -36px no-repeat; }
#nav-03 a:hover {background:url(../images/menu_sprite.png) -192px -36px no-repeat; }
#nav-04 a:hover {background:url(../images/menu_sprite.png) -435px -36px no-repeat; }
#nav-05 a:hover {background:url(../images/menu_sprite.png) -632px -36px no-repeat; }
#nav-06 a:hover {background:url(../images/menu_sprite.png) -791px -36px no-repeat; }
#nav-07 a:hover {background:url(../images/menu_sprite.png) -868px -36px no-repeat; }

#nav-01-active {background:url(../images/menu_sprite.png) 0px -36px no-repeat; }
#nav-02-active {background:url(../images/menu_sprite.png) -86px -36px no-repeat; }
#nav-03-active {background:url(../images/menu_sprite.png) -192px -36px no-repeat; }
#nav-04-active {background:url(../images/menu_sprite.png) -435px -36px no-repeat; }
#nav-05-active {background:url(../images/menu_sprite.png) -632px -36px no-repeat; }
#nav-06-active {background:url(../images/menu_sprite.png) -791px -36px no-repeat; }
#nav-07-active {background:url(../images/menu_sprite.png) -868px -36px no-repeat; }

