/* topnav.css */


div#topNavMain ul {
	list-style-type: none;
}

div#topNavMain ul li {
	float: left;
	font-family: verdana, sans-serif;
	/* JER Changed font size from 0.7em to 1em */
	font-size: 0.7em;
	font-weight: bold;
	display: inline;
	text-align: center;
}

div#topNavMain ul li a {
	padding: .25em .1em .25em .1em;
	border-right: 3px white solid;
	background-color: #eee;
	color: #333;
	text-decoration: none;
	display: block;
}

div#topNavMain ul li a:hover, div#topNavMain ul li a.current {
	text-decoration: none;
	background-color: #666;
	color: #fc0;
}

/* JER Comment out these widths as they appear too small */
li#topNavBreakdown {
	width: 17%;
}

li#topNavInsurance {
	width: 10%;
}

li#topNavFinance {
	width: 19.75%;
}

li#topNavTravel {
	width: 8%;
}

li#topNavAdvice {
	width: 16%;
}

li#topNavSchool {
	width: 14%;
}

li#topNavBusiness {
	width: 15%;
}

li#topNavBusiness a {
	padding: .25em !important;
	background: #eee;
}
/* end topnav.css */


