ul.NAV1 {
position: absolute;
top: 19px;
right: 0px;
}


ul.NAV1,
ul.NAV1 ul {
margin: 0px;
padding: 0px;
list-style-type: none;
z-index: 1;
}

ul.NAV1 ul {
position: absolute;
z-index: 2;
}


ul.NAV1 li > ul {
display: none;
}

* html ul.NAV1 ul {
display: none;
}

ul.NAV1 ul.hover {
display: block;
}

		ul.NAV1 li {
		position: relative;
		float: right;
		color: #fff;
		background-image: url(/xlntcms/user/images/menu-dot.gif);
		background-repeat: no-repeat;
		background-position: left;
		}
		
		ul.NAV1 li a {
		display: block;
		text-decoration: none;
		color: #fff;
		font-size: 9pt;
		text-align: left;
		height: 19px;
		width: auto;
		padding-top: 4px;
		padding-left: 10px;
		padding-right: 15px;
		}

		ul.NAV1 a.link,
		ul.NAV1 a:link {
		color: #fff;
		}

		ul.NAV1 a:visited, 
		ul.NAV1 a.visited {
		color: #fff;
		}

		ul.NAV1 a:hover,
		ul.NAV1 a.hover {
		color: #fff;
		background-image: url(/xlntcms/user/images/menu-nav1-bg.gif);
		background-repeat: no-repeat;
		}

		ul.NAV1 a:active,
		ul.NAV1 a.active {
		color: #fff;
		background-image: url(/xlntcms/user/images/menu-nav1-bg.gif);
		background-repeat: no-repeat;
		}


ul.NAV11 li > ul {
display: none;
position: absolute;
right: 0px;
top: 0px;
}

		ul.NAV11 li {
		width: 168px;
		border-right: 0px;
		color: #fff;
		background-image: none;
		}
		
		
		ul.NAV11 li a {
		text-align: left;
		background-image: none;
		background-color: #00386C;
		width: 160px;
		padding-left: 10px;
		color: #fff;
		margin: 0px;
		}
		
		
		ul.NAV11 a:hover {
		background-color: #99AFC4;
		color: #fff;
		background-image: none;
		}
		
		ul.NAV11 a:active {
		background-color: #99AFC4;
		color: #fff;
		background-image: none;
		}
		
	

/* Fixes IE-windows problems with linebreaks, hide for IE-mac \*/
* html ul.NAV1 li { float: right; color: #fff;}
* html ul.NAV1 ul { clear: both;}
* html ul.NAV1 li a { height: 17px; display: block; float: left; color: #fff;}
* html ul.NAV11 li a { height: 17px; clear: both; color: #fff;} 
/* End */

