/* navigation */
#navigation {
	float: left;
	width: 212px;
	line-height: 25px;
}
#navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,Verdana,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%;
        padding:5px;
}
#navigation a span {
	/* padding: 3px 10px 3px 10px; */
        
}
#navigation li a:hover {
	background: #03518F;
	color: #FFF;	
}

#navigation a {
	
}

/* POPOUT MENU STYLES */
.ddmx {
	border-top: none;
	list-style: none;
	margin: 0;
	font-family: Tahoma,Verdana,sans-serif;
	text-align: left;
	/* text-transform: normal; */
}
.ddmx #inner {
	font-size: 12px;
	/* padding: 5px 3px 10px 44px; */
}
.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: #03518F;
	color: #654;	
}


/* Main Menu Item */
#navigation.ddmx .item1 {
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

/* Main Menu Item Hover */
#navigation.ddmx .item1:hover,
#navigation.ddmx .item1-active,
#navigation.ddmx .item1-active:hover {
	background: #03518F;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	/* white-space: nowrap; */
	position: relative;
        
}
/* Sub Menu Item */

#navigation.ddmx .item2 {padding:5px;}

#navigation.ddmx .item2,
#navigation.ddmx .item2:hover,
#navigation.ddmx .item2-active,
#navigation.ddmx .item2-active:hover {
	background: #03518F;
	color: #FFF;
	/* font-weight: bold; */
	text-decoration: none;
	display: block;
	/* white-space: nowrap; */
	position: relative;
	text-align: left;
	z-index: 500;
	/* width: 220px; */
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* Sub Menu Item Hover on Main Menu Item */
#navigation.ddmx .item2 {
	background: #03518F;
	color: #FFF;
}
/* Sub Menu Items Hover */
#navigation.ddmx .item2:hover,
#navigation.ddmx .item2-active,
#navigation.ddmx .item2-active:hover {
	background: #03518F;
	color: #ccc;
}
#navigation.ddmx .arrow {
	background-image: url(images/arrow3.gif);
	background-position: right;
	background-repeat:no-repeat;
}

#navigation.ddmx .arrow:hover {
	background-image: url(images/arrow1.gif);
	background-position: right;
	background-repeat:no-repeat;
}
#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 */
