#nav{

	list-style: none;

	font-size: 14px;

	line-height: 15px;

	width: 164px;

	left: 0px;

	margin: 0px;

	padding: 0px;

	font-weight: bold;

	background-color: #003470;

	font-family: arial, sans-serif;

	margin-top:15px;
	
	text-align:left;

}

#nav li { 

	position: relative; 

	border-bottom:none;

	display:block;

	height: auto; /*auto */

	margin:0px;

	padding:0px;

	background-color: transparent;

	width: 164px;

	font-size: 0px;

	line-height: 15px;

	margin-top:3px;

	margin-bottom:3px;

}

#nav li a {

	text-decoration:none; 

	display:block;

	padding: 2px 5px 2px 10px;  

	margin:0px; /*helps Opera with hover */

	width:150px; /* helps IE with hover */

	color: #ffffff;

	font-size: 12px;

	line-height: 22px;

}

#nav li a:hover{

	background-color: #C9D2D7; 

	color: #445C66;

}



#nav ul, #nav ul ul, #nav ul ul ul{

	display:none; 

	position: absolute; 

	top:0px; 

	left:164px;

	padding:0px 0px 0px 0px;

	margin:0px;

	list-style: none;

	z-index:99;

	overflow:visible;

	width: 164px;

	background-color: #003470;

}



#nav li:hover ul ul, #nav li:hover ul ul ul{

	display:none; 

}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{

	display:block;

}

li>ul { 

	top: auto;

	left: auto;

}



/* Win IE only \*/

* html #nav li{

	float:left;

	display: inline;

}/* end holly hack */



/* Only IE-win sees this. \*/

* html #leftcolumn {

  height: 1%;

  }

/* End hide from IE5/mac */

