/* navigation */

/*
Primary		#104E8B
2nd 		#2385E6
3rd			#86BCF1
4th			#E8F2FC
*/
/* - Menu Background - Change to 4th Color*/


#menu_wrapper {
	/* float: left; */
	/* height: 878px; */
	width: 165px;
	padding-top:30px;
}
ul#menu {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
/* - Borders for Menu - Primary Color (optional) */
ul#menu li {
	/* border-bottom: 1px solid #eee; */
}
	
ul#menu li.first {
	/* border-top: 1px solid #eee; */
}

/*Change Color for 1st Menu Text*/
ul#menu li a {
	display: block;
	/* height: 28px; */
	
	/* padding: 0 8px; */
	color: #000;
	text-decoration: none;
	text-indent: 10px;
	text-align: right;
}

/*Current Menu Selection*/
ul#menu li a.current {
	background: #00ccff;
	color: #fff;
}

/*Hover BG and TEXT color for Menu*/
ul#menu li a:hover {
	background: #00ccff;
	color: #fff;
}

/*Current Menu Selection Hover*/
ul#menu li a.current:hover {
	background: #86BCF1;
	color: #104E8B;
}
#menu {
	/* float: left; */
	width: 100%;
}

#menu ul {
	padding: 0;
	
}
#menu li {border-bottom: 1px solid #eaeada;}
#menu a {
	color: #104E8B;
	display: block;
	text-decoration: none;
	width: 100%;
}
#menu a span {
	padding: 2px 10px 2px 10px;
}

#menu 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: normal;
	

}

.ddmx a:link,
.ddmx a:hover,
.ddmx a:active,
.ddmx a:visited {
	font-size: 0.9em;
	color: #fff;
	display: block;
	/* padding: 8px 0 8px 5%; */
	text-decoration: none;
	line-height: 28px;
}

/* Main Menu Item */
#menu.ddmx .item1 {
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

/* Sub Menu Item */
#menu.ddmx .item2,
#menu.ddmx .item2:hover,
#menu.ddmx .item2-active,
#menu.ddmx .item2-active:hover {
	background: #00ACEC;
	color: #fff;
	/* font-weight: bold; */
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	text-align: left;
	z-index: 500;
	width: 210px;
	border-left:1px solid #fff;
	
	padding-left:10px;
}
#menu.ddmx .item2 {
	background: #00ccff;
	color: #000000;
	border-left:1px solid #fff;
	
	padding-left:10px;
}
#menu.ddmx .item2 .current {
	background: #00ACEC;
	color: #fff;
	
}
#menu.ddmx .arrow {
	
}

#menu.ddmx .arrow:hover {
	/* padding: 3px 10px 3px 10px; */
	/* color: #0066AC; */
}
#menu.ddmx .item2 img,
#menu.ddmx .item2-active img{
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0;
}
.ddmx .section {
	/* border: 1px solid #eaeada;*/ /* 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 */
