.dropdownstyle{
	position:absolute;
	visibility: hidden;
	border:1px solid #666;
	border-bottom-width: 0;
	font:11px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: #000;
	width: 235px;
}

.dropdownstyle a{
	width: 100%;
	color: white;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #666;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}

.dropdownstyle a:hover
{
	/*hover background color*/
	background-color: #000;	
	color:#A72A18;
}

.dropdownstyle-push{
	font:11px Arial;
}

.dropdownstyle-push a{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

