@charset "utf-8";
/* CSS Document */

/* top menu */

.menuBar {
	height:35px;
	position: absolute;
	top: 300px;
	left:5px;
	z-index: 90;
	}

#menu ul {padding:0; margin:0; list-style:none;}

#menu li {float:left; position:relative; padding:0 0 0 0px;}

#menu li ul {
	display:none;
	position:absolute;
	left:0;
	z-index: 92;
}

#menu li ul {
	border-top-width: 6px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1B4275;
	border-right-color: #1B4275;
	border-bottom-color: #1B4275;
	border-left-color: #1B4275;
	z-index: 98;
}


#menu ul li a {
	display:block;
	background:transparent;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.95em;
	color:#fff;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	z-index: 99;

}
#menu ul li:first a {
	padding-left: 15px;
}

#menu ul li ul li a {
	width: 200px;
	color: #fff;
	font-size: 75%;
	background-color: #1B4275;
}

#menu ul li a:hover {
	color:#000;
	background-color: #ABB9CC;
}

#menu li:hover ul{ display: block; 	z-index: 98;
 }	/* this gets firefox working */
#menu li.over ul{ display: block; 	z-index: 98;
 }	/* this gets IE working */

/* Fix IE. Hide from IE Mac \*/
#menu html ul li { float: left; height: 1%; }
#menu html ul li a { height: 1%; }
/* End */

