/* ----- Header Menu Top ----- */

#menuTop A {
	color: #375699;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: center;
	width: 90px;
	font-size:0.88em;
}
#menuTop A:hover {
	color: #333333;
	text-decoration: none;
}

#menuTop UL {
	list-style: none;
	color:  #FFFFFF;
	right: 0px;
	padding: 0;
	margin: 0;
	padding-top:30px;
}
#menuTop LI {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}
#menuTop LI.on {
	font-weight: bold;	
}
#menuTop UL LI UL {
	display: none;
}

/* ----- Header Menu Main ----- */

#menuMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuMain A {
	text-decoration: none;
	display: block;
}
#menuMain A:hover {
	text-decoration: none;
}
#menuMain LI A {
	color: #000000;
	text-align: center;
	width: 118px;
	height: 18px;
	margin: 0px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	background-color: #33FF00;
}
#menuMain LI LI A {
	color: #FFFFFF;
	background-color: #C8D6BD;
	text-align: left;
	width: 170px;
	height: 1%;
	margin: 0px;
	padding: 4px 4px 4px 8px;
	text-align: left;
	border-top: 1px solid #E7EDE2;
}
#menuMain LI LI A:hover {
	text-decoration: none;
	color: #000000;
	background-color: #E7EDE2;
}
#menuMain LI {
	position: relative;
	display: block;
	float: left;
	width: 126px;
	height: 1%;
	margin: 0;
	padding: 0;
}
#menuMain LI.on {
	font-weight: bold;
}
#menuMain LI LI {
	position: relative;
	float: none;
	background-image: none;
	width: 180px;
	margin: 0;
	padding: 0;
}

#menuMain ul ul {
	position: absolute;
	z-index: 500;
	top: 22px;
	left: 0px;
}

#menuMain ul ul ul {
	display: none;
}

#menuMain ul ul,
#menuMain ul li:hover ul ul,
#menuMain ul ul li:hover ul ul
{display: none;}

#menuMain ul li:hover ul,
#menuMain ul ul li:hover ul,
#menuMain ul ul ul li:hover ul
{display: block;}

/* Holly Hack Targets IE Win only \*/
* html #menuMain ul li {}
/* End Holly Hack */

/* ----- Sub Menu ----- */

#leftMenu .menu {
	color: #ffffff;
	background-color:#BBA87D;
	z-index: 90;
	width: 219px;
	margin-left:10px !important;
	margin-left:9.5px;
	height:350px;
}
#leftMenu .menu h2 {
	background-color: none;
	font-size: 1.1em;
	padding-top: 10px;
	text-align: center;
}
#leftMenu .menu UL {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#leftMenu .menu UL UL {
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	list-style-type: none;
}
#leftMenu .menu LI {
	margin: 0px 0px 0px 0px !important;
	padding: 5px 0px 6px 20px !important;
	background-image: none;
	list-style-type: none;
	border-bottom:1.5px solid #D7D3CA;
	list-style-image: none;
	display: block;
}
#leftMenu .menu LI.on {
	font-weight: bold;
}
#leftMenu .menu LI A {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 200px;
	font-size:0.95em;
}
/* Holly Hack Targets IE Win only \*/
html>#leftMenu .menu LI {
	height: 1%;
}
html>#leftMenu .menu LI A {
	margin-bottom: 0px;
}
/* End Holly Hack */

#leftMenu .menu LI A:hover {
	text-decoration: none;
	color: #333333;
}

/* ----- Crumbtrail Menu ----- */

#crumbtrail a {
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	height: 12px;
	display: inline;
	padding-top: 5px;
	top: 5px;
}
#crumbtrail a:hover {
	color: #FFFFFF;
	background-color: #8C8D3E;
}
#crumbtrail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#crumbtrail ul li {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-image: url(/img/crumb_left.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
	#crumbtrail .back {
		display: block;
		float: right;
		width: 60px;
		text-align: right;
		padding: 0px 0px 0px 12px;
		background-repeat: no-repeat;
	}
		#crumbtrail .back li {
			padding-right: 10px;
			background-image: url(/img/crumb_right.gif);
			background-position: center right;
			background-repeat: no-repeat;
		}
		#crumbtrail .back ul {
			text-align: right;
		}

	#crumbtrail .trail {
	}
		#crumbtrail .trail ul {
			text-align: left;
		}
		#crumbtrail .trail a {
		}
		#crumbtrail .trail a:hover {
		}
		#crumbtrail .trail li.first {
		}
		#crumbtrail .trail li.last {
			padding-right: 0px;
			font-style: italic;
			background-image: none;
		}

/* ----- Footer Menu ----- */

#menuBottom A {
	color: #9C9C9C;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align:left;
	xwidth: 120px;
	font-size:0.85em;
}
#menuBottom A:hover {
	color: #333333;
	text-decoration:none;
}

#menuBottom UL {
	list-style: none;
	color:  #FFFFFF;
	right: 0px;
	padding: 0;
	margin: 0;
}
#menuBottom LI {
	display: block;
	padding: 0;
	padding-left:20px;
	margin: 0;
	float: left;
}
#menuBottom LI.on {
	font-weight: bold;
}

#menuBottom UL LI UL {
	display: none;
}