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

#menu_products ul {
list-style: none;
margin: 0;
padding: 0;
width: 135px;
float: left;
z-index: 100;

}



#menu_products a, #menu_products 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;
border: 1px solid #E6E6E6;
border-bottom: 1px solid #ccc;
}

#menu_products h2 {
color: #000;
text-transform: uppercase;
font-size: 10px; /* ajw */
line-height: 12px;/* ajw */
font-weight: normal;
}
#menu_products h2:hover {
color: #EA5D0E;
}

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

#menu_products a {
color: #000;
fbackground: #efefef;
/* background-image: url(/images/template/menu_products_bg.jpg); */
text-decoration: none;
}

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


#menu_products a:hover {
color: #EA5D0E;
background: #fff;
}

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

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

}

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

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

div#menu_products ul li:hover ul
{
margin-left: 135px;
margin-top: -19px;
display: block;
}
div#menu_products ul ul li:hover ul,
div#menu_products ul ul ul li:hover ul
{display: block;
margin-left: 0px;
margin-top: 0px;
}


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

}

