/* code from http://www.search-this.com/2009/03/17/jquery-dropdown-menu/ */

/*
DROPDOWN
*/

.dropdown-menu {
	position: absolute;
	background-color: #ffffff;
	cursor: pointer;
	z-index: 100;
}

.dropdown-menu a:link,
.dropdown-menu a:visited {
	margin: 0 !important;
}

.dropdown-menu a:hover {
	text-decoration: none !important;
}

.dropdown-menu li a:hover {
	color: #df5a00;
}

.dropdown-menu li a {
	text-decoration: underline !important;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

.down-list {
	background-color: #ffedd3;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 3px 8px 3px 3px;
	list-style: none;
}

.down-list li {
	height: 20px;
	padding-left: 5px;
}

.dropHolder {
	float: left;
	height: 1px;
}
