
/* SIDE MENU STYLES */
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #666666;
border-bottom-width: 0;
font:normal 11px Verdana;
font-weight: bold;
line-height: 18px;
margin-left: 10px;
z-index: 100;
background-color: #000000;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid #666666;
padding: 1px 0;
font-weight: bold;
text-indent: 5px;
background-color: #FFFFFF;
}

.anylinkcss a:hover{
background-color: #84ABCE;
color: #FFFFFF;
}


/* TOP MENU STYLES */
.topmenu {
	color:#666666;
	position:absolute;
	visibility: hidden;
	border:1px solid #84ABCE;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	font-weight: bold;
	line-height: 18px;
	z-index: 100;
	/*background-color: #000000;*/
	width: 150px;
}
.topmenu a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #84ABCE;
	padding: 1px 0;
	font-weight: bold;
	text-indent: 5px;
	background-color: #FFFFFF;
	text-decoration:none;
	color:#666666;
}
.topmenu a:hover {
	background-color: #B3D0E9;
	color: #666666;
}