/* CSS Document */

 .navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #A7DDE7;
	display: block;
	padding: 4px;
	width: 172px;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1BA0B2;
	border-bottom-color: #1BA0B2;
	margin-top: 6px;
	margin-bottom: 6px;
 }

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #1BA0B2;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 4px;
	width: 172px;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1BA0B2;
	border-bottom-color: #1BA0B2;
	margin-top: 6px;
	margin-bottom: 6px;
 }