.menu_table {
	background: #fff;
}

#menu {
/*width: 8em;*/
background: #eee;
}
#menu2 {
/*width: 8em;*/
background: #fff;
font: 10.5px Georgia;
list-style: none;

}

#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

#menu a, #menu h2 {
font: 16px Georgia;
display: block;
border-width: 1px;
border-style: none;
margin: 0;
padding: 4px 4px;
list-style: none;
}

/* use for menu titles */
#menu h2 {
	color: #0b3075;
	background: #fff;
	list-style: none;
}
#menu h2:hover {
	cursor: pointer;
	/*color: #000;*/
	/*background: #dedede;*/
}

#menu a {
	color: #0b3075;
	background: #eee;
	text-decoration: none;
	z-index: 10000;
	width: 12em;
}

#menu a:hover {
	color: #ffffff;
	background: #0b3075;/*#eee*/;
	z-index: 10000;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 0;
z-index: 10000;
}

#menu li {
	position: relative;
	background-color: #eee;
	z-index: 10000;
}

#menu ul ul ul {
position: absolute;
top: 100%;
left: 0%;
width: 120%; /* changed from 100% */

}

div#menu ul ul ul 
{display: none;}

div#menu ul ul li:hover ul  {
	display: block;
	background-color: #eee;
	
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */

	
	
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
 {
	display: none;
	background-color: #eee;
	
	
}

div#menu ul ul li:hover ul  {
	display: block;
	background-color: #eee;
	
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
