/* CSS Document */
* { outline: none; } 
.menu {
	font-size:0.75em;
	padding-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	z-index:1000;
}
.menu ul {padding:0;margin:0;list-style-type:none; height:2em; background:#ebebeb;}
.menu ul ul {width:15em;}
.menu ul li {float:left;height:2em;line-height:2em;}
.menu ul ul li {display:block;width:auto;height:auto; line-height:1em;}
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%;
	font-size:1em;
	text-decoration:none;
	color:#003366; 
	background:#ebebeb;
	padding:0 3em 0 1em;
	border-left:1px solid #eee;
	border-right:1px solid #cccccc;
	background-color: #ebebeb;
}
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	background-color: #ebebeb;
	background: url(/library/squares_1.gif) no-repeat left #ebebeb;
	color:#003366;    
	width:18em;
	height:100%;
	line-height:1em;
	padding:0.5em 1em;
	border-right:0px;
	border-bottom:1px solid #ffffff;
}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:18em; width:18em;}
.menu table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}
.menu ul :hover a.sub1 {
	background: #cccccc;
	background-color: #cccccc;
}
.menu ul ul :hover a.sub2 {
	background: #FFC766;
	background-color: #FFC766;
}
* html .menu a:hover {
	color:#000;
	background: #c9c8c7; 
	position:relative;
	z-index:100;
	background-color: #c9c8c7;
}
.menu li:hover {
	position:relative;
}
.menu :hover > a {
	color:navy;
	background:#c9c8c7;
	background-color: #c9c8c7;
}
* html .menu ul ul a:hover{
	color:#000;
	background:#6699FF;
	position:relative;
	z-index:110;
	background-color: #6699FF;
}
.menu ul ul li:hover {
	position:relative;
	}
.menu ul ul :hover > a {
	color:#003366;
	background: url(/library/squares_1_hl.gif) no-repeat left #c9c8c7;
}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:1.8em;left:0;width:150px;}
.menu ul ul ul{left:12em;top:0;width:14em;}
.menu ul :hover ul{
	visibility:visible;
	height:auto;
	padding-bottom:3em;
	background:transparent;
}
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul ul{visibility:hidden;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/pics/bk2.jpg);
}
