﻿#menuh {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	width: 930px;
	float: left;
	margin: 10px 0 0 10px;
	font-weight: bold;
	background-color: #afc836;
	text-align: center;
	z-index:1000;
	position:relative;
	
}
#menuh ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	float: left;
	/*width:170px;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
}
#menuh li {
	position: relative;
	min-height: 1px; /* Sophie Dennis contribution for IE7 */;
	vertical-align: bottom;
	width: auto; /* Sophie Dennis contribution for IE7 */;
	background-position: right center;
	background-repeat: no-repeat;
	z-index:1000;
}
#menuh a {
	display: block;
	border: none;
	white-space: nowrap;
	margin: 0;
	padding: 4px 15px 4px 15px;
}
#menuh a:link, #menuh a:visited, #menuh a:active {
	color: #fff;
	background-color: #afc836;
	text-decoration: none;
}
#menuh a:hover {
	color: #3b4604;
	background-color: #dbe4b0;
	text-decoration: none;
}
ul#menuh li a.current {
	position: relative;
	min-height: 1px; /* Sophie Dennis contribution for IE7 */;
	vertical-align: bottom;
	width: auto; /* Sophie Dennis contribution for IE7 */;
	background-color: #EEF3CF;
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh a.top_parent, #menuh a.top_parent:hover {
	width: 90px;
	text-align: center;
}
#menuh a.parent {
	background-image: url("../images/SpryMenuBarRight.png");
	background-position: 95%;
	background-repeat: no-repeat;
}
#menuh a.parent:hover {
	background-image: url("../images/SpryMenuBarRightHover.png");
	background-position: 95%;
	background-repeat: no-repeat;
}
#menuh ul ul {
	position:absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	width: 180px;
	text-align: left;
	background-image: none;
}
#menuh ul ul li {
	background-color: #bbd53b;
	border-bottom: 1px #c3dc4a solid;
	}
#menuh ul ul ul {
	top: 0;
	left: 100%;
}
div#menuh li:hover {
	cursor: pointer;
	z-index: 100;
}
div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul {
	display: none;
}
div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul {
	display: block;
}
.bordaMenu {
	background-image: url('../images/bg_menu.png');
	background-position: right center;
	background-repeat: no-repeat;
}
/**
#menuh a.MenuListra {
	background-color: #bbd53b;
	border-bottom: 1px #c3dc4a solid;
}
#menuh a.MenuListra:hover {
	color: #bbd53b;
	background-color: #fff;
	text-decoration: none;
}**/
.current {
	background-color: #EEF3CF;
}


