/*navigation*/
.navigation ul
{
	clear:left;
	list-style: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
}
.navigation li
{
	border-top: 1px dotted #6f6f6f;

}
.navigation a {
	color: #6f6f6f;
	text-decoration: none;
	font-weight: normal;	
}
.navigation a:hover {
	color: #eaeff3;
	text-decoration: none;
	font-weight: normal;	
}
.navigation span.active {
	color: #eaeff3;
	background-color: #6f6f6f;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	display: block;
	width: 168px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.navigation span {
	display: block;
	color: #6f6f6f;
	width: 168px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	cursor: pointer;
}
.navigation span:hover {
	color: #eaeff3;
	font-weight: normal;
	text-decoration: none;
	background-color: #6f6f6f;
	display: block;
	width: 168px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.navigation span:hover a{
	color: #eaeff3;
}
/*end of navigation style*/
