/* Main Navigation Matrix */

#nav {
position: relative;
top: 25px;
margin: 0;
padding: 0;
}

#nav li {
float: left;
margin-right: 5px;
}

#nav li.order {
margin-left: 0px;
margin-right: 5px;
margin-top: -18px;
padding: 10px 0;	
}

#nav li a {
margin: 0;
padding: 0;
display: block;
height: 44px;
width: 110px;
background: url(../images/newnav.png) no-repeat;
background-position: 0 -44px;
text-align: center;
line-height: 44px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
color: #666;
overflow: hidden;
letter-spacing: 0;
}

/*current state*/
#nav li a.current, #nav li a.current:hover, #nav li a.current-page-ancestor{
background: url(../images/newnav.png) no-repeat;
background-position: 0 -88px;
color: #FFF;
}

/*current state*/
#nav li a.order{
height: 48px;
background: url(../images/newnav.png) no-repeat;
background-position: -110px -52px;
background-position: 0 0px;
color: #FFFF66;
padding-top: 7px;
}
#nav li a.order:hover {
background-position: -110px 2px;
color: yellow;
}

#nav li a:hover{
background: url(../images/newnav.png) no-repeat;
background-position: 0 0;
color: #FFF;
}
