#menu_wrapper {
	float: left;
	width: 200px;
}

#sidenav {
	/* border: 1px solid #E5E5E5; */
	padding-top: 20px;
	background: #00387D url('images/menu-top.gif') top left no-repeat;
	width: 220px;
}

/* main left */
#sidenav h1,#sidenav ul {
	padding-left: 20px;
}
#sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
#sidenav ul {
	/*border-top: 1px solid #FAFAFA;*/
	/*background: #EEE url(img/bgul.gif) repeat-x;*/
	margin: 0;
	padding: 0;
}
.ddmx {
	/*border: 1px solid #FAFAFA;*/
	border-top: none;
	list-style: none;
	margin: 0;
}
.ddmx #inner {
	font-size: 12px;
	padding: 5px 3px 10px 44px;
}
.ddmx a:link,
.ddmx a:hover,
.ddmx a:active,
.ddmx a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 130%;
	display: block;
}
.ddmx a:hover {
	color: #00387D;
	background: #fff;
}




.ddmx {
	font-family: Tahoma ,Verdana,Arial;
	text-align: left;
	text-transform: uppercase;
	
}
/* Main Menu Item */
.ddmx .item1 {
	padding: 3px 10px 3px 10px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

/* Main Menu Item Hover */
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}
/* Sub Menu Item */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 5px 10px 5px 10px;
	background: #00387D;
	color: #fff;
	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 #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* Sub Menu Item Hover on Main Menu Item */
.ddmx .item2 {
	background: #406B9E;
	color: #fff;
}
/* Sub Menu Items Hover */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #014DAB;
	color: #fff;
}
.ddmx .arrow {
	padding: 3px 10px 3px 10px;
}

.ddmx .arrow:hover {
	padding: 3px 10px 3px 10px;
	/* color: #0066AC; */
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0;
}
.ddmx .section {
	border: 0px solid #b8b4ae; /* 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 */