body {
	font-family: Impact;
	font-size: 14px;
}
* {padding:0; margin:0}
.dropdown {
}
.dropdown dt {
	font-weight:normal;
	cursor:pointer;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.dropdown dt:hover {
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:170px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	width:170px;
	list-style:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#FFF;
	text-decoration:none;
	width:170px;
	background-color: 000000;
	background-image: url(images/header.gif);
	font-family: Impact;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dropdown a:hover {
	color:c80000;
	background-color: 000000;
	background-image: url(images/header_over.gif);
	font-family: Impact;
	font-size: 14px;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 000000;
}
