﻿#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
{
    height: 78px;
    display: block;
    position: absolute;
}
.nav a span
{
    display: none;
}
a.nav1
{
    width: 225px;
    left: 0;
}

a.nav2
{
    width: 74px;
    left: 275px;
}
a.nav2:hover
{
    background: url('images/nav.jpg') no-repeat -275px -118px;
}

a.nav3
{
    width: 120px;
    left: 355px;
}
a.nav3:hover
{
    background: url('images/nav.jpg') no-repeat -355px -118px;
}

a.nav4
{
    width: 121px;
    left: 480px;
}
a.nav4:hover
{
    background: url('images/nav.jpg') no-repeat -480px -118px;
}

a.nav5
{
    width: 139px;
    left: 606px;
}
a.nav5:hover
{
    background: url('images/nav.jpg') no-repeat -606px -118px;
}
a.nav6
{
    width: 88px;
    left: 750px;
}
a.nav6:hover
{
    background: url('images/nav.jpg') no-repeat -750px -118px;
}
a.nav7
{
    width: 30px;
    left: 930px;
}
a.nav7:hover
{
    background: url('images/nav.jpg') no-repeat -930px -118px;
}


/* 

LEVEL 2 

*/



.pnlItems
{
    background-color: #070707;
    margin: -6px 4px 0 4px;
    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;
 }