.dropDown{
	position:absolute;
	visibility: hidden;
	font:normal 10px Arial;
	line-height: 18px;
	z-index: 100;
	background-image:url(a.jpg);
	background-color: #58000C;
	width: 132px;
}

.dropDown a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	text-indent: 7px;
	color: #58000C;
}

.dropDown a:hover{
	background-color: #FFFFFF;
	color: #FFFFFF;
	 font-weight: bold;
	 size: 11px;
	background-image:url(a.hover.jpg);
}

.dropDown a:link {
	color: #58000C;
	text-decoration: none;
	font-weight:bold;
}
.dropDown a:visited {
	text-decoration: none;
	color: #58000C;
	font-weight:bold;
}
.dropDown a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
.dropDown a:active {
	text-decoration: none;
	color: #58000C;
	font-weight:bold;
}