#parentElements{
	height:21px;
	width:100%
}	
 
.menuParentGreen{
	height: 21px;
	float:left;
	cursor:pointer;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	border-right:2px solid #3B3C34;
	background:url(lib/images/menu/menuGreenBG_off.gif) repeat-x;
}
 
.menuParentOverGreen{
	height: 21px;
	float:left;
	cursor:pointer;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#3E3F37;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	border-right:2px solid #3B3C34;
	background:url(lib/images/menu/menuGreenBG_on.gif) repeat-x;
}
 
.menuParent{
	height: 21px;
	cursor:hand;
	background:url(lib/images/menu/menuBG_off.gif) repeat-x;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	border-right:2px solid #3B3C34;
}
 
.menuParentOver{
	height: 21px;
	cursor:pointer;
	background:url(lib/images/menu/menuBG_on.gif) repeat-x;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#3E3F37;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	border-right:2px solid #3B3C34;
}

.childon{
	cursor:pointer;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#8AA033;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	font-weight: bold;
}
 
.childoff{
	cursor:pointer;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#3E3F37;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	font-weight: bold;
}

.childBlank{
	height:19px;
	background:url(lib/images/menu/subMenuBG_off.gif) repeat-x;
	text-decoration:none;
	width:100%
}

.childDivOff{
	height: 18px;
	cursor:pointer;
	background:url(lib/images/menu/subMenuBG_off.gif) repeat-x;
	width:*;
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-top: 1px solid #E4E8E9;
	border-right: 1px solid #E4E8E9
}

.childDivOn{
	height: 18px;
	cursor:pointer;
	background:url(lib/images/menu/subMenuBG_on.gif) repeat-x;
	width:*;
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-top: 1px solid #E4E8E9;
	border-right: 1px solid #E4E8E9
}
 
#childElements{
	padding:0px;
	margin:0px;
	height: 19px
}

