.topnav a:hover {
	background-color: #FECF87;
	color: #333333;
}

.topnavextended a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	text-align:left;
	color: #000000;
	background-color: #F7F7F7;
	background-image: url(/assets/images/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d6d6;
	}
.topnavextended a:hover {
	background-color: #ebebeb;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.topnavextended2 {

	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align:left;
	text-decoration: none;
	color: #000000;
	background-color: #F7F7F7;
	background-image: url(/assets/images/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d6d6;
}
