#menu a.x, #menu a.x:visited{
background:#eee url(images/expand.gif) no-repeat bottom right;
}



#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width:8.0em; /* 6.5 */
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;

/*border-color: #ccc #888 #555 #bbb;
border-color: #ddd #ccc #ccc #ddd;*/
padding: 0;
margin: 0;

}

#menu h2 {
color: #fff;
background: #ddd;
text-transform: uppercase;
padding:0 2 0 0;


}

#menu a {
color: #000;
background: #eeeeee;
text-decoration: none;
padding: 2px 3px;
border-width: 1px;
border-style: solid;
border-color: #eee #aaa #ddd #eee;

}

#menu a:hover, #menu a.x:hover{
color: #005588;
background: #fff;
}

#menu li li a {
width:12em;
padding: 2 1 3 5;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
}
#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;}

