/* navigation */
#navigation {
	float: left;
	width: 207px;
	line-height: 25px;
}
#navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma, Sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
#navigation ul {
	padding: 0;
	/* border-top: 1px solid #eaeada; */
}
/* #navigation li {border-bottom: 1px solid #eaeada;} */
#navigation a {
	font-size: 1.1em;
	color: #554;
	display: block;
	text-decoration: none;
	width: 100%;
}
#navigation a span {
	padding: 3px 10px 3px 20px;
	line-height: 35px;
}
#navigation li a:hover {
	background: #bc3039;
	color: #654;
}

#navigation a {
	display: block;
}

/* POPOUT MENU STYLES */
.ddmx {
	border-top: none;
	list-style: none;
	margin: 0;
	font-family: Tahoma, Sans-serif;
	text-align: left;
	text-transform: none;

}
.ddmx #inner {
	font-size: 12px;
	padding: 5px 3px 10px 34px;
}
.ddmx a:link,
.ddmx a:hover,
.ddmx a:active,
.ddmx a:visited {
	font-size: 1.1em;
	color: #554;
	display: block;
	/* padding: 8px 0 8px 5%; */
	text-decoration: none;
}
.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 #404042;
}

/* Main Menu Item Hover */
#navigation.ddmx .item1:hover,
#navigation.ddmx .item1-active,
#navigation.ddmx .item1-active:hover {
	background: #bc3039;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	border-left: 5px solid #404042;
}
/* Sub Menu Item */
#navigation.ddmx .item2,
#navigation.ddmx .item2:hover,
#navigation.ddmx .item2-active,
#navigation.ddmx .item2-active:hover {
	background: #bc3039;
	color: #654;
	/* 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: #f7f7f2;
	color: #654;
}
/* Sub Menu Items Hover */
#navigation.ddmx .item2:hover,
#navigation.ddmx .item2-active,
#navigation.ddmx .item2-active:hover {
	background: #bc3039;
	color: #654;
}
#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: 1px 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 */