﻿#nav
{
    width:960px; 
    margin:auto;
}
.leftnav
{
    margin-top: 45px;
    padding-right: 30px;
    
}
.leftnav li
{
    list-style-type: none;
    list-style-image: none;
}
.leftnav li a
{
    display: block;
    text-decoration: none;
    font-family: 'Palatino Linotype' , Palatino, serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #999999;
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #dedede;
}
.leftnav li a:hover
{
    color: #000000;
}
.nav
{
    background: url('images/site/nav.gif') no-repeat;
    height: 40px;
    width: 960px;
    padding: 0;
    margin: 0;
    position: relative;
    float: left; /* This is the solution for the space between header and nav */
}
.nav li
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    position: absolute;
    top: 0;
}
.nav li, .nav a
{
    height: 40px;
    display: block;
}
.nav a span
{
    display: none;
}
.nav1
{
    left: 0px;
    width: 90px;
}
.nav1 a:hover
{
    background: transparent url(images/site/nav.gif) 0px -40px no-repeat;
}
.nav2
{
    left:90px;
    width: 111px;
}
.nav2 a:hover
{
    background: transparent url(images/site/nav.gif) -90px -40px no-repeat;
}
.nav3
{
    left: 198px;
    width: 125px;
}
.nav3 a:hover
{
    background: transparent url(images/site/nav.gif) -198px -40px no-repeat;
}
.nav4
{
    left: 323px;
    width: 85px;
}
.nav4 a:hover
{
    background: transparent url(images/site/nav.gif) -323px -40px no-repeat;
}
.nav5
{
    left: 408px;
    width: 112px;
}
.nav5 a:hover
{
    background: transparent url(images/site/nav.gif) -408px -40px no-repeat;
}
.nav6
{
    left: 520px;
    width: 115px;
}
.nav6 a:hover
{
    background: transparent url(images/site/nav.gif) -520px -40px no-repeat;
}
.nav7
{
    left: 635px;
    width: 129px;
}
.nav7 a:hover
{
    background: transparent url(images/site/nav.gif) -635px -40px no-repeat;
}
.nav8
{
    left: 765px;
    width: 80px;
}
.nav8 a:hover
{
    background: transparent url(images/site/nav.gif) -765px -40px no-repeat;
}
.nav9
{
    left: 845px;
    width: 115px;
}
.nav9 a:hover
{
    background: transparent url(images/site/nav.gif) -845px -40px no-repeat;
}
.menuhover
{
    width: 160px;
    background-color: #323232;
    color: White;
    padding: 5px 15px;
    margin-top: -2px;
}
.menuhover ul
{
    padding: 0;
    margin: 0;
}
.menuhover ul li
{
    list-style-image: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menuhover ul li a
{
    display: block;
    text-decoration: none;
    margin: 5px 2px 15px 2px;
    color: White;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.9em;
    line-height: 1.4em;
}
.menuhover ul li a:hover
{
    text-decoration: underline;
}
.adminbar
{
    border-top: solid 1px #666666;
    clear: both;
    width: 940px;
    margin: 40px 0 0 0;
    padding: 10px 0;
}
.adminbar a
{
    color: #666666;
    font-size: 0.8em;
    padding: 5px;
}
