/* CSS Document */

/* CSS Document */

.anylinkcss{
	position: absolute;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	z-index: 100;
	background-color: #192d50;
	width: 250px;
	border-top: 1px solid #e4d692;
	border-right: 1px solid #e4d692;
	border-bottom: 0 solid #e4d692;
	border-left: 1px solid #e4d692;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid #e4d692;
padding: 2px 0px;
text-decoration: none;
font-weight: normal;
text-align: left;
text-indent: 5px;
color: #e4d692;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #345487;
color: #FFCC00;
text-decoration: underline;
}

.anylinkcss2{
	position: absolute;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	z-index: 100;
	background-color: #192d50;
	width: 138px;
	border-top: 1px solid #e4d692;
	border-right: 1px solid #e4d692;
	border-bottom: 0 solid #e4d692;
	border-left: 1px solid #e4d692;
}

.anylinkcss2 a{
width: 100%;
display: block;
border-bottom: 1px solid #e4d692;
padding: 2px 0px;
text-decoration: none;
font-weight: normal;
text-align: left;
text-indent: 5px;
color: #e4d692;
}

.anylinkcss2 a:hover{ /*hover background color*/
background-color: #345487;
color: #FFCC00;
text-decoration: underline;
}