.adult {
	overflow: hidden;

	width: auto;
	margin: 0px;
}

.adult ul,li {
	list-style: none;
	margin: 0px;
    padding: 0px;
}

.adult li {
	background: #FFFFFF;
}

.adult li a {
	display: block;
	padding: 0px 5px 0px 5px;
	text-align: left;
	font-size: 10px;
	line-height:15px;
	color:#adadad;
	font-family:Verdana;
	background: #f8f9f9;
	height:18px;
	text-decoration: none;
	BORDER-BOTTOM: #5fcad5 1px solid;
	BORDER-left: #5fcad5 1px solid;
	BORDER-right: #5fcad5 1px solid;

}



.adult .nav:hover {
	font-size: 10px;

	background: #ffffff url("../images/arrow2_.gif") no-repeat right;
	color: #adadad;
}


.adult ul.menuOver {
    position: absolute;
    height: auto;
    z-index: 100;
    display: none;
    width: auto;
}


