#navex {
	position: relative;
	margin: 0 0 1.2em 0;
}

#navex ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#navex li {
	font-size: 1em;
	line-height: .7;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

#navex a {
	margin: 0;
	display: block;
}

#navex li ul {
	width: 100%;
	min-width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 1.2em;/* watch for this value! you must make sure that this value and value of line-height for the parent items are such that it is possible to move the mouse over to submenu */
	left: 0;
}

#navex li.selected ul, #navex li:hover ul {
	visibility: visible;
	left: 0;
}

#navex li.selected ul {
	z-index: 10;
}

#navex li:hover ul {
	z-index: 100;
}

#navexList:after {
	content: ".";
	height: 0;
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

/*		Navigation make-up 	*/

#navex {
	font-family:Arial, Verdana, sans-serif;
	font-size:15px;
	font-weight: normal;
	color: #ffffff;
	background-color: #005D93;
	margin: 0em auto 5em;
	width: 481px;	/* this value should be close to what is needed for elements to stay on one line */
	height:75px;
}

#navex a {
	color: #ffffff;
	text-decoration: none;
	padding: 0.5em 5px 0.7em;
}

#navex li {
	margin: 0px;
	height:50px;
	padding-top:25px;
}

#navex li.sub {
	height:25px;
	padding-top:10px;
}

#navex li:hover {
	color:#850000;
	background-color: #ffffff;
}

#navex li:hover ul {
	background-color: #FFFFFF;
}

#navex li:hover a {
	color: #850000;
}

/* always pay attention that this two values are such that it is possible to move the mouse over to submenu */
#navex li ul {
	line-height: 2.5;
	top: 5em;
	color: #850000;
	background-color: #FFFFFF;
}

#navex li li a {
	font-size:12px;
	color: #850000;
	border-right:1px dotted #DDDDDD;
}

#navex li li a:hover {
	text-decoration: none;
	background-color:#EEEEEE;
}

/* fix the colors for selected item and submenu, for better usability */

#navex li.selected a, #navex li.selected, #navex li.selected:hover a {
	color: #000;
}

#navex li.selected, #navex li.selected:hover a, #navex li.selected:hover ul {
	background-color: #ccc;
}


/* IE5/Mac: \*//*/

#navexList {
	display: inline-block;
}

#navex a {
	float: left;
}

#navex li ul {
	top: 1.8em;
	height: 2em;
}

#navex li li, #navex li li a {
	display: inline;
	float: none;
}

/*  */

/*]]>*/