/* CSS Document */


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

#masthead li {
float: left;
margin: 0;
padding: 0;
}

#masthead a {
text-decoration: none;
display: block;
}


#masthead h2 a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10pt;
text-transform: lowercase;
text-align: center;
color: #7a7a82;
border-right: 1px solid #cccccc;
padding: 10px;
margin-top: 30px;
}


#masthead h2 a:hover  {
text-decoration: none;
color: #006633;
}

#home #nav-home a, 
#about #nav-about a,
#stall #nav-stall a, 
#daylesford #nav-daylesford a, 
#contact #nav-contact a {
border-bottom: 1px solid #006633;
}


