#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	line-height: 1em;
}

#sectionLinks h3{
	padding: 10px 0px 10px 10px;
}

#sectionLinks a:link{
	padding: 10px 0px 8px 10px;
	border-bottom: 10px solid #ffffff;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #333399;
	background-color: #a6a6FF;
	text-decoration: none;
}

#sectionLinks a:visited{
	padding: 10px 0px 8px 10px;
	border-bottom: 10px solid #ffffff;
	background-color: #a6a6FF;
	color: #333399;
}

#sectionLinks a:hover{
	padding: 10px 0px 8px 10px;
	border-bottom: 10px solid #ffffff;
	background-color: #333399;
	color: #ffffff;
	text-decoration: none;
}

#nav ul a:link, #nav ul a:visited {display: block;}
#nav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav li {border-bottom: 1px solid #ffffff;}

/* fix for browsers that don't need the hack */
html>body #nav li {border-bottom: none;}
