span.rootMenuItem {
}

div.subMenu {
	width: 170px;
}

div.subMenuBase {
	width: 170px;
}

div.subMenuItem, 
div.subMenuItemHighlight, 
div.subMenuItemLeaf, 
div.subMenuItemLeafHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	border-bottom: 0px solid #588620;
	text-align: left;
	text-transform: none;
	background: url(/app_Themes/ZdravaPrehrana/images/dd_menu_bg.png) no-repeat;
}

div.subMenuItem {
	color: #fff;
}

div.subMenuItemHighlight {
	background-color: #d3e2c0;
	background-image: none; 
	color: #000;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #d3e2c0;
	background-image: none; 
	color: #000;

}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: #000;
	background-color: #d3e2c0;
	background-image: none; 
}

div.menuBottom {
	height: 11px;
	background: url(/app_Themes/ZdravaPrehrana/images/dd_menu_bottom_bg.png) no-repeat;
}

