#main_navigation a{
	/*font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;*/
	text-decoration:none;
}

#main_navigation a:hover{
	text-decoration:none;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top:0px;
	font:normal 13px georgia;
	line-height:22px;
	z-index:100;
	/*background:#F4FBFF;
	background:#607b03;*/
	visibility:hidden;
}

.dropmenudiv_b a{
	width:auto;
	background:url(../images/nindex_40.gif) no-repeat left;
	display:block;
	text-indent:5px;
	/*border:1px solid #078EC7;*/
	/*border-bottom:1px solid #dbec9f;*/
	/*border-top: none;
	border-top-width:0px;*/
	padding:0px 10px;
	text-decoration:none;
	color:#000000;
}

* html .dropmenudiv_b a{ 
	width:auto;
}

.dropmenudiv_b a:hover{ 
	background:#dbec9f url(../images/nindex_41.gif) no-repeat left!important;
	color:#607b03!important;
	font-weight:bold;
	/*padding:0px 10px;*/
}

/*------------------*/

.sub-nav-top, .sub-nav-bottom{height:15px; line-height:0px; font-size:0px;}
.sub-nav-top{background:url(../images/sub-menu-top-crnr.png) no-repeat;}
.sub-nav-bottom{background:url(../images/sub-menu-bottom-crnr.png) no-repeat;}
.sub-nav-mid{background:#7f9e14; border-right:2px #fff solid; border-left:2px #fff solid;}

