	/* --[[ Main Expand Icons ]]-- */
	#imenus0 .imeam span,#imenus0 .imeamj span {
		background-image:url(/images/main_arrow.gif);
		background-repeat:no-repeat;
		background-position:top left;
	}
	#imenus0 li:hover .imeam span,#imenus0 li a.iactive .imeamj span {
		background-image:url(/images/main_arrow.gif);
		background-repeat:no-repeat;
		background-position:top left;
	}


	/* --[[ Sub Expand Icons ]]-- */
	#imenus0 ul .imeas span,#imenus0 ul .imeasj span {
		background-image:url(/images/sub_arrow.gif); 
		width:5px; 
		height:7px;
		left:0px;
		top:0px; 
		background-repeat:no-repeat;
		background-position:top left;
	}
	#imenus0 ul li:hover .imeas span,#imenus0 ul li a.iactive .imeasj span {
		background-image:url(/images/sub_arrow.gif); 
		width:5px; 
		height:7px;
		left:0px;
		top:0px; 
		background-repeat:no-repeat;
		background-position:top left; 
	}


	/* --[[ Main Container ]]-- */
	#imouter0 {
		background-color:#06437d;
		border-style:solid; 
		border-color:#769bba; 
		border-width:0px; 
		padding:0px; 
		margin:0px;
	}


	/* --[[ Sub Container ]]-- */
	#imenus0 li ul {
		background-color:#cce3f8;
		border-style:solid;
		border-color:#356595;
		border-width:0px;
		padding:0px;
	}


	/* --[[ Main Items ]]-- */
	#imenus0 li a, #imenus0 ul .imctitle {
		background-color:#0d4a8b; 
		color:#ffffff; 
		text-align:center; 
		font-family:Arial; 
		
		font-weight:bold; 
		font-style:normal; 
		text-decoration:none; 
		border-style:none; 
		border-color:#000000; 
		border-width:0px; 
		padding:0px 0px; 
		
		font-size:12px;
	}

		/* [hover] - These settings must be duplicated for IE compatibility.*/
		#imenus0 li:hover>a {
			background-color:#bcad75; 
			color:#0d4a8b;
		}
		#imenus0 li a.ihover, .imde imenus0 a:hover {
			background-color:#bcad75; 
			color:#0d4a8b; 
		}

		/* [active] */
		#imenus0 li a.iactive {
			background-color:#bcad75; 
			color:#0d4a8b; 
		}


	/* --[[ Sub Items ]]-- */
	#imenus0 ul a, #imenus0 ul .imctitle  {
		color:#ffffff; 
		text-align:left;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		border-style:none;
		border-color:#bcad75;
		border-width:2px;
		padding:3px;
		height:14px;
	}

		/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 ul li:hover>a {
			background-color:#bcad75; 
			color:#0d4a8b;
		}
		#imenus0 ul li a.ihover {
			background-color:#bcad75; 
			color:#0d4a8b; 
		}

		/* [active] */
		#imenus0 ul li a.iactive {
			background-color:#bcad75; 
			color:#0d4a8b; 
		}