#menu {
width: 100%;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 150px;
float: left;
}
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-left-color: #888888;
border-right-color: #888888;
border-top-color: #eee;
margin: 0;
padding: 2px 3px;
}
#menu h2 {        
color: #fff;
background: #648B38;
font: bold 12px/24px arial, helvetica, sans-serif;
text-transform: uppercase;
border-color: #96bc83 #3e623b #3e623b #96bc83;
text-align: center;
}

#menu a {
color: #111;
background: #ffffff;
font: bold 12px/24px arial, helvetica, sans-serif;
text-decoration: none;
}
#menu a:hover {
color: #000;
background: #c8e8cd;
}

#menu li {
position: relative;
}

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

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

.arrow_div {
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 15;
	color:#aaa;
}
