#menu a.selected {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #FFF;
	color: #188742;
}
/* ######### Style for Drop Down Menu ######### */

.sub_nav{
	position:absolute;
	top: 0;
	z-index:100;
	visibility: hidden;
	width: 150px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding: 10px;
	margin-top: -1px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
}
.sub_nav a{
	width: auto;
	display: block;
	padding: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #188742;
	font-family: Arial, Helvetica, sans-serif;
}
.sub_nav a:hover {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
