body {
	margin:25px;
	font:12px Verdana, Arial, Helvetica;
	height: 20px;
}
* {
	padding:0;
	margin:1;
}
.dropdown {
	float:left;
	color: #FFF;
	line-height: 35px;
	padding: 0;
	margin: 0;
}
.dropdown dt {
	width:148px;
	padding:0px;
	font-weight:bold;
	cursor:pointer;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
}
.dropdown dt:hover {
	width: 148px;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	padding: 0;
	margin: 0;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:148px;
	display:none;
	z-index:0;
	opacity:0;
	float: left;
	line-height: 35px;
	margin-top: 0px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.dropdown ul {
	width:170px;
	list-style:none;
	line-height: 20px;
	float: left;
	margin: 0;
}
.dropdown li {
	display:inline;
	width: 170px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:8px;
	color:#333;
	text-decoration:none;
	background:#eaf0f2;
	width:170px;
}
.dropdown a:hover {
	background:#BA0001;
	color:#FFF;
	text-decoration: none;
}
.dropdown .underline {
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .8;
	filter: alpha(opacity=80);


}
.tphd {
	color: #CCC;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.brec {
	color: #666;
}
