#menu
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.menu DIV
{
	float: left;
	text-align: center;
}
.menu DIV A
{
	color: black;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #666666;
	cursor: pointer;
}

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

.menu DIV DIV A
{
	color: black;
	text-decoration: none;
    font-weight: normal;
    border-left: 0px solid #666666;
}

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

.menu .menu
{
	position: absolute;
	top: 32px;
	width: 245px;
	border: 1px solid #999999;
    background-color: white;
    padding:2px;
    -moz-opacity: .90;
    opacity: .90;
    filter:alpha(opacity=90,style=0);
    white-space:no-wrap;
    z-index: 100;
}

.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;
}
