/**************** menu coding *****************/
#ajaxmenu {
width: 150px;
overflow: visible;
}

#ajaxmenu ul {
list-style: none;
margin: 0;
padding: 0;
overflow: visible;
background-color: #ffffff;
}

#ajaxmenu a {
font: 14px/17px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 0;
font-weight: bold;
}

#ajaxmenu h2 {
font: bold 12px/17px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 0;
}

#ajaxmenu h2 {
color: #fff;
}

#ajaxmenu a {
color: #000;
text-decoration: none;
}

#ajaxmenu a:hover {
color: #a00;
background: #fff;
}

#ajaxmenu li {position: relative;
}

#ajaxmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 300%;
text-align: center;
font-size: 10px;
font-weight: normal;
border-width: 1px;
border-style: solid;
background:transparent url(/img/opaque.png);
}

div#ajaxmenu ul ul ul,
div#ajaxmenu ul ul li:hover ul ul
{display: none;}

div#ajaxmenu ul ul li:hover ul,
div#ajaxmenu ul ul ul li:hover ul
{display: block;}

/* Styling for Expand */

#ajaxmenu a.x, #ajaxmenu a.x:visited{
color:#000;
background: url(/img/expand3.gif);
overflow: visible;

}

#ajaxmenu a.x:hover{
color:#a00;
background:#fff;
}

#ajaxmenu a.x:active{
color:#000;
background:#E0DFE3;
}

