/*	South Dade Children's Resource Network	*/
/*	By Mick Bockstruck			*/
/*	April 2008				*/
/*	© CWI Communications		*/

#dropmenudiv {
	position:absolute;
	z-index:100;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom-width: 0;
	border-top: 1px solid #fff;
}

#dropmenudiv a, #dropmenudiv a:visited {
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size:12px;
	line-height: 100%;
	width: 100%;
	display: block;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 15px;
	margin:0;
	text-decoration: none;
	text-align:left;
	color: #fff;
	height: 1%;
	background-color: #0099cc;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #663399;
}