.menujs {
	
	position:absolute;
	visibility: hidden;
	border:2px solid #cfd909;
	font:normal 12px ; 
	line-height: 18px;
	z-index: 100;
	background-color:#ffffff;
	width: 150px;
}

.menujs a{
	color: white;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #eaedc2;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.menujs a:hover{ /*hover background color*/
	background-color: #f2f3cd;
	color: #333333;
}

.menuT {
    font-weight:bold;
	}