.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
color: #ffffff;
line-height: 18px;
z-index: 100;
background-color: #492058;
width: 180px;}

.anylinkcss a{
width: 180px;
color: white;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #0E812E;
color: white;
text-decoration: none;
}

.anylinkcss a:visited{
text-decoration: none;
color: white;
}


/* Basic Text of links */
.pull_down_text {
	font:normal 12px Arial;
	color: #ffffff;
	font-weight: bold;	
	padding: 5px 20px 5px 20px;	
	text-decoration: none;
	border-right: 1px solid black;
	
}

.pull_down_text a:link {
color: #ffffff;
text-decoration: none;


}


.pull_down_text a:hover{ /*hover background color*/
background: #0E812E;
color: white;
text-decoration: none;


}

.pull_down_text a:visited{
color: #ffffff;
text-decoration: none;


}





/* border and hr */
#nav {
	font-weight: bold;
	padding: 0;
	width: 100%;
	color: #ffffff;
	border-top: 1px solid black;


	
}