.navigator {
	position:relative;
	margin:0 0 0 0;
	padding:7px 0 0 0;
	height:26px;
	text-align:right;
}
#nav ul{
	padding:0 0 0 0;
	margin: 0 0 0 1.5em;
	color:#385594; 
	white-space: nowrap;
	background:transparent;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	font-style: normal; 
	font-weight: normal; 
	height:26px;
}
#nav ul li{
	display:inline;
	list-style:none;
	margin: .8em 0 0 0;
	padding: .4em 1em .46em 1em;
	border-left:1px solid #999999;
}
#nav ul li a{
	color:#144760; 
	text-decoration:none;
	background:transparent;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	font-style: normal; 
	font-weight: normal; 
}
#nav ul li a:hover{
	color: red; 
	text-decoration:none;
}
.subMenu { 
	vertical-align:middle; 
	color:#385594; 
}
.subMenu a:link, .subMenu a:visited { 
	color:#000000; 
	text-decoration:none; 
	text-decoration: none; 
	font-style: normal; 
}
.subMenu a:hover { 
	color: yellow; 
	text-decoration: underline; 
}