
/* ----------  Style: TOP ------------ */
.cust_menu_header_top_{
	margin-top: 10px;
	width: 202px;
	height: 6px;
	background: url(../images/navGreen_top.jpg) no-repeat;
}
.cust_menu_bottom_top_{
	width: 202px;
	height: 8px;
	background: url(../images/navGreen_bottom.jpg) no-repeat;
}



ul.top_ {
	line-height: 30px;
	background-color: #eaf5de;
	border-left: 1px solid #84c33f;
	border-right: 1px solid #84c33f;
}

.top_ li {
	padding: 0 10px;
	border-bottom: 1px dotted #84c33f;
	width: 184px;
}

.top_ li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.top_ li a:hover {
	color: #fff;
	background-color: #84c33f;
	padding-left: 10px;
	text-decoration: none;
}

/* -- Pop-out menu styling -- */


#nav ul.top_ ul.subNav {
	background: #eaf5de;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	list-style-type: none;
	border: 1px solid #84c33f;
}


#nav ul.top_ ul.subNav li {
	padding: 0;
	border-top: 1px dotted #84c33f;
	border-bottom: none;
}

#nav ul.top_ ul.subNav li.first {
	border-top: none;
	border-bottom: none;
}

/* ----------  Style: MIDDLE ------------ */
.cust_menu_header_middle_{
	margin-top: 10px;
	width: 202px;
	height: 19px;
	background: url(../images/navBlue_top.jpg) no-repeat;
}
.cust_menu_bottom_middle_{
	width: 202px;
	height: 9px;
	background: url(../images/navBlue_bottom.jpg) no-repeat;
}



ul.middle_ {
line-height: 30px;
background-color: #def5f5;
border-left: 1px solid #3fbec3;
border-right: 1px solid #3fbec3;
}

.middle_ li{
padding: 0 10px;
border-bottom: 1px dotted #3fbec3;
width: 184px;
}

.middle_ li a {
color: #3fbec3;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.middle_ li a:visited {
color: #3fbec3;
}

.middle_ li a:hover {
color: #fff;
background-color: #3fbec3;
padding-left: 10px;
text-decoration: none;
}

/* -- Pop-out menu styling -- */


#nav ul.middle_ ul.subNav {
	background: #def5f5;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	list-style-type: none;
	border: 1px solid #3fbec3;
}


#nav ul.middle_ ul.subNav li {
	padding: 0;
	border-top: 1px dotted #3fbec3;
	border-bottom: none;
}


#nav ul.middle_ ul.subNav li.first {
	border-top: none;
	border-bottom: none;
}


/* ----------  Style: BOTTOM ------------ */

.cust_menu_header_bottom_{
	margin-top: 10px;
	width: 202px;
	height: 18px;
	background: url(../images/navOrange_top.jpg) no-repeat;
}
.cust_menu_bottom_bottom_{
	width: 202px;
	height: 8px;
	background: url(../images/navOrange_bottom.jpg) no-repeat;
}


ul.bottom_ {
line-height: 30px;
background-color: #f5edde;
border-left: 1px solid #f4972b;
border-right: 1px solid #f4972b;
}

.bottom_ li{
padding: 0 10px;
border-bottom: 1px dotted #f4972b;
width: 184px;
}

.bottom_ li a {
color: #f4972b;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.bottom_ li a:visited {
color: #f4972b;
}

.bottom_ li a:hover {
color: #fff;
background-color: #f4972b;
padding-left: 10px;
text-decoration: none;
}

/* -- Pop-out menu styling -- */


#nav ul.bottom_ ul.subNav {
	background: #f5edde;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	list-style-type: none;
	border: 1px solid #f4972b;
}


#nav ul.bottom_ ul.subNav li {
	padding: 0;
	border-top: 1px dotted #f4972b;
	border-bottom: none;
}

#nav ul.bottom_ ul.subNav li.first {
	border-top: none;
	border-bottom: none;
}

