#menu {
width: 100%;
float: left;
z-index: 100;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 122px;
float: left;
z-index: 100;
text-align: left;

}



#menu a, #menu h2 {
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #555 #555 #bbb;
margin: 0;
padding: 2px 3px;
z-index: 100;
font-size: 10px;
line-height: 13px;
}

#menu h2 {
color: #fff;
text-transform: uppercase;
font-size: 11px; /* ajw */
line-height: 12px;/* ajw */
}

#menuend {
	border-right: 1px solid #888;
	height: 100%;
	float: left;
}

#menu a {
color: #000;
background: #79BAD6;
background-image: url(/images/template/menu_bg.jpg);
text-decoration: none;
}

#menu ul li ul li a {
color: #000;
background: #efefef;
text-decoration: none;
text-align: left;
}


#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;
z-index: 100;
}

#menu ul ul {
position: absolute;
z-index: 500;

}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
z-index: 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;}


/* Control Fold out style */
#menu a.foldout, #menu a.foldout:visited{
background:#eee url(/css/arrow.gif) no-repeat bottom right;

}

