#menu {
	z-index: 100;
}

#menu ul {
	list-style: none;
	margin:0;
	padding: 0;
}

#menu a{
	display: block;
	margin: 0px;
	color: black;
	background-image: url("images/apha25percent.png");
	text-decoration: none;
	border:none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	white-space:nowrap;
}



#menu span{
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:9px;
}
#menu a:hover {
	background-color: black;
	background-image: none;
	color: #fb9933;
	border:none;
}

#menu li {
	position:relative;
	float: left;
	text-align:center;
}

#menu li li {
	position:relative;
	float: left;
	text-align:left;
	border-left:1px solid #efb926;
	border-bottom:1px solid #efb926;
	border-right:1px solid #efb926;
	background-color:#f3c959;
	background-image: url(images/00-submenubackgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	width: 190px;
	margin: 0px;
}

#menu li li a {
	border-bottom:0px dotted #D9F266;
	background-image: url(images/arrowsub3.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}

#menu li li a:visited {
	border-bottom:0px dotted #D9F266;
}
#menu li li a:hover {
	background-color: transparent;
	color: #fff;
	border-top:0px dotted #D9F266;
	border-bottom:0px dotted #D9F266;
	border-left: 0px solid #669933;
}

#menu ul ul {
	position: absolute;
	z-index: 100;
	width: 1px; /* if this isn't here, the drops get laidout horiz instead of vert in Moz browsers*/
}

#menu ul ul ul {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 100%;
}

#menu ul ul {
	display: none;
}

#menu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul {
	display: none;
}

#menu ul li:hover ul{
	display: block;
	background:#efb926;
}

#menu ul ul li:hover ul {
	display: block;
	background:#efb926;
}

#menu ul ul ul li:hover ul {
	display: block;
	background:#efb926;
}