* {
	padding:0;
	margin:0;
}
body {
	margin:0px;
	font-family: trebuchet, "trebuchet ms";
	font-size: 16px;
	color: #660000;
	font-weight: normal;
	line-height: 17px;
}
.dropdown {
	float:left;
	font-family: trebuchet, "trebuchet ms";
	font-style: normal;
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 17px;
}
.dropdown dt {
	padding:8px;
	font-weight:normal;
	cursor:pointer;
	font-family: trebuchet, "trebuchet ms";
	font-style: normal;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 17px;
}
.dropdown dt:hover {
	color: #FF0000;
	font-family: trebuchet, "trebuchet ms";
	font-style: normal;
	font-size: 16px;
	line-height: 17px;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:200px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	font-family: trebuchet, "trebuchet ms";
	font-size: 14px;
	line-height: 17px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:8px;
	color:#FFFFFF;
	text-decoration:none;
	width:194px;
	font-family: trebuchet, "trebuchet ms";
	font-size: 14px;
	line-height: 17px;
	background-color: #660000;
	height: 17px;
}
.dropdown a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #FF0000;
	font-family: trebuchet, "trebuchet ms";
	font-size: 14px;
	line-height: 17px;
}
.dropdown .underline {
	font-family: trebuchet, "trebuchet ms";
	font-size: 14px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A30000;
	line-height: 17px;
}
.nodrop, .nodrop:active, .nodrop:visited {
	float:left;
	display:block;
	padding:8px;
	font-weight:normal;
	color:#660000;
	text-decoration:none;
	font-size: 16px;
	font-family: trebuchet, "trebuchet ms";
	line-height: 17px;
	margin-right: 23px;
}
.nodrop:hover {
	float:left;
	display:block;
	padding:8px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
	font-size: 16px;
	font-family: trebuchet, "trebuchet ms";
	line-height: 17px;
	margin-right: 23px;
}
