@charset "utf-8";
/* Options dropdown menu CSS */

.anylinkcss
{
position:absolute;

visibility: hidden;

font-size:smaller;

z-index: 100;

width: 130px;

height: auto;

text-align:center;
}

	.anylinkcss a{
	width: 100%;
	
	text-indent: 3px;
	
	border-bottom: 1px solid black;
	
	padding: 3px;
	
	padding-bottom:1px;
	
	margin-bottom:3px;
	
	text-decoration: none;
	
	font-weight: bold;
	
	text-indent: 5px;
	}
	
	.anylinkcss a:hover{ /*hover background color*/
	background-color: black;
	
	color: white;
	
	border: thin dotted #0066FF;
	}
	
#anylinkcss_top
{
position:relative;

z-index: 100;

width: 130px;

height:12px;

background:url(../../elements/OptionsMenu/dropdown-menu_top.png) no-repeat;
}

#anylinkcss_bottom
{
position:relative;

padding-top:1px;

line-height:2px;

z-index: 100;

width: 130px;

height:100px;

font:inherit;

background:url(../../elements/OptionsMenu/dropdown-menu_bottom.png) no-repeat;
}