.menu {font-size: 10pt; color: #FFF;}
.menu ul { margin: 0px; padding: 5px 0px 0px 0px; list-style-type:none; height: 24px;}
.menu ul ul {
	margin: -18px 0px 0px 0px; 
	padding: 0px; 
	background: #BFDFEB;
	border: 1px solid #045484;
	
}
.menu ul li { display: inline; margin: 0px; padding: 0px; height: 29px;}
.menu ul ul li { display:block; width:12em; height:auto; position:relative; line-height:0em;}
.menu a, .menu a:visited {color: #FFF; margin: 0px; padding: 3px 17px 6px 17px; text-decoration: none;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	/*background:#BFDFEB; */
	color:#045484;
	width: auto;
	height:100%;
	line-height:1em; 
	/*padding:0.5em 1em;*/
}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;  }
.menu table tr, td { margin: 0;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative; }
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#BFDFEB;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#BFDFEB;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#BFDFEB;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#BFDFEB;}

/* style the level hovers */
/* first */
/*
.menu a:hover {color:#000; background:#bbb;}
.menu :hover > a {color:#000; background:#bbb;}
*/
/* second */
.menu ul ul a:hover{
	display:block;
	background:#BFDFEB; 
	color:#045484;
	width: auto;
	text-decoration: underline;
	/*margin-left: 3px;*/
	height:100%;
	line-height:1em; 
	
}
.menu ul ul :hover > a {
	display:block;
	background:#BFDFEB; 
	color:#045484;
	width: auto;
	text-decoration: underline;
	/*margin-left: 3px;*/
	height:100%;
	line-height:1em; 
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:25px;width:14em; z-index: 1000;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-12em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible; 
	height:auto; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}






