
/*
Place custom CSS for the client in this file.
h1
{
    color: #75410F;
}
*/

#vertmenu
{
    text-align: left;
    padding:0 0 0 10px;
}


.MenuItem a:link 
{
    color:#D3CEA4; 
    font-size : 10pt; 
    font-family:Arial Narrow, Arial, sans serif; 
    text-decoration : underline; 
}
.MenuItem a:visited 
{ 
    color:#D3CEA4; 
    font-size : 10pt;
    font-family:Arial Narrow, Arial, sans serif;  
    text-decoration : underline; 
}
.MenuItem a:hover 
{ 
    color :#E9E6D7; 
    font-size : 10pt;
    font-family:Arial Narrow, Arial, sans serif;  
    text-decoration : none; 
}
