/* CSS Document */


.navigation {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #E5E5E5;
	display: block;
	padding: 4px;
	width: 140px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FF9900;
	display: block;
	padding: 4px;
	width: 140px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	border: 1px solid #000000;	
}

/* CSS Document */


