.navigation {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #7A73C0;
	padding: 12px;
	display: block;
	width: 100px;
	text-align: left;
	padding-left: 40px;
}
.navigation2 {
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #FF9900;
	text-decoration: underline;
	display: inline;
	padding: 12px;
}

.navigation: hover {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #7A73C0;
	padding: 12px;
	display: block;
	width: 90px;
	background-color: #FF9900;
	padding-left: 50px;
}
