.staticGroup {
	width: 191px;
	background: url(/lib/images/menu-mid.jpg) repeat-y;
}

.staticItem {
	cursor:pointer;
}

.staticItem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#c97601;
	text-decoration:none;
}

.staticItemHover a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#ffc100;
	text-decoration:none;
}

.dynamic { 
	background:#a43301;
	visibility:hidden;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
}

.dynamicGroup {
	/*background:#000000;
	border-top:    3px solid #033058;
	border-left:   3px solid #033058;
	border-right:  3px solid #033058;
	border-bottom: 3px solid #033058;*/
	width:         150px;
	cursor:pointer;
}

.dynamicItem {
	background:#b01b03;
	padding:3px;
	cursor:pointer;
	border-bottom: 1px solid #f7ff30;
}

.dynamicItem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#c97601;
	text-decoration:none;
}

.dynamicItemHover a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#ffc100;
	text-decoration:none;
}