.dropdown, .dropdown-0, .dropdown-2, .dropdown3, .dropdown-4, .dropdown-5,.dropdown-6,.dropdown-7,.dropdown-8 {
	float:left;
	padding-right:5px;
}
.dropdown dt {
	text-indent: -9999px;
	cursor:pointer;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:200;
}
.dropdown ul {
	list-style:none;
}
.dropdown li {
	display:inline;
	clear:left;
	padding: 3px 0 5px 10px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding: 0 10px 0 0;
	text-decoration:none;
	color: #fff;
}

.dropdown a:hover {
	text-decoration:underline;
	color:#fff;
}

.dropdown .underline {
	border-bottom: 1px solid #b9d6dc;
}

.underline-0 {
	background: #c1111a;
}

.underline-3 {
	background: #0a1887;
}

.underline-4 {
	background: #ff8400;
}

.underline-5 {
	background: #069509;
}

.underline-1 {
	background: #8e029e;
}

.underline-6 {
	background: #fed700;
}