#menu_parent {
	
}

.child {
	background-image: url(../images/dd_bottom.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100px;
	position: absolute; 
	visibility: hidden; 
	background-color: #EEEEEE;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 5px;
	/*border-bottom: 3px solid #666666;*/
}

.child a {
	display: block;
	width: 100px; 
	border: none; 
	padding: 0px 0px; 
	text-decoration: none; 
	font-weight: 900; 
	color: #577B94; 
	border-bottom: 1px solid #cccccc;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 8pt;
}

.child a:hover {
	display: block;
	width: 100px; 
	border: none; 
	padding: 0px 0px; 
	text-decoration: none; 
	font-weight: 900; 
	color: #214B93; 
	border-bottom: 1px solid #cccccc;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 8pt;
}