.anylinkcss
{
	position:absolute;
	visibility: hidden;
	/*visibility: visible;*/
	/*border:1px solid #B8A88D;*/
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height: 18px;
	z-index: 100;
	/*background-color: #E9E4DC;*/
	width: 225px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	top: 0px;
	left: 0px;
	opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.90;
}

.anylinkcss #dropdown_content
{
	padding: 5px 10px 0px 10px;
	/*background-color: #ffffff;*/
	background-color: #FFE3BF;
}

.anylinkcss #dropdown_bottom
{
	padding: 0px;
	margin: 0px;
	opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.90;
}

.anylinkcss #bottom_right
{
	float: right;
	margin: 0px -1px 0px 0px;
}
*html body .anylinkcss #dropdown_bottom #bottom_right
{
	margin: 0px -5px 0px -3px;
}

.anylinkcss #bottom_left
{
	float: left;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}
*html body .anylinkcss #dropdown_bottom #bottom_left
{
	margin: 0px -3px 0px -5px;
}

.anylinkcss #dropdown_bottom #bottom_bar
{
	/*background: #ffffff;*/
	background: #FFE3BF;
	height: 14px;
	margin: 0px 19px 0px 4px;
}
*html body .anylinkcss #dropdown_bottom #bottom_bar
{
	margin: 0px 0px 0px -5px;
}


.anylinkcss a
{
	width: 100%;
	display: block;
	text-indent: 5px;
	text-align: left;
	/*border-bottom: 1px solid #B8A88D;*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-size:8pt;
	color: #000000;
	
}

.anylinkcss a:visited{ 
	width: 100%;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #B8A88D;*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-size:8pt;
	color: #000000;
	text-indent: 5px;
}


.anylinkcss a:hover{ /*hover background color*/
	/*background-color: #efefef;*/
	font-size:8pt;
	color: #666666;
}
