/* --[[ Main Expand Icons ]]-- */
	#imenus0 .imeam span,#imenus0 .imeamj span 
	{
		width:13px; 
		height:28px; 
		left:-13px; 
		top:2px; 
		background-repeat:no-repeat;
		background-position:top left;
		vertical-align:middle;
	}
	#imenus0 li:hover .imeam span,#imenus0 li a.iactive .imeamj span 
	{
		background-repeat:no-repeat;
		background-position:top left;
	}


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


	/* --[[ Main Container ]]-- */
	#imouter0 
	{
		background-color:#555555; 
		border-style:double; 
		border-color:#D3D3D5; 
		border-width:1px; 
	}


	/* --[[ Sub Container ]]-- */
	#imenus0 li ul 
	{
		background-color:#000; 
		border:solid 1px #000;
		padding:0px; 
		margin:4px 0px 0px; 
	}


	/* --[[ Main Items ]]-- */
	#imenus0 li a, #imenus0 .imctitle 
	{
		background-color:#DCDCDE; 
		color:#000000; 
		text-align:left; 
		font-family:tahoma, arial, Verdana; 
		font-size:11px; 
		font-weight:bold; 
		text-decoration:none; 
		border-style:solid; 
		width:90%;
		
		border-width:0px 0px 1px 0px ; 
		padding:8px 12px 8px 5px; 
	}

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

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


	/* --[[ Sub Items ]]-- */
	#imenus0 ul a, #imenus0 .imsubc li .imctitle  
	{
		 
		background-color:#DFDFE1; 
		color:#000; 
		text-align:left; 
		font-size:11px; 
		font-weight:bold; 
		text-decoration:none; 
		border-style:none; 
		border-color:#ffffff; 
		border-width:1px; 
		padding:8px 12px 8px 5px;  
		margin:0px; 
		width:90%;
	}

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

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

		/* [Dividers] */
		#imenus0 .dvs 
		{
			border-bottom-width:1px; 
			border-style:none; 
			border-color:#ffffff; 
			padding-bottom:0px;
			margin-bottom:1px;
		}

