/* navigation */
#navigation {
	float: left;
	width: 207px;
}

#navigation div {
	margin:0;
	padding:0;
}
#navigation h2 {
	color: #5A5A43;
	font: bold 1em Arial, Tahoma, Sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

#navigation  a {
	font-size: 1em;
	color: #000;
	display: block;
	text-decoration: none;
	padding: 5px;
	/* width: 100%; */
}

/* POPOUT MENU STYLES */
.ddmx {
	border-top: none;
	list-style: none;
	margin: 0;
	font-family: Arial,Tahoma, Sans-serif;
	text-align: left;
	text-transform: normal;
	background:#E7F2E6;
	
}
.ddmx #inner {
	font-size: 12px;
	padding: 5px 3px 10px 34px;
}
.ddmx a:link,
.ddmx a:hover,
.ddmx a:active,
.ddmx a:visited {
	font-size: 1em;
	color: #000;
	display: block;
	/* padding: 8px 0 8px 5%; */
	text-decoration: none;
	padding-left:5px;
}
.ddmx a:hover {
	background: #f0f0eb;
	color: #654;	
}


/* Main Menu Item */
#navigation.ddmx .item1 {
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	/* border-left: 5px solid #4197B5; */
	border-bottom:1px solid #9EB89C;
}

/* Main Menu Item Hover */
#navigation.ddmx .item1:hover,
#navigation.ddmx .item1-active,
#navigation.ddmx .item1-active:hover {
	background: #50B848;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	/* border-left: 5px solid #50B848; */
	border-bottom:1px solid #9EB89C;
}
/* Sub Menu Item */
#navigation.ddmx .item2,
#navigation.ddmx .item2:hover,
#navigation.ddmx .item2-active,
#navigation.ddmx .item2-active:hover {
	background: #9EB89C;
	color: #000;
	/* font-weight: bold; */
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: left;
	z-index: 500;
	width: 180px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* Sub Menu Item Hover on Main Menu Item */
#navigation.ddmx .item2 {
	background: #50B848;
	color: #fff;
}
/* Sub Menu Items Hover */
#navigation.ddmx .item2:hover,
#navigation.ddmx .item2-active,
#navigation.ddmx .item2-active:hover {
	background: #E7F2E6;
	color: #000;
}
#navigation.ddmx .arrow {
	/* padding: 3px 10px 3px 10px; */
}

#navigation.ddmx .arrow:hover {
	/* padding: 3px 10px 3px 10px; */
	/* color: #0066AC; */
}
#navigation.ddmx .item2 img,
#navigation.ddmx .item2-active img{
	position: absolute;
	/*top: 4px;*/
	right: 1px;
	border: 0;
}
.ddmx .section {
	border: 0px solid #fff; /* This MUST be border: not border-bottom or border-top etc */
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
	border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */