<!--  
BODY, TD, TH, DIV, P 
{ font-size: 12px; font-family: Verdana, Arial, Helvetica }

A, A:link, A:visited, A:active 
{ font-size: 12px; color: #2F2F2F; font-family: Verdana, Arial, Helvetica }

H1 
{ font-size: 22px; color: #2f2f2f; font-family: Arial, Helvetica, Verdana }

H2 
{ font-size: 20px; color: #2f2f2f; font-family: Arial, Helvetica, Verdana }

.menu 
{ color: #2f2f2f; font-family: Arial, Verdana; font-size: 7.2pt; font-weight: 300 }

A.menu, A.menu:visited, A.menu:active, A.menu:hover 
{ color: #2f2f2f; font-family: Arial, Verdana; font-size: 7.2pt; font-weight: 300 }

A.menu2, A.menu2:visited, A.menu2:active, A.menu2:hover 
{ color: #2f2f2f; font-family: Arial, Verdana; font-size: 7.2pt; font-weight: 300; text-decoration: none }

.list  
{ position: relative; left: -12px; top: -9.5pt; line-height: 10.5pt; color: #2f2f2f; font-size: 7.2pt }

.ie 
{ cursor: hand; text-decoration: underline; color: #2f2f2f } 

Menu
#navcontainer
{
background: #f0e7d7;
width: 30%;
margin: 0 auto;
padding: 1em 0;
font-family: georgia, serif;
font-size: 13px;
text-align: center;
text-transform: lowercase;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 90%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em .5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #333;
text-decoration: none;
background: #e8eff5; /*block background*/
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #c2c2c2; /*active background*/
color: #333;
font-weight:bold;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
-->