
#root-menu-div ul {
	border: 1px solid #fff;
}
#root-menu-div li{
	white-space:nowrap;
}
* html #root-menu-div li{
	height: 1.5em; /* fixing ie6 problem */
}
ul.menu,
#root-menu-div ul {
	background-color: #FFFFFF;
	font-family: Helvetica;
	color:#337100;
	font-size: 9pt;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
li.menu-separator.active{
	background-color: transparent;
	
}
li.active {
	background-color: #54B502;
	color:#ffffff;
}
.activetarget{
	
}

* html div.menu-item {
	display: inline; /* fixes problem in ie6 */
}

li.menumain {
	float: left;
	padding: 0 10px;
	line-height: 23px;
	cursor: pointer;
	cursor: hand;
}
div.menu-item {
	padding: 1px 10px 1px 4px;
	line-height: 23px;
	cursor: pointer;
	cursor: hand;
}
img.menu-item-arrow{
	position: absolute;
	right: 4px;
	top: 8px;
}
li.menu-separator{
	border-bottom: 1px solid #000;
	font-size: 0; /* for ie */
	height: 0;
	line-height: 0; /* for ie */
	margin: 2px 0;
	
}




/* syntaxhighlight stuff */

