/*--[[ Main Expand Icons ]]--*/
#imenus0 .imeam SPAN, #imenus0 .imeamj SPAN
{
	background-image: url(../img/sample3_main_arrow.gif);
	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(../img/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(../img/sample3_sub_arrow.gif);
	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(../img/sample3_sub_arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
/*--[[ Main Container ]]--*/
#imouter0
{
	background-color: transparent;
	border-style: none;
	border-color: #6A6A6A;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
}
/*--[[ Sub Container ]]--*/
#imenus0 LI UL
{
	background-color: #A9DEB0;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 5px;
	margin: 4px 0px 0px;
}
/*--[[ Main Items ]]--*/
#imenus0 LI A, #imenus0 .imctitle
{
	color: #333333;
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-color: #A9DEB0;
	border-width: 1px;
	padding: 2px 8px;
}
/*[hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 LI:hover>A
{
	background-color: #A9DEB0;
	text-decoration: underline;
}
/*#imenus0 li a.ihover, .imde imenus0 a:hover*/
#INVALID-RULE
{
	background-color: #A9DEB0;
	text-decoration: none;
}
/*[active]*/
#imenus0 LI A.iactive
{
}
/*--[[ Sub Items ]]--*/
#imenus0 UL A, #imenus0 .imsubc LI .imctitle
{
	color: #555555;
	text-align: left;
	font-size: 12px;
	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
{
	color: #000000;
	text-decoration: underline;
}
#imenus0 UL LI A.ihover
{
	color: #000000;
	text-decoration: underline;
}
/*[active]*/
#imenus0 UL LI A.iactive
{
	background-color: #FFFFFF;
}
