@CHARSET "ISO-8859-1";

.menu_title {
	font-size:11px;
	cursor: pointer;
	font-weight: bold;
	height:20px;
	float:left;
	padding:4px 20px 0 21px;
	text-decoration: none;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color:#999;
}

.menu_title_hover {
	background:url(../images/back_black.gif) repeat-x;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color:#999;
	float:left;
	cursor: pointer;
	font-weight: bold;
	height:20px;
	padding:4px 20px 0 21px;
	text-decoration: none;
	font-size:11px;
}

.menu_title_hover a{
	color:#fff;
}

.anylinkcss {
	background-color: #111;
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px 1px 0pt;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 15px;
	position: absolute;
	visibility: hidden;
	width: 200px;
	z-index: 100;
	left:0px;
	text-align:left;
}

.anylinkcss a {
	border-bottom: 1px solid #AAAAAA;
	color: #fff;
	display: block;
	padding: 4px 0pt;
	text-decoration: none;
	text-indent: 3px;
	width: 100%;
}