/* CSS Document */

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none; 
	margin:0px 0px 0px 40px; 
	padding:0px 0px 0px 0px; 
	text-align:center;
	xline-height:1em;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #005558; 
	margin:0px 1px 0px 0px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none; }
/*********** #sectionLinks styles ***********/

.sectionLinks{
font-family:Arial, Helvetica, sans-serif;
	
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #005558;
	xfont-size: 90%;
	overflow: hidden;
	width:auto;
}

.sectionLinks a:link, .sectionLinks a:visited{
	color:#FFFFFF;
	margin:4px 0px 4px 0px;  /* top-bottom line spacing */
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #005558;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

.sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #568DE0;
	padding: 5px 0px 4px 0px;
}