/* --[[ Main Expand Icons ]]-- */
#imenus0 .imeam span, #imenus0 .imeamj span
{
	background-image: url(none);
	width: 7px;
	height: 5px;
	left: -7px;
	top: 5px;
	background-repeat: no-repeat;
	background-position: top left;
}
#imenus0 li:hover .imeam span, #imenus0 li a.iactive .imeamj span
{
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: top left;
}


/* --[[ Sub Expand Icons ]]-- */
#imenus0 ul .imeas span, #imenus0 ul .imeasj span
{
	background-image: url(none);
	width: 5px;
	height: 7px;
	left: -5px;
	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(none);
	background-repeat: no-repeat;
	background-position: top left;
}


/* --[[ Main Container ]]-- */
#imouter0
{
	border-style: none;
	border-color: #6a6a6a;
	border-width: 1px;
	padding: 0px;
	margin: 10px 0px 0px;
}


/* --[[ Sub Container ]]-- */
#imenus0 li ul
{
	background-color: #cccccc;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 0px;
	margin: 4px 0px 0px;
}


/* --[[ Main Items ]]-- */
#imenus0 li a, #imenus0 .imctitle
{
	color: #666666;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-style: solid;
	border-color: #666666;
	border-width: 0px 0px 8px;
	padding: 2px 0px 4px 2px;
	margin: 0px 2px 0px 0px;
}

/* [hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 li:hover > a
{
	color: #000000;
	border-color: #0073bb;
}
#imenus0 li a.ihover, .imde imenus0 a:hover
{
	color: #000000;
	border-color: #0073bb;
}

/* [active] */
#imenus0 li a.iactive
{
}


/* --[[ Sub Items ]]-- */
#imenus0 ul a, #imenus0 .imsubc li .imctitle
{
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	border-color: #000000;
	border-width: 1px;
	padding: 3px 2px 3px 3px;
	margin: 0px;
}

/* [hover] - These settings must be duplicated for IE comptatibility.*/
#imenus0 ul li:hover > a
{
	background-color: #0073bb;
	color: #ffffff;
}
#imenus0 ul li a.ihover
{
	background-color: #0073bb;
	color: #ffffff;
}

/* [active] */
#imenus0 ul li a.iactive
{
}


