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

