



/* style for small top navigation links */


.headerNav{font-family:Arial;font-size:16px; color:#585F65;text-decoration:none;}

a.headerNav{font-family:Arial;font-size:16px; color:#585F65;text-decoration:none;padding-left:5px;}

a.headerNav:hover{text-decoration:underline;}

/* drop down menu styles */

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav a {
  display: block;
   width: 165px;
   height:30px;
        font-family:Arial;
         font-size:10px;
        color:#71A438;
        text-transform:uppercase;
        padding:0px;
         padding-top:14px;
         border-style:solid;
        border-width:1px;
       border-top-width:0px; 
       border-color:#71A438;
        text-decoration:none;
       background-color:white;
}




#nav #mainnav
{

 
background:none;
color:#eeeeee;
text-align:center;
/* padding-bottom:5px; */
border-right-style:solid;
border-left-style:none;
border-top-style:none;
border-bottom-style:none;
 border-width:1px;
border-color:#71A438;
font-weight:bold;
}





#nav a:hover
{

background-color:#005898;
color:white;
}


#mainnav a:hover
{

background-color:#666666;

}

#nav li {
  float: left;
  width: 165px;  /* or 11em */
}

#nav li ul {
  position: absolute;
  width: 7em;
  left: -999em;
}

#nav li:hover ul {
  left: auto;
       
}


#nav li:hover ul, #nav li.sfhover ul {
     left: auto;
       
}