@charset "utf-8";
/* CSS Document */

.menu {
	margin-right: .2em;
	margin-top: -.2em;
	width:30.75em;
	padding-left:.25em; 
	padding-right:.25em;
	float: right;  
}

.menu ul {
	list-style: none;
	margin: 0;
	margin-left: .7em;	
	padding: 0;
	width: 20%;
	float: left;
}

.menu a, .menu h2 {
font: normal 1em arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

.menu h2 {
color: #003399;
text-decoration: underline;
}

.menu a {
color: #003399;
text-decoration: underline;
}

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

.menu li {position: relative;}

.menu ul ul ul {
position: absolute;

}

.menu ul ul {
	position: absolute;
	top: 1em;
	left: 0em;
	width: 145%;
	padding: .2em;
	border: #CCCCCC thin solid;
	background-color: #999999;
	z-index: 500;
}

.menu ul ul.summary {
width: 395%;
}

div.menu ul ul {
display: none;
}

div.menu ul li:hover ul
{display: block;}

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;}


