.staticItem {
	cursor:pointer;
	vertical-align:middle;
}

.staticItemHover td {
}

.staticItem a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight : bold;
	text-decoration: none;
}

.staticItemHover a, .staticItemHover a:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

.dynamic { background:#fcd0b7;visibility:hidden;display:none;position:absolute;left:0px;top:0px;cursor:pointer; }

.dynamicGroup {
	
	border-left:   1px solid #f9a171;
	border-right:  1px solid #f9a171;
	border-bottom: 1px solid #f9a171;
	width:         150px;
	cursor:pointer;
}

.dynamicItem {
	border-top:    1px solid #f9a171;
	background:#fcd0b7;
	padding:3px;
	cursor:pointer;
}

.dynamicItemHover td {
	background: #f9a171;
}

.dynamicItem a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

.dynamicItemHover a, .dynamicItemHover a:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}