/* ----- Header Menu Main ----- */

#menuMain {
	display: block;
	font-size:0.9em;
	font-weight:bold;
	padding: 0px 0px 0px 5px;
}

#menuMain A {
	text-decoration: none;
}
#menuMain A:hover {
}

#menuMain ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
/* Holly Hack Targets IE Win only \*/
* html #menuMain ul { height: 1%; }
/* End Holly Hack */

	#menuMain ul li {
		position: relative;
		display: block;
		float: left;
		list-style-type: none;
		background-image: none;
		height: 30px;
		padding: 0px 0px 0px 0px;
		margin: 0px 4px 0px 4px;
	}
		#menuMain ul li a {
			display: block;
			text-align: center;
			width: 93px;
			height: 20px;
			color: #ffffff;
			padding: 8px 20px 0px 25px;
			border: 2px solid #ffffff;
			background-image: url(/img/bullets.gif);
			background-position: 10px 10px;
			background-repeat: no-repeat;
			text-decoration: none;
			text-transform: uppercase;
			background-color: #A17802;
		}
		#menuMain ul li a:hover {
			background-color: #3D4039;
		}
			#menuMain ul li ul li a {
				background-color: #3D4039;
			}
			#menuMain ul li ul li a:hover {
				text-decoration: none;
				color: #ffffff;
				background-color: #EECE6B;
			}
		#menuMain ul li ul li a {
			color: #FFFFFF;
			text-align: left;
			width: 168px;
			height: 16px;
			margin: 0px;
			padding: 8px 4px 2px 22px;
			text-align: left;
			border-top: 1px solid #E7EDE2;
			display: block;
		}

	#menuMain li.on a {
		color: #ffffff;
	}
		#menuMain li.on a:hover {
			color: #3D4039;
		}
		#menuMain li.on li a {
			color: #ffffff;
		}
	#menuMain li.sel a {
		color: #ffffff;
		background-color: #CCCC33;
	}
		#menuMain ul li ul li.sel a {
			color: #ffffff;
			background-color: #A4A428;
		}
		#menuMain li.sel a:hover {
			color: #FFFFFF;
		}
		#menuMain li.sel li a {
			color: #FFFFFF;
		}
	#menuMain li li.on a {
		color: #ffffff;
	}


#menuMain ul li ul li {
	position: relative;
	float: none;
	background-image: none;
	width: 180px;
	height: 26px;
	margin: 0;
	padding: 0;
}
	#menuMain ul li ul {
		position: absolute;
		z-index: 500;
		top: 32px;
		left: 0px;
		background-position: top left;
		background-repeat: repeat-x;
		background-color: #FFFF00;
	}
		#menuMain ul li ul li ul {
			display: none;
			left: 180px;
			top: 0px;
			border-left: 1px solid #E7EDE2;
		}

#menuMain ul ul,
#menuMain ul li:hover ul li ul,
#menuMain ul ul li:hover ul li ul {
	display: none;
}
#menuMain ul li:hover ul {
	display: block;
}
#menuMain ul ul li:hover ul {
}

/* Holly Hack Targets IE Win only \*/
* html #menuMain ul li {}
/* End Holly Hack */


/* ----- Sub Menu ----- */

#margin .menu {
	color: #000000;
	z-index: 90;
	width: 120px;
}
#margin .menu h2 {
	background-color: none;
	font-size: 1.1em;
	padding-top: 10px;
	text-align: center;
}
#margin .menu UL {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#margin .menu UL UL {
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	list-style-type: none;
}
#margin .menu LI {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	background-image: none;
	list-style-type: none;
	list-style-image: none;
	display: block;
}
#margin .menu LI.on {
	font-weight: bold;
}
#margin .menu LI A {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100px;
}
/* Holly Hack Targets IE Win only \*/
html>#margin .menu LI {
	height: 1%;
}
html>#margin .menu LI A {
	margin-bottom: 0px;
}
/* End Holly Hack */

#margin .menu LI A:hover {
	text-decoration: none;
	color: #0B3D91;
	background-color: #C5D1E2;
}

/* ----- 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 {
	float: right;
	width: 300px;
	padding-top:25px;
	background-color: #FF9900;
	text-transform:uppercase;
	font-weight:bold;
	height: 14px;
}

#menuBottom A {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: center;
	width: 100px;
}
#menuBottom A:hover {
	color: #000000;
	text-decoration: none;
}

#menuBottom UL {
	list-style: none;
	color:  #FFFFFF;
	right: 0px;
	padding: 0;
	margin: 0;
}
#menuBottom LI {
	display: block;
	padding: 0;
	margin: 0;
	float: right;
}
#menuBottom LI.on {
	font-weight: bold;
}

#menuBottom UL LI UL {
	display: none;
}