#PrimaryNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 170%;
}

#PrimaryNav li a {
	color: #750a0a;
	text-decoration: none;
	font-size: 90%;
	font-weight:400;
	display: block;
	width: 121px;
	border-bottom: 1px solid #ece5e7;
}

#PrimaryNav li a:hover {
	text-decoration: underline;	
}

#PrimaryNav .NavSelected {
	font-weight: bold;
}

/*-------------2nd level--------------*/
#PrimaryNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 120%;	
}

#PrimaryNav ul li a {
	font-size: 75%;
	font-weight: 500;
	color: #002d53;
	margin-left: 10px;
	display: block;
	width: 111px;
	border-bottom: 1px solid #ece5e7;
}

#PrimaryNav ul li .NavSelected  {
	text-decoration:underline;
	
}

/*-------------3rd level--------------*/
#PrimaryNav ul ul {	
	line-height: 110%;	
}

#PrimaryNav ul ul li a {
	font-size: 65%;
	font-weight: 400;
	color: #002d53;
	margin-left: 15px;
	display: block;
	width: 106px;
	border-bottom: 1px solid #ece5e7;
}

#PrimaryNav ul ul li .NavSelected  {
	text-decoration:underline;
	
}