#navigationBar a
{
	display: block;
	width: 104px;
	height:29px;
	line-height: 29px;
	text-decoration:none;
	font-size:9px;
	color: gray;
	text-align:left;
	
	background-color:#E8E5DF;
	border-right:solid 1px silver;
}
#navigationBar span
{
	margin-left:10px;
}


#navigationBar a:hover
{
	background-color:#FE7800;
	color:#fff;
}

#navigationBar #active
{
	display: block;
	width: 104px;
	height:29px;
	line-height: 29px;
	text-decoration:none;
	color: white;
	font-weight:bold;
	font-size:10px;
	text-align:left;
	cursor:default;
	
	background-color:#FE7800;
    border-right: solid 1px silver;
}

#navigationBar #evidence
{						    
	display: block;
	width: 104px;
	height:29px;
	line-height: 29px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#966;
	
	background-color:#FE7800;
	text-align:left;
	
    border-right: solid 1px silver;
}

