* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px}
.dropdown dt {
	width:auto;
	padding:0px;
	cursor:pointer;
	z-index: 30;
}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:auto; display:none; z-index:200;}
.dropdown ul {
	width:170px;
	font-family: "Franklin Gothic Demi";
	color: #686868;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	list-style-position: inside;
	list-style-image: url(bullet.gif);
	list-style-type: none;
}
.dropdown li {
	display:inline;
	color: #686868;

}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	text-decoration:none;
	background:#f1f1f1;
	width:auto;
	color: #686868;
	font-size: 11px;
	font-weight: lighter;
	font-family: "Franklin Gothic Demi";
	padding-left: 5px;
	list-style-image: url(bullet.gif);
	font-variant: small-caps;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.dropdown a:hover {
	color:#669933;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}