.dropdown_home{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	line-height: 18px;
	z-index: 100;
	background-color: #FDE36A;
	width: 125px;
}

.dropdown_home a{
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.dropdown_home a:hover{ /*hover background color*/
background-color: #666666;
color: white;
text-decoration:underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.dropdown_home_added_padding {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	line-height: 18px;
	z-index: 100;
	background-color: #FDE36A;
	width: 98px;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #666666;
color: white;
text-decoration:underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.anylinkcss_added_padding {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.but-forum {
	background-image: url(../images/link_forum.jpg);
	height: 32px;
	width: 100px;
	background-repeat: no-repeat;
}
.but-news {
	background-image: url(../images/link_news.jpg);
	height: 32px;
	width: 77px;
	background-repeat: no-repeat;
}
.font14-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
