﻿.nav
{
    background: Black url(images/site/nav.jpg) no-repeat;
    height: 30px;
    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: 30px;
    display: block;    
}
.nav a span
{
    display: none;
}
.nav1
{
    left: 9px;
    width: 110px;
     
}
.nav1 a:hover
{
    background: transparent url(images/site/nav.jpg) -9px -30px no-repeat;
}
.nav2
{
    left: 127px;
    width: 110px;
     
}
.nav2 a:hover
{
    background: transparent url(images/site/nav.jpg) -127px -30px no-repeat;
}
.nav3
{
    left: 246px;
    width: 110px;
    
}
.nav3 a:hover
{
    background: transparent url(images/site/nav.jpg) -246px -30px no-repeat;
}
.nav4
{
    left: 364px;
    width: 110px;
     
}
.nav4 a:hover
{
    background: transparent url(images/site/nav.jpg) -364px -30px no-repeat;
}
.nav5
{
    left: 482px;
    width: 110px;
     
}
.nav5 a:hover
{
    background: transparent url(images/site/nav.jpg) -482px -30px no-repeat;
}
.nav6
{
    left: 601px;
    width: 110px;
    
}
.nav6 a:hover
{
    background: transparent url(images/site/nav.jpg) -601px -30px no-repeat;
}
.nav7
{
    left: 719px;
    width: 110px;
    
}
.nav7 a:hover
{
    background: transparent url(images/site/nav.jpg) -719px -30px no-repeat;
}
.nav8
{
    left: 838px;
    width: 110px;
    
}
.nav8 a:hover
{
    background: transparent url(images/site/nav.jpg) -838px -30px no-repeat;
}
.menuhover
{
 width: 160px;
 background: url( 'images/site/menu_top.gif' ) no-repeat center top;
}
.menucontent
{
margin-top: 9px;
padding-bottom: 1px;

background: Black url('images/site/menu_bg.gif' ) repeat-x;
 color: White;
}
.menucontent ul
{
 padding: 0;
 margin: 0;
}
.menucontent ul li
{
 list-style-image: none;
 list-style: none;   
  padding: 0;
 margin: 0;
 text-align: center; 
}
.menucontent ul li a
{
 display: block;
 padding: 5px;
 margin: 2px;  
  border-bottom: dotted 1px #444444;
  color: White; 
  text-transform: uppercase;
 font-size:0.9em;

}
.menucontent ul li a:hover
{
    background-color: #4F4F4F;
    text-decoration: none;
}
