.anylinkcss {
	width: 204px;
	position: absolute;
	visibility: hidden; 
	
	margin-left: -4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	z-index: 100; 
/*	display: inline-block; */
}

* html .anylinkcss {
 	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/media/images/dropdown_bottom_border.png", sizingMethod="crop");
}

.anylinkcss .content {
text-align: left;
	width: 204px;
/*	display: inline-block;	*/
	background-image: url(/media/images/dropdown_bg.png);
	background-position: bottom left;
	/*background-repeat: no-repeat;	*/
	background-repeat:repeat-y;
	padding-top: 8px;
	padding-bottom: 10px;
}

* html .anylinkcss .content {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/media/images/dropdown_bg.png", sizingMethod="crop"); 
}

.anylinkcss .content h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.anylinkcss .content a, .anylinkcss .content a:hover, .anylinkcss .content a:visited {
	padding-left: 17px;
	padding-right: 17px;
	line-height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	text-decoration: none;
	/*width: 196px;*/
	width:174px;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 200;
}

.anylinkcss .content a:hover {
	text-decoration: underline;
}

/* Horizontal separator between links */

.anylinkcss .separator {
	width: 171px;
	margin-left: 17px;
	height: 17px; /*	padding-right: 0px;	*/
	background-image: url(/media/images/dropdown_separator.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.anylinkcss .dropdownBottom {
	height: 5px;
	width: 204px;
	background-image: url(/media/images/dropdown_bottom_border.png);
	background-repeat: no-repeat;
/*	display: inline-block; */
}

* html .anylinkcss .dropdownBottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/media/images/dropdown_bottom_border.png", sizingMethod="crop");
}