* {
	padding: 0;
	margin: 0
}

.dropdown {
	float: left;
	padding-right: 5px
}

.dropdown dt {
	width: 188px;
	padding: 8px;
	cursor: pointer;
	background: url(../images/header.gif);
	text-transform: uppercase;
	color: #150082;
}

.dropdown dt:hover {
	background: url(../images/header_over.gif)
}

.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 160px;
	display: none;
	background: #fff;
	z-index: 200;
	opacity: 0
}
#one-ddheader{
	width: 55px;
}
#two-ddheader{
	width: 130px;
}

#three-ddheader{
	width: 105px;
}
#four-ddheader{
	width: 100px;
}

.dropdown #five-ddheader a  {
	padding: 0px;
	text-decoration: none;
	width: 0px;
}
.menulink a {
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 8px;
	color: #150082;
	margin-right: 30px;
}
.menulink {
	margin-top: 8px;
	float: left;
}
.dropdown a {
	text-decoration: none;
}
.dropdown ul {
	width: 204px;
	list-style: none;
	border-top: none
}

.dropdown li {
	display: inline;
	text-transform: uppercase;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 5px;
	color: #333;
	text-decoration: none;
	background: #fff;
	width: 194px
}

.dropdown a:hover {
	background: #ede1ff;
	color: #000
}

.dropdown .underline {
	border-bottom: 1px solid #debdff}
