
/* horizontal navigation */

#navlist-h
{
	margin:0; /*removes indent IE and Opera*/
	padding:0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 1em;
	position: absolute;
	top:155px;
	left:11px;
}

#navlist-h li
{
	display:inline; /* get rid of  top & bottom margins on IEx */
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
	width:97px;
	text-align:center;
	border-top: 1px solid #c90;
	border-bottom: 1px solid #c90;
	border-left: 1px solid #c90;
	height:24px;
	background:#CD1B07;
	color:white;
	font-family:Arial, Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight:bold;

}

#navlist-h li a
{
	display: block;
	padding: 0;
	color: #00f;
	background-color:#FFE1A4;
	height: 24px;
	/* border-top: 1px solid #c90;
	border-bottom: 1px solid #c90;
	border-left: 1px solid #c90;
	font-family:Arial, Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight:bold;
	height:20px;
	padding: 2px;*/
	
}

#navlist-h li a:link, #navlist-h li a:visited
{
	text-decoration: none;
}

#navlist-h li a:hover, #navlist-h li a:active
{
	text-decoration:underline;
	background:#CD1B07;
	color:white;
}

dl.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;

}

dl.nav dt
{
	padding:0;
	margin:0;
	font-weight: bold;
}

dl.nav dd
{
	padding:0 0 0 12px;
	margin:0;
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}