ul.navlist {
	margin-left:0px;
	padding: 20px 0px 0px 0px;
	width: 140px;
}
.navlist li {
	width: 140px;
	height: 20px;
	list-style:none;
	background-image:url(file:///C|/Inetpub/wwwroot/images/button_bg.gif);
	background-repeat:no-repeat;
	padding: 7px 0px 0px 23px;
}
.navlist a {
	color:#F8E7CD;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.navlist a:hover {
	color:#D6CEA5;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font-family: verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 18px;
z-index: 100;
background-color: #CBB676;
margin-left: 18px;
}

.anylinkcss a{
color: #413000;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CFC5A8;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background-color: #CBB676;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #EDE5C0;
color: #413000;
}


