body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;
	background: #FFFFFF
}


a:link { color: #619d57 }
a:visited { color: #619d57 }
a:active { color: #619d57 }
a:hover { color: #000000 }
a { text-decoration:none }

.red { color: #aa0000 }
 
#menu, #menu ul {
    list-style: none;
	margin: 0;
	padding: 0;
	font-weight:bold
}
 
#menu {
    background: #BEA054;
    color: inherit;
    height: 2em;
    line-height: 2em;
}
 
#menu li {
    float: left;
    position: relative;
    white-space: nowrap;
}
 
#menu a {
    background: #BEA054;                           
    color: #000000;
    display: block;
    height: 2em;                    
    padding: 0 2em;                           
    text-decoration: none;
    width: auto;
}
 
* html #menu a {
    float: left;
}
 
#menu a:hover {
    background: #D2BC87;
    color: inherit;          
}
 
#menu ul {
    background: #BEA054;                           
    color: inherit;
    min-height: 1%;
    position: absolute;
        left: -9999em;
}
 
#menu ul li {
    clear: left;
}
 
#menu li:hover ul {
    top: 2em;
    left: auto;
}
 
* html #menu li.hover ul {
    top: 2em;
    left: 0;	
}
