body
{
text-align:-moz-center; /*FF*/
#text-align:center; /*IE */
}

body {
	margin:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
* {
	padding:0;
	margin:0;
	text-align: center;
}
.newdropdown {
	float:left;
	padding-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.newdropdown dt {
	width:auto;
	font-weight:bold;
	cursor:pointer;
	padding-right: 2px;
	padding-left: 2px;
}
.newdropdown dt:hover {
	background-color: #000000;
	color: #551E28;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.newdropdown dd {
	position:absolute;
	overflow:hidden;
	width:auto;
	display:none;
	opacity:0;
	background-color: #000000;
}
.newdropdown ul {
	width:auto;
	list-style:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
.newdropdown li {
	display:inline;
	height: auto;
	width: auto;
}
.newdropdown a, .newdropdown a:active, .newdropdown a:visited {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	width:auto;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.newdropdown a:hover {
	color:#551E28;
	background-color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.newdropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #551E28;
}
