#cssdropdown {
	list-style: none; padding:0; margin:0; text-align:center;
}

#cssdropdown a img {
	border: 0;
}

#cssdropdown li.headlink {
	float: left; position: relative; z-index: 99; background:none no-repeat bottom center; width:130px;
}

#cssdropdown li.headlink a {
	text-decoration:none; color:#808487; width:100%; height:100%; font-weight:bold; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#cssdropdown li.headlink a:hover {
	color:#FF6600;
}

#cssdropdown li.headlink ul {
	left: 7px; 
	bottom: 48px;
}

#cssdropdown li.headlink ul li a {
	color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#cssdropdown ul li a:hover {
	text-decoration: none;
}

#cssdropdown ul {
	position: absolute; display: none; list-style: none; padding:0; margin: 0; width: 130px; border:1px solid #de5c00; border-bottom:0;
}

#cssdropdown ul li {
	width: 100%; text-transform: uppercase; text-align: center; background:#FCFDFF; font-size: 10px; padding-top: 5px;
}
