* {padding:0; margin:0}
body {
	font:10px Verdana, Arial, Helvetica
}
.menuwrapper {
	width:555px;
	margin:0 auto;
}
.dropdown {
	text-align: center;
	background-position: center;
	padding-left: 25px;
	padding-right: 10px;
	float: left;
	line-height: 10px;
}
.dropdown dt {
	font-weight:bolder;
	cursor:pointer;
	color: #401C3F;
	font-size: 11px;
	height: 20px;
}
.dropdown dt:hover {
	color: #132300;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:225px;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#401C3F;
	text-decoration:none;
	width:194px;
	text-align: left;
	text-indent: 3px;
	background-color: #FFFFFF;
}
#footerwrapper {
	clear: both;
}
.dropdown a:hover {
	color:#FFFFFF;
	background-color: #401C3F;
}
.dropdown .underline {
	background-color: #FFFFFF;
	border: 1px solid #401C3F;
}
.nodrop, .nodrop:active, .nodrop:visited {
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 8px;
	padding-left: 30px;
	line-height: 0px;
}
.nodrop:hover {
	color: #122400;
}
.nodroplast, .nodroplast:active, .nodroplast:visited {
	float: left;
	text-align: center;
	background-position: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 8px;
	padding-left: 30px;
	line-height: 0px;
}
.nodroplast:hover {
	color: #122400;
}

