.submenu 
{
    background-color: #fdf9ed;
    border-top: solid 1px #c85542;    
    border-right: solid 2px #999999;
    border-bottom: solid 2px #999999;
    display: none;
    margin: 31px 0px 0px 9px;
    position: absolute;
    width: 140px;
    z-index: 100;
}
.submenu div
{
    border-left: solid 1px #c85542;    
    border-right: solid 1px #c85542;
    border-bottom: solid 1px #c85542;
    padding: 5px 5px 5px 5px;
}
.submenu div a
{
	color: #47250e;
	font-family: Calibri, Verdana, tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.submenu div a:Hover
{
    color: #c85542;
}
