


	/* --[[ Main Expand Icons ]]-- */
	#imenus0 .imeam span,#imenus0 .imeamj span {
		background-image:url(sample14_main_expand_default.gif); 
		width:13px; 
		height:9px; 
		left:0px; 
		top:2px; 
		background-repeat:no-repeat;
		background-position:top left;
	}
	#imenus0 li:hover .imeam span,#imenus0 li a.iactive .imeamj span {
		background-image:url(sample14_main_expand_on.gif); 
		background-repeat:no-repeat;background-position:top left;
	}


	/* --[[ Sub Expand Icons ]]-- */
	#imenus0 ul .imeas span,#imenus0 ul .imeasj span {
		background-image:url(sample14_sub_expand_default.gif); 
		width:4px; 
		height:7px; 
		left:0px; 
		top:3px; 
		background-repeat:no-repeat;
		background-position:top left;}
	#imenus0 ul li:hover .imeas span,#imenus0 ul li a.iactive .imeasj span {
		background-image:url(sample14_sub_expand_on.gif); 
		background-repeat:no-repeat;
		background-position:top left;}


	/* --[[ Main Container ]]-- */
	#imouter0 {
		background-color:#ee951b; 
		border-style:none; 
		border-color:#f79b1d; 
		border-width:0px; 
		padding:0px 0px 0px 0px ; 
	}


	/* --[[ Sub Container ]]-- */
	#imenus0 li ul {
		background-color:#c0c0c0; 
		border-style:none; 
		border-color:#333333; 
		border-width:1px; 
		padding:1px; 
		margin:4px 0px 0px; 
	}


	/* --[[ Main Items ]]-- */
	#imenus0 li a {
		color:#fffff0; 
		text-align:left; 
		font-family:Verdana; 
		font-size:12px; 
		font-weight:bold; 
		font-style:normal; 
		text-decoration:none; 
		border-style:none; 
		border-color:#ffffcc; 
		border-width:1px 2px 2px 1px; 
		padding:5px 9px 5px 4px ; 
	}

		/* [hover] - These settings must be duplicated for IE compatibility.*/
		#imenus0 li:hover>a {
			background-color:#f26522; 
			color:#ffffcc; 
		}
		#imenus0 li a.ihover, .imde imenus0 a:hover {
			background-color:#f26522; 
			color:#ffffcc; 
		}

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


	/* --[[ Sub Items ]]-- */
	#imenus0 ul a {
		background-color:#f79b1d; 
		color:#ffffff; 
		text-align:left; 
		font-size:12px; 
		font-weight:normal; 
		font-style:normal; 
		text-decoration:none; 
		border-style:none; 
		border-color:#000000; 
		border-width:1px; 
		padding:2px 5px; }

		/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 ul li:hover>a {
			background-color:#f26522; 
			color:#ffffff; 
		}
		#imenus0 ul li a.ihover {
			background-color:#f26522; 
			color:#ffffff; 
		}

		/* [active] */
		#imenus0 ul li a.iactive {
			text-decoration:underline; 
		}


