#mainMenu
{
	position: absolute;
}

#menu
{
    width: 219px;
	height: 155px;
    margin-left: 253px;
    margin-top: 87px;
    color: #FFFFFF;
    background-color: #A78C6D;
    border-left: 0px solid #666666;
    border-right: 0px solid #666666;
    border-top: 1px solid #666666;
    position: absolute;
}

.menu
{
    display: block;
    height: 20px;
    width: 180px;
    border-bottom: -0px solid #666666;
    position: relative;
    z-index: 9999;
}

.menu A
{
	color: #fff;
	text-decoration: none;
    font-size: 10px ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold ;
    padding-top: 5px;
    padding-left: 20px;
    height: 20px;
    width: 199px;
    background-color: #8f7b69;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    display: block;
    position: relative;
}

.menu A:HOVER
{
	background-color: #c7b199;
	color: #fff;
    width: 199px;	
}

.menu .menu
{	
	color: #000;
	text-decoration: none;
	font-size: 10px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
	position: absolute;
	height: 20px;
	width: 180px;
	margin-left: 220px;
	background-color: #A78C6D;
	border-right: 1px solid #544741;
    border-bottom: 1px solid #544741;
}

.menu .menu A
{
	display:block;
    background-color: #8f7b69;
    border-right: 1px solid #544741;
    border-left: 1px solid #544741;
    border-bottom: 1px solid #544741;
}

.menu .menu A:HOVER
{
    color: #fff;
    background-color: #c7b199;
    width: 200px;	
}

.menu .menu .menu
{	
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
	position: absolute;
	height: 20px;
	width: 180px;
	margin-left: 220px;
	background-color: #736356;
	border-right: 1px solid #544741;
    border-bottom: 1px solid #544741;
}

.menu .menu .menu A
{
	display:block;
    background-color: #8f7b69;
    border-right: 1px solid #544741;
    border-left: 1px solid #544741;
    border-bottom: 1px solid #544741;
}

.menu .menu .menu A:HOVER
{
    background-color: #FFFFFF;
	color: #000000;
    width: 200px;	
}