* {
	padding:0;
	margin:0;
}
.dropdown {
	float:left;
	padding-right:5px;
	text-align: left;
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
}
.dropdown dt {
	width:110px;
solid #6600CC; 							padding:8px;
	color:#000;
	cursor:pointer;
	background-color: #CCC;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:130px;
	display:none;
	z-index:200;
	opacity:0;
	background-color: #039;
}
.dropdown ul {width:150px; border:2px solid #FFFF33; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	font: 10pt Verdana, Geneva, sans-serif;
	float:left;
	padding:5px;
	color:#000000;
	text-decoration:none;
	width:150px;
	background-color: #E3E3E3;
}
.dropdown a:hover {
	color:#000;
	background-color: #336666;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #039;
}
.cells p strong center {
	text-align: center;
}
.middle {
	text-align: center;
}
.Brighttop {
	font-size: 22px;
}
.cellparagraph {
	text-align: left;
}
