/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color:#000000;
line-height:18px;
padding:1px;
}
.navigation{
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	background-color: #E1FFFF;
	display: block;
	padding: 4px;
	width: 530px;
	border-bottom-color: #0066FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #2886A0;
	border-right-color: #2886A0;
	border-left-color: #2886A0;
	border-color: #2886A0;
}
.navigation:hover {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #FBCD9B;
	display: block;
	padding: 4px;
	width: 530px;
}
.menunav{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-color: #2987A1;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-style: solid;
	visibility: inherit;
	font-stretch: normal;
	vertical-align: middle;
}
.menunav:hover{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-color: #2987A1;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-style: solid;
	visibility: inherit;
	font-stretch: normal;
	vertical-align: middle;
	background-color: #27CFF3;
	border-bottom-color: #CD8728;
}

