﻿#nav
{
    width: 960px;
    height: 118px;
    margin: auto;
    background: url('images/nav.jpg') no-repeat center top;
}
.nav
{
    height: 118px;
    padding: 0;
    margin: 0;
    position: relative;
}
.nav li
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    position: absolute;
    top: 0;
}
a.nav1, a.nav2, a.nav3, a.nav4, a.nav5, a.nav6, a.nav7, a.nav8
{
    height: 78px;
    display: block;
    position: absolute;
}
.nav a span
{
    display: none;
}
a.nav1
{
    width: 225px;
    left: 0;
}

a.nav2
{
    width: 58px;
    left: 260px;
}
a.nav2:hover
{
    background: url('images/nav.jpg') no-repeat -260px -118px;
}

a.nav3
{
    width: 104px;
    left: 322px;
}
a.nav3:hover
{
    background: url('images/nav.jpg') no-repeat -322px -118px;
}

a.nav4
{
    width: 108px;
    left: 430px;
}
a.nav4:hover
{
    background: url('images/nav.jpg') no-repeat -430px -118px;
}

a.nav5
{
    width: 122px;
    left: 542px;
}
a.nav5:hover
{
    background: url('images/nav.jpg') no-repeat -542px -118px;
}
a.nav6
{
    width: 76px;
    left: 668px;
}
a.nav6:hover
{
    background: url('images/nav.jpg') no-repeat -668px -118px;
}
a.nav7
{
    width: 130px;
    left: 748px;
}
a.nav7:hover
{
    background: url('images/nav.jpg') no-repeat -748px -118px;
}
a.nav8
{
    width: 22px;
    left: 932px;
}
a.nav8:hover
{
    background: url('images/nav.jpg') no-repeat -932px -118px;
}


/* 

LEVEL 2 

*/



.pnlItems
{
    background-color: #070707;
    margin: -6px 4px 0 0;
    padding: 2px 20px 7px 7px;
    font-size: 1.2em;
     line-height: 1.8em; 
}
.pnlItems ul
{
 padding: 0;
 margin: 0;
}
.pnlItems ul li
{
 list-style-type:none;
 padding: 0;
 margin: 0; 
  font-family:Georgia; 
}
.pnlItems ul li ul li
{
  font-family: Arial, Helvetica, Sans-Serif; 
       font-weight:bold;
 }
