.staticGroup {
	width: 207px;
}

.staticItem {
	cursor:pointer;
}

.staticItem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}

.staticItemHover a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#ffb703;
	text-decoration:none;
}

.dynamic { 
	background:#558603;
	visibility:hidden;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
}

.dynamicGroup {
	background:#558603;
	border-top:    1px solid #ffb703;
	border-right:  1px solid #ffb703;
	border-bottom: 1px solid #ffb703;
	width:         101px;
	cursor:pointer;
}

.dynamicItem {
	background:#558603;
	padding:3px;
	cursor:pointer;
	/*border-bottom: 1px solid #f7ff30; */
}

.dynamicItem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}

.dynamicItemHover a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#ffb703;
	text-decoration:none;
}