.anylinkcss{
	border-right:1px solid #CCCCCC;
	border-bottom:0px solid #CCCCCC;
	position:absolute;
	visibility: hidden;
	line-height: 20px;
	z-index: 100;
	background-color: white;
	width: 100%;
	font: bold 10px EurostileExtended-Roman-DTC, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.anylinkcss a{
	color: black;
	width: 165px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover{
	color: #FF9900;
	background-image: url(images/leftnavbkg.gif);
	font-weight: bold;
	background-position: left center;
}
.buttonscontainer {
	width: 100%;
	list-style-type: none;
}
.buttons a {
	color: #333333;
	background-color: ffffff;
	padding: 2px;
	padding-left: 3px;
	font: bold 10px EurostileExtended-Roman-DTC, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-right: 1px groove #CCCCCC;
	border-bottom: 1px groove #999999;
	list-style-type: none;
}
.buttons a:hover {
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	color: #FF9900;
	text-decoration: none;
	background-image: url(images/leftnavbkg.gif);
	border: none;
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left center;
}
