/* CSS Document */
#menu, #menu ul {
##	z-index: 2000;
	list-style:none;
	padding:0;
	margin:0;
	border-bottom:1px solid #000049;
	width: 100%;
	height: 30px;
}
#menu li {
##	z-index: 2000;
	width: 10em;
	float:left;
	position:relative;
	line-height:1;
	border-right:1px solid #fff;
}
#menu li ul {
##	z-index: 2000;
	width: 100%;
	position:absolute;
	margin-top:0em;
	display:none;
	border-bottom:none;
}
#menu ul li ul {
##	z-index: 4000;
	width: 20em;
	margin-top:-3em;
	margin-left:7em;
}
/* ******************************************************************* */
/* SHOW SUBMENU  1 */
#menu li:hover ul, #menu li.over ul {
##	z-index: 2000;
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
##	z-index: 2000;
	display:none;
}
/* SHOW SUBMENU  2 */
#menu ul li:hover ul, #menu ul li.over ul {
##	z-index: 2000;
	display:block;
}
/* ******************************************************************* */
/* STYLING UP THE LINKS */
#menu a {
##	z-index: 2000;
	clear: both;
	height: 21px;
	display:block;
	background:#b1cef0;
	background-image: url('img/core/nav.jpg'); 
	color:#000049;
	text-decoration:none;
	padding:0px 10px;
	padding-top: 9px;
	font-family: Helvetica,Arial,sans-serif;
	font-size:1.2em;
	font-weight: bold;
}
#menu a:hover {
##	z-index: 2000;
	background-color:#000049;
	color:#fff;
}
#menu ul ul a:hover {
##	z-index: 4000;
}
#menu ul {
##	z-index: 2000;
#	border-top:1px solid #fff;
}
#menu ul a {
##	z-index: 2000;
	border-right:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	background:#4175B1;
	color: #FFF;
}

/* ******************************************************************* */

#menu {
	z-index: 2000;
}
#menu ul {
	z-index: 2000;
}
#menu ul ul a {
	z-index: 4000;
}

/* ******************************************************************* */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
