@charset "utf-8";
/* CSS Document */


#popitmenu{
position: absolute;
background-color:#759a2f;
color:#bcd096;
font: bold 11px Arial;
line-height: 24px;
z-index: 100;
visibility: hidden;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#648d2c;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: white;
	display: block;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#648d2c;
}

#popitmenu a:hover{ /*hover background color*/
/*background-image: url(../images/verticalmenu_hover.gif);
	background-repeat: repeat;*/
	background-color:#e1e6e9;
	color:#4c7725;
}

