/** Dropdowns **/

#nav { /* all lists */
padding: 0;
margin: 0;
list-style: none;
float: left;
width: 207px;
}

#nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
float: left;
width: 157px;
}

#nav { 
margin: 31px 0 0 0;
border-bottom:1px solid #afafae;
}

#nav li { /* all list items */
position: relative;
float: left;
width: 157px;
}

#nav li ul { /* second-level lists */
position: absolute;
left: -1000px;
margin-left: 207px;
margin-top: -27px;
BORDER-BOTTOM:1px solid #93B341;
BORDER-RIGHT:1px solid #93B341;
}

	/* ADDITION =================================== */
	#nav li ul li ul { /* third-level lists */
	position: absolute;
	left: -1000px;
	margin-left: 157px;
	margin-top: -27px;
	BORDER-BOTTOM:1px solid #93B341;
	BORDER-RIGHT:1px solid #93B341;
	}
	/* ADDITION =================================== */

#nav li ul ul { /* third-and-above-level lists */
left: -1000px;
}

	/* ADDITION =================================== */
	#nav li a.father {
	width: 187px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px;
	margin: 0;
	color:#2f4c2c;
	background:transparent url("../images/menu_item_bg.gif") top left no-repeat;
	}
	/* ADDITION =================================== */

#nav li a {
width: 137px;
display: block;
font-weight: normal;
text-decoration: none;
padding: 7px 10px;
margin: 0;
color:#2f4c2c;
background:transparent url("../images/menu_item_bg.gif") top left no-repeat;
}

#nav li a:hover {
color: rgb(255,255,255);
background: rgb(100,100,100);
color:#2f4c2c;
background:transparent url("../images/menu_item_bgHover.gif") top left no-repeat;
}

#nav li a {

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.iehover ul ul, #nav li.iehover ul ul ul, #nav li.iehover ul ul ul ul {
left: -1000px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.iehover ul, #nav li li.iehover ul, #nav li li li.iehover ul, #nav li li li li.iehover ul { /* lists nested under hovered list items */
left: auto;
}

		#nav li ul li a {
		background:transparent url("../images/menu_item_bg_seclevel.gif") top left repeat-x;
		}
		#nav li ul li a:hover {
		color:#2f4c2c;
		background:transparent url("../images/menu_item_bg_seclevelHover.gif") top left repeat-x;
		}

		#nav li ul li ul li a {
		color:#2f4c2c;
		background:transparent url("../images/menu_item_bg_thirdlevel.gif") top left repeat-x;
		}
		#nav li ul li ul li a:hover {
		color:#2f4c2c;
		background:transparent url("../images/menu_item_bg_thirdlevelHover.gif") top left repeat-x;
		}

/** Support for the "iehover-fix.js" **/
#nav iframe {
position: absolute;
left: 0;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
/** end **/