.menucss{
		position: absolute;
		visibility: hidden;
		text-align: left;
		border: 1px solid #668CD9;
		background-color: #F3F7FF;
		text-decoration: none;
		font:normal 12px Arial,Verdana;
		font-weight: bold;
		line-height:18px;
		z-index:100;
		filter:alpha(opacity=100); /*transparent*/
		-moz-opacity:1.00;
		opacity: 1.00;
		}
.menucss a{
		width: 100%;
		display: block;
		text-decoration: none;
		text-indent: 3px;
		padding: 1px 0;
		text-decoration: none;
		font-weight: bold;
		text-indent: 19px;
		color: #3B5EA5;
		}
.menucss a:hover{ /*hover background color*/
		background-color: #668CD9;
		color: white;
		text-decoration: none;
}
