.dropdown
{
	background: #263039;
	color: #000000;
	/*border: 1px solid #161D23;
	border-bottom-width: 0px;*/
	
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	position: absolute;
	visibility: hidden;
	line-height: 15px;
	z-index: 100;
	width: 200px;
}

.dropdown td
{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding-left: 5px;
	text-decoration: none;
	text-indent: 5px;
	line-height: 15px;
}	

.dropdown a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #161D23;*/
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	line-height: 15px;
}

.dropdown a:hover
{
	background: #8A949E;
	color: #FFFFFF;
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
	line-height: 15px;
}