/* --[[ Main Expand Icons ]]-- */

#imenus0 .imeam span,#imenus0 .imeamj span 
{
	background-image:url(http://www.stageaccompany.com/css/sample3_main_arrow.gif); 
	width:7px; 
	height:5px; 
	left:-1px; 
	top:5px; 
	background-repeat:no-repeat;
	background-position:top left;
}

#imenus0 li:hover .imeam span,#imenus0 li a.iactive .imeamj span 
{
	background-image:url(http://www.stageaccompany.com/css/sample3_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(http://www.stageaccompany.com/css/arrow_sub.gif); 
	width:10px; 
	height:13px; 
	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(http://www.stageaccompany.com/css/arrow_sub.gif); 
	background-repeat:no-repeat;
	background-position:top left;
}

/* --[[ Main Container ]]-- */
#imouter0 
{
	background-color:#eeeeee; 
	border-style:none; 
	border-color:#000000; 
	border-width:1px; 
	padding:0px; 
	margin:0px; 
}

/* --[[ Sub Container ]]-- */
#imenus0 li ul 
{
	background-color:#c2e3f7; 
	border-style:solid; 
	border-color:#eeeeee; 
	border-width:1px; 
	padding:5px; 
}

/* --[[ Main Items ]]-- */
#imenus0 li a 
{
	color:#000000; 
	text-align:center;
	font-family:Arial; 
	font-size:10px; 
	font-weight:normal; 
	text-decoration:none; 
	border-style:none; 
	border-color:#000000; 
	border-width:0px; 
	padding:4px 5px 4px 5px;
}

/* [hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 li:hover>a 
{
	background-color:#c2e3f7; 
	color:#000000; 
}

#imenus0 li a.ihover, .imde imenus0 a:hover 
{
	background-color:#c2e3f7; 
	color:#000000; 
}

/* [active] */
#imenus0 li a.iactive 
{
	background-color:#c2e3f7; 
	color:#000000; 
}

/* --[[ Sub Items ]]-- */
#imenus0 ul a 
{
	color:#000000; 
	text-align:left; 
	font-size:11px; 
	font-weight: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:#ffffff; 
	color:#000000; 
}

#imenus0 ul li a.ihover 
{
	background-color:#ffffff; 
	color:#000000; 
}

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