#menu
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-left: 25px;
}

.menu DIV
{
	float: left;
	padding-right: 5px;
	border-right: 1px solid white;
	padding-left: 5px;
	text-align: center;
}

.menu DIV A
{
	color: white;
	text-decoration: none;
}

.menu DIV A:HOVER
{
	color: white;
	text-decoration: underline;
}

.menu DIV DIV A
{
	color: #643525;
	text-decoration: none;
    font-weight: normal;
}

.menu DIV DIV A:HOVER
{
	color: #643525;
	text-decoration: none;
}

.menu .menu
{
	position: absolute;
	top: 20px;
	width: 150px;
	border	: 1px solid #000;
    background-color        : #F2D8C2;
    margin:0;
    padding:0;
    -moz-opacity: .80;
    opacity: .80;
    filter:alpha(opacity=80,style=0);
    white-space:no-wrap;
}

.menu .menu DIV
{
	float: none;
    border-right: 0px;
    filter:alpha(opacity=80,style=0);
    -moz-opacity: .80;
    opacity: .80;
    text-align: left;
}

.menu .menu .menu
{
	position: absolute;
	top: 0px;
	border	: 1px solid #000;
    background-color        : #F2D8C2;
}