.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
color: #865418;
z-index: 100;
background-color: #FFF9E1;
width: 300px;}

.anylinkcss a{
width: 300px;
color: #865418;
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: #FFF0B6;
color: #865418;
}

/* Basic Text of links */
.pull_down_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #865418;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;	
	padding: 3px 5px;	
	text-decoration: underline;
	
}



/* border and hr */
#nav {
	background: #FFF9E1;
	font-weight: bold;
	padding: 0;
	
	width: 100%;
	
}