/*secondaryNav----------------------------------------------------------*/
#secondaryNav {
	clear : both;
	margin : 18px 0px 0 0;
	padding : 0;
	float : left;
	display : inline;
	width : 148px;
}

#secondaryNav ul{
	padding : 0;
	margin: 2px 0 18px 0;
	line-height : 10px;
}
#secondaryNav ul.last{
	margin-bottom : 0px;
}
	

#secondaryNav ul li {
	list-style-type: none;
	padding : 0px 0 2px 0;
	margin : 0;
	border-bottom : 1px dotted #b9c8d8;
	line-height : 12px;
	height :auto; /* was 15px;*/
	/*min-height : 16px;	*/
}
#secondaryNav ul li a {
	display  :block;
	color : #024589;
	font-weight : bold;
	font-size : 10px;
	padding : 2px 0px 2px 20px;
	margin : 0px;
	line-height : inherit;/*was 10px*/
	/*height : inherit;*//*was 10px*/
}
#secondaryNav ul li.selected a {
	padding : 3px 0px 3px 20px;	
}
#secondaryNav ul li a:hover {
	color : #009bdf;
}
