@charset "utf-8";
/* CSS Document */

#navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 4px 2px 4px 24px;
	/*background-color: transparent;*/
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#navlist a:hover {
	/* background-color: #9e5750;*/
	color: #FFFFFF; 
	font-weight: normal;
	background-image: url(../images/bgNavIndicator.jpg);
	background-repeat: no-repeat;
}
/* Must be labeled properly on page
    #div ID; ul ID; class */
#nav #navlist .showHere {
	/* background-color: #9e5750;*/
	color: #FFFFFF /*!important;*/
	font-weight: normal;
	cursor: default;
	background-image: url(../images/bgNavIndicator.jpg);
	background-repeat: no-repeat;
}
/*
#navBar {
	position: absolute;
	left: 36px;
	top: 86px;
	width: 186px;
	font-size: .8em;
} */

