
/* menu design */
#dmenu_topnav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
	background-repeat: no-repeat;
	z-index: 99;
}

.topmenuli_topnav{
	list-style-type:none;
	float:left;
}

.topmenutitle_topnav {
	display:block;
	width: 99px;
	 /* to be compliant with both main browsers DONT put a height in here. Just use padding to position from above and below */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#44831d;
	background-color: #78b945;
	margin: 0px 0px 0px 4px;
	border: 0px solid #000000;
	padding: 11px 0px 11px 0px;
	text-align:center;
}
.topmenutitle_topnav:hover{
	margin: 0px 0px 0px 4px;
	padding: 11px 0px 11px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #3f6e19;
	color:#393939;
}

.submenuul_topnav
{
	list-style-type:none;
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding:0;
	display:none;
}

li:hover ul , li.over ul
{ /* lists nested under hovered list items */
	display: block;
}

.submenuli_topnav a:link
{ 
	display:block;
	min-width:180px;
	width: 180px;
	padding:9px 0px 9px 10px; /* use the padding here to adjust the height of the subnav */
	margin: 0px 0px 0px 2px;
	color: #000000;
	background-color: #78b945;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 0px solid #efefef;
	border-top: 0px solid #F5F5F5;
}

.submenuli_topnav a:visited
{ 
	display:block;
	min-width:180px;
	width: 180px;
	padding:9px 0px 9px 10px; /* use the padding here to adjust the height of the subnav */
	margin: 0px 0px 0px 2px;
	color: #000000;
	background-color: #78b945;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 0px solid #efefef;
	border-top: 0px solid #F5F5F5;
}

.submenuli_topnav a:hover{ /* effects the color and background of the hovered drop down lists*/
	display:block;
	min-width:180px;
	width: 180px;
	padding:9px 0px 9px 10px; /* use the padding here to adjust the height of the subnav */
	margin: 0px 0px 0px 2px;
	color: #000000;
	background-color: #3f6e19;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 0px solid #efefef;
	border-top: 0px solid #F5F5F5;
}

.submenuli_topnav a:selected{ /* effects the color and background of the selected drop down lists*/
	display:block;
	min-width:180px;
	width: 180px;
	padding:9px 0px 9px 10px; /* use the padding here to adjust the height of the subnav */
	margin: 0px 0px 0px 2px;
	color: #000000;
	background-color: #78b945;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 0px solid #efefef;
	border-top: 0px solid #F5F5F5;
}

