


/* ||||||||| Infinite Menu Styles |||||||||||| */


	/* --[[ Main Expand Icons ]]-- */
	#imenus0 .imeam div,#imenus0 .imeamj div {
	width: 7px;
	height: 5px;
	left: 0px;
	top: 5px;
	background-repeat: no-repeat;
	background-position: top left;
}
	#imenus0 li:hover .imeam div, #imenus0 li a.iactive .imeamj  div {
	background-repeat: no-repeat;
	background-position: top left;
}


	/* --[[ Sub Expand Icons ]]-- */
	#imenus0 ul .imeas div, #imenus0 ul .imeasj div {
	width: 5px;
	height: 7px;
	left: 0px;
	top: 3px;
	background-repeat: no-repeat;
	background-position: top left;
}
	#imenus0 ul li:hover .imeas div, #imenus0 ul li a.iactive .imeasj div {
	background-repeat: no-repeat;
	background-position: top left;
}


	/* --[[ Main Container ]]-- */
	#imouter0 {
	background-image: url(picts/menu.gif);
	border-style: none;
	border-color: #ffffff;
	border-width: 0px;
	padding: 0px 7px 0px 7px;
	margin: 0px;
}


	/* --[[ Sub Container ]]-- */
	#imenus0 li ul {
	background-color: #d7ae86;
	border-style: none;
	border-color: #000000;
	border-width: 0px;
	padding: 5px 7px 5px 7px;
	margin: 4px 0px 0px 0px;
}


	/* --[[ Main Items ]]-- */
	#imenus0 li a {
	height: 20px;
	color: #966331;
	text-align: center;
	font-family: Palatino Linotype, arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border-style: none;
	border-color: #ffffff;
	border-width: 0px;
	padding: 5px 7px 0px 7px;
	margin: 0px;
}

		/* [hover] - These settings must be duplicated for IE compatibility.*/
		#imenus0 li:hover>a {
	background-color: #d7ae86;
	color: #fff7ef;
	font-weight: bold;
	text-decoration: none;
}
		#imenus0 li a.ihover, .imde #imenus0 a:hover {
	background-color: #d7ae86;
	color: #fff7ef;
	font-weight: bold;
	text-decoration: none;
}

		/* [active] */
		#imenus0 li a.iactive {}

		/* [Main Graphic Button Text Content] */
		#imenus0 .imbuttons {}


	/* --[[ Sub Items ]]-- */
	#imenus0 ul a {
	height: auto;
	background-color: #d7ae86;
	color: #fff7ef;
	text-align: left;
	font-family: Palatino Linotype, arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-style: none;
	border-color: #000000;
	border-width: 0px;
	padding: 2px 7px 2px 7px;
	margin: 0px;
}

		/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 ul li:hover>a {
	background-color: #fff7ef;
	color: #d7ae86;
	font-weight: bold;
	text-decoration: none;
}
		#imenus0 ul li a.ihover {
	background-color: #fff7ef;
	color: #d7ae86;
	font-weight: bold;
	text-decoration: none;
}

		/* [active] */
		#imenus0 ul li a.iactive {
	background-color: #fff7ef;
	color: #d7ae86;
}

