.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #E9FECB;
	width: 205px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #333333;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #f7f4e2;
	color: #0099FF;
	text-decoration: none;
}

/* nav bar styles */

#navbar ul {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/navgrad.jpg);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#navbar a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
#navbar a:hover {
	color: #993333;
	text-decoration: none;
}
#navbar li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}

