﻿.nav
{
 position: absolute;
 left: 50%;
 top: 116px;
 margin-left: -389px;
 width : 778px;
 height : 29px;
 display : block;
 background-color : #76471D;
}


.nav ul 
{
 list-style-type : none;
 margin : 0px;
 padding-top : 3px; 
 padding-left : 20px;
 text-align : justify;
 height : auto;
 border : none;
}


.nav ul li 
{
 display : inline;
 padding-right : 25px;
} 


.nav ul li a:link, .nav ul li a:visited
{
 text-decoration : none;
 font-family :  tahoma;
 font-size : 9pt;
 font-weight : normal;
 font-style : normal;
 /* color : #3F6616; */ 
 color : #F2F1C8;
}

.nav ul li a:hover
{
 text-decoration : none;
 font-family :  tahoma;
 font-size : 9pt;
 font-weight : normal;
 font-style : normal;
 /* color : #3F6616; */ 
 color : #E9E8A4;
}




