#menu
{
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 9px;*/
    height: 32px;
}
.menu DIV
{
	float: left;
	text-align: center;
	
}
.menu DIV A
{
	color: white;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	height: 32px;
	padding-top: 9px;
}

.menu DIV A:HOVER
{
	background-color: #01779B;
	color: #FFFF5F;
}

.menu DIV DIV A
{
	color: white;
	text-decoration: none;
    font-weight: normal;
    width: 220px;
    height: 20px;
    padding-top:2px;
}

.menu DIV DIV A:HOVER
{
	color: #FFFF5F;
	text-decoration: none;
}
.menu .menu
{
	position: absolute;
	top: 112px;
	width: 220px;
    background-color: #4CA0B9;
    z-index: 100;
}

.menu .menu DIV
{
	float: none;
    text-align: left;
}

.menu .menu .menu
{
	position: absolute;
	top: 0px;
    background-color: #4CA0B9;
}