body {
	behavior: url(csshover.htc);
}
#primarylink{
width:770px;
height:28px;
background:url(../../img/mnuMainBckg.jpg) repeat-x;
border:0px solid #044772;
border-top:1px solid #044772;
border-bottom:1px solid #044772;
margin-left: 6px;
}
/*background:url(../../img/mnuMainBckg.jpg) repeat-x*/
ul#nav {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	padding: 6px 0px 5px 0px;
	margin: 0;
	font-family:"Lucida Grande","Lucida Sans","Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
}


ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 0px 6px;
	color:#FFF;
	text-decoration: none;	
	height: 23px;
}

ul#nav li a:hover{
	background: transparent;
	color:#92c8e6;
	}	
ul#nav li {
	float: left;
	position: relative;
	text-align: center;
	margin-right:0px;
	height: 15px;
	border-right: 1px solid #03386A;
	border-left: 1px solid #1E6D98;
	text-transform: uppercase;
}

ul#nav li.current a{
	color:#92C8E6;
	}
ul#nav li.last {
	border-right: 0px solid #03386A;
	}
ul#nav li.first {
	border-left: 0px solid #03386A;
	}

ul#nav li.current a:hover{
		color:#92C8E6;
	}

li ul {
	list-style: none;
	list-style-image: none;
	list-style-type: none;

	
	display: none;
	position: absolute;
	width:100px;

	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
	width: 150px;
		top: 21px;
	left: auto;
}

ul#nav li ul.sub li{
border-left: 1px solid #044772;
border-right: 1px solid #044772;
border-bottom: 1px solid #044772;
display: block;
height: 26px;
padding: 0px;
width: 150px;
text-align: left;
}

ul#nav li ul.sub li a{
	font-weight: normal;	
	height: 16px;
	padding: 5px 10px;
	background-color: #044772;
}
ul#nav li ul.sub li a:hover{
	background-color: #187BBF;
	color:#FFF;
}

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

