.dropdown {
	float:left;
}
.dropdown ul {
	width:180px;
	list-style:none;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	text-decoration:none;
	width:180px;
	background-color: #560000;
}
.dropdown a:hover {
}
.dropdown .underline {
}

.dropdown h3 {
	width:180px;
	font-weight:bold;
	cursor:pointer;
	background-image: url(../img/menu_btm.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	background-position: -361px top;
}
.dropdown h3:hover {
	background-image: url(../img/menu_btm.gif);
	height: 50px;
	background-position: -361px -50px;
}
.dropdown div {
	position:absolute;
	overflow:hidden;
	width:167px;
	display:none;
	z-index:200;
	opacity:0;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 4px;
}
.dropdown ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
}
.dropdown li {
	display:block;
	background-color: #FFF;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 168%;
	text-align: left;
	padding-left: 3px;
}
.dropdown a:hover {
	color:#000;
	background-color: #930000;
}
.dropdown .underline {

}
