




#navigationBar a
{
	display: block;
	width: 100px;
	height:25px;
	line-height: 25px;
	text-decoration:none;
	font-size:9px;
	color: #fff;
	text-align:left;
	padding-left:10px;
	padding-right:5px;
	background-color:#453F3F;
	border-bottom:solid 1px #433d3d;
	border-right:solid 1px #433d3d;
	border-top:solid 1px #474242;
	border-left:solid 1px #474242;
}

#navigationBar a:hover
{
	background-color:#dd3F3F;
	color:#fff;
}

#navigationBar #active
{
   border: solid 1px #dd3F3F;
	display: block;
	width: 100px;
	height:25px;
	line-height: 25px;
	text-decoration:none;
	color: #fff;
	font-weight:bold;
	font-size:10px;
	text-align:left;
	padding-left:5px;
	cursor:default;
	background-color:#453F3F;
	
}

#navigationBar #evidence
{
	display: block;
	width: 100px;
	height:25px;
	line-height: 25px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#966;
	background-color:#fea;
	text-align:left;
	padding-left:5px;
	border-bottom:solid 1px silver;
	border-right:solid 1px silver;
	border-top:solid 1px white;
	border-left:solid 1px white;
}

