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