/* ----- Header Menu Main ----- */

#menuMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:101;
}

#menuMain A {
	text-decoration: none;
	font-weight:bold;
	display: block;

}
#menuMain A:hover {
	text-decoration: none;
	color:#f2f0d9;
}
#menuMain LI A {
	color: #ffffff;
	xwidth:100px;
	height: 18px;
	margin: 0px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	background-color: #21201C;
}
#menuMain LI LI A {
	color: #FFFFFF;
	background-color: #5a7d92;
	background-image:url(../img/bulletMenus.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:10px;
	text-align: left;
	text-indent:20px;
	xfont-weight:bold;	
	width: 170px;
	height: 1%;
	margin: 0px;
	padding: 4px 4px 4px 8px;
	text-align: left;
	xborder-top: 1px solid #E7EDE2;
}
#menuMain LI LI A:hover {
	text-decoration:none;
	color: #000000;
}
#menuMain LI {
	position: relative;
	display: block;
	float: left;
	width: 110px;
	background-color:#006699;
	height: 1%;
	margin: 0;
	padding: 0;
	z-index:101;
}
#menuMain LI.on {
	font-weight:bold;
	color:#669900;
}
#menuMain LI LI {
	position: relative;
	float: none;
	width: 180px;
	margin: 0;
	padding: 0;
	z-index:101;	
}

#menuMain ul ul {
	clear:both;
	position: absolute;
	top: 22px;
	padding-top:20px;
	z-index:101;
}

#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 {xfloat: left; xwidth: 118px;}
/* End Holly Hack */

/* ----- Sub Menu ----- */

#margin .menu {
	color: #000000;
	width: 220px;
}
#margin .menu UL {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 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;
	line-height:20px;
	background-image:url(../img/bullet.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	position: relative;
	width: 180px;
}
/* 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: #ffffff;
	background-color: #5a7d92;
	background-image:url(../img/bulletMenus.jpg);
}

/* ----- Crumbtrail Menu ----- */

#crumbtrail a {
	display: inline;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	height: 12px;
	width:350px;
}
#crumbtrail a:hover {
	color: #666666;
}
#crumbtrail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#crumbtrail ul li {
	display: inline;
	padding-top: 5px;
	background-repeat: no-repeat;
}
#crumbtrail ul li:hover {
	color: #666666;
	xbackground-color: #669900;
}

#crumbtrail .back {
	display: block;
	float: right;
	width: 70px;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size:0.9em;
	text-transform:uppercase;
	
}
	#crumbtrail .back ul {
		text-align: right;
	}
	#crumbtrail .back li {
		padding-right: 30px;
		padding-left:30px;
		background-image: url(/img/bulletsStyle2.jpg);
		background-position: center left;
	}

	#crumbtrail .back li A {
		color:#333333;
		font-weight:bold;
	}
	
	#crumbtrail .back li A:hover {
		color:#561509;
		text-decoration:underline;
	}	
	
/*\*//*/
	#crumbtrail .back li {
		background-color: #CCFF33;
	}
/* */

#crumbtrail .trail {
	display: block;
	float: left;
	width: 350px;
	text-align: left;
	margin: 0;
	padding: 0;
	color:#69a321;
	font-size:0.9em;
	text-transform:uppercase;	
}
	#crumbtrail .trail a {
	}
	#crumbtrail .trail a:hover {
	}
	#crumbtrail .trail ul {
		text-align: left;
	}
	#crumbtrail .trail li {
		padding-right:40px;
		padding-left:10px;
		background-image: url(/img/bulletsStyle2.jpg);
		background-position: center right;
	}
	
	#crumbtrail .trail li A {
		color:#333333;
		font-weight:bold;
	}
	
	#crumbtrail .trail li A:hover {
		color:#561509;
		text-decoration:underline;
	}	 
		
	#crumbtrail .trail li.first {
		padding-left:0px;
	}
	#crumbtrail .trail li.last {
		padding-right: 0px;
		font-weight:bold;
		color:#69a321;
		background-image: none;
	}

#crumbtrail > .end {
	display: block;
	clear: right;
}

/* ----- Footer Menu ----- */

#menuBottom A {
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: center;
	width: 100px;
}
#menuBottom A:hover {
	color: #561509;
	text-decoration: none;
}

#menuBottom UL {
	list-style: none;
	color:  #333333;
	right: 0px;
	padding: 0;
	margin: 0;
	float:right;
}
#menuBottom LI {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}
#menuBottom LI.on {
	font-weight: bold;
}

#menuBottom UL LI UL {
	display: none;
}