/* Nav */
dl#nav {
	background: #265f92;font-size:12px; width:100%; color: #ffffff;
	margin: 0px; padding:0px; height: 22px; z-index: 10;
	text-align:center;padding: 0px; margin: 0px; list-style-type: none;
}

dt {background:#265f92;	position: relative; text-align: center; float:right;}
dt.space {width:30px;}
dt ul { display: none; position: absolute; top: 23px; right: -41px;   list-style-type: none;}
dl dt ul li{width: 150px;border-top: 1px solid #ffffff;border-left: 1px solid #ffffff; border-right: 7px solid #265f92;}

dt > dl { top: auto; right: auto;}

dt:hover ul,
dt.over ul{
	display: block;
}

/*Main-Menu Style */
dl dt a:link,
dl dt a:visited{
	height:22px;  font-weight:bold;
	padding: 3px 3px 0px 3px;
	background: transparent; color: #ffffff;  text-decoration: none; display: block;
}

dl dt a:hover {
	background: #265f92; color: #ffffff; display: block;
}

	/*Main-Menu hovering */
	dl dt a:link.selected,
	dl dt a:visited.selected {
		background:#265f92;color: #ffffff; font-weight:bold;
	}

	dl dt a:hover.selected {
		background:#265f92;color: #ffffff; font-weight:bold;
	}

/*Sub-Menu Style*/
dl dt ul li a:link,
dl dt ul li a:visited {
	height:20px; z-index: 8;
	background: #0485AD; color: #ffffff;
	border-right: 1px solid #ffffff;
	text-decoration: none; display: block; font-size: 100%; filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95;
	text-align: right; padding-right: 15px;
}

dl dt ul li a:hover {
	background: #016282;  color: #ffffff; text-decoration: none; display: block;
	border-right: 1px solid #ffffff;
}

	/*Sub-Menu Style hovering */

	dl dt ul li a:link.selected,
	dl dt ul li a:visited.selected {
		background: #016282; color: #ffffff;  font-weight:bold;
	}

	dl dt ul li a:hover.selected {
		background: #016282; color: #ffffff; font-weight:bold;
	}

/* Fix IE. Hide from IE Mac \*/
* html dl dt {height: 1%;  float: right;}
* html dl dt li { height: 1%; }


