div.fake_dropdown
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #504f4f;
	width: 253px;
	padding: 5px 5px;
	height:18px;
	background-image:url(../images/drop.gif);
	background-position:right;
	background-attachment:inherit;
	background-repeat:no-repeat;
}

.liststyle
{
	padding-left:10px; padding-top:10px;
	background:url(../images/fake-pulldown-bg-alt.gif) no-repeat; width:280px; height:169px;
}


a.fake_dropdown
{
	font-size: 11px;
	font-weight:bold;
	width: 250px;	
	color: #504f4f;
	padding:2px;
	font-family:Tahoma;
	display: block;
	border-bottom: none;
	text-decoration: none;
}
a.fake_dropdown:hover
{
	background-color:#c5d9ee;
	color:#000;
	width: 253px;	
	font-family:Tahoma;
	font-size: 11px;
	padding:2px;
	font-weight:bold;
	display: block;
	border-bottom: none;
	text-decoration: none;
}






