	ul.flashnav {
}
	ul.flashnav li {
	position:relative;
	overflow:hidden
}
	ul.flashnav li a {
	position:relative;
	text-decoration:none;
	z-index:100;
	text-transform:uppercase
}

li.flashnav {
	position:relative;
	overflow:hidden
}
li.flashnav a {
	position:relative;
	text-decoration:none;
	z-index:100;
	text-transform:uppercase
}

li.flashnav a:hover {
	position:relative;
	font-weight:bold;
	background-color:#EDF8EF;
	padding:10px;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-color: #004000;
	border-right-color: #004000;
	border-bottom-color: #004000;
	border-left-color: #004000;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	z-index:1010;	
}
	