


/* --[[ Main Expand Icons ]]-- */
#imenus0 .imeam span, #imenus0 .imeamj span
{
	background-image: url(none);
	width: 0px;
	height: 0px;
	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);
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: top left;
}


/* --[[ Main Container ]]-- */
#imouter0
{
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}


/* --[[ Sub Container ]]-- */
#imenus0 li ul
{
	background-color: #03a291;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px;
	padding: 0px;
	margin: 0px 0px 0px;
}


/* --[[ Main Items ]]-- */
#imenus0 li a, #imenus0 .imctitle
{
	height: 38px;
	color: #333333;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-width: 0px;
	padding: 0px 0px;
	cursor:pointer;
}

/* [hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 li:hover > a
{
	background-color: #03a291;
	font-weight: bold;
	text-decoration: none;
}
#imenus0 li a.ihover, .imde imenus0 a:hover
{
	background-color: #03a291;
	cursor:pointer;
	font-weight: bold;
	text-decoration: none;
}

/* [active] */
#imenus0 li a.iactive
{
}


/* --[[ Sub Items ]]-- */
#imenus0 ul a, #imenus0 .imsubc li .imctitle
{
	height: auto;
	background-color: #ebebeb;
	color: #555555;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	font-family: Verdana;
	border-width: 2px;
	padding: 4px 4px;
	margin:0px 5px 1px 5px;
}

/* [hover] - These settings must be duplicated for IE comptatibility.*/
#imenus0 ul li:hover > a
{
	color: #000000;
	text-decoration: none;
}
#imenus0 ul li a.ihover
{
	color: #000000;
	text-decoration: none;
}

/* [active] */
#imenus0 ul li a.iactive
{
}

/* [Dividers] */
#imenus0 .dvs
{
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #c1c1c1;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

