
#imouter0 {  /* Main Menu Container */

	position: 10;
}

BODY #imouter0 {  /* Main Menu Container [Add extra css not offered in the visual tool here.] */
	position: 10;

}

#imenus0 li a {  /* Main Menu Items */

	background-image:url(/NewColors/Button_Off.gif);

	text-align:left;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	border-style:solid;
	border-color:#dddddd;
	border-width:0px;
	padding:3px 0px 9px 35px;
	position: 10;
}

BODY #imenus0 li a {  /* Main Menu Items [Add extra css not offered in the visual tool here.] */


}

#imenus0 li a.ihover {  /* Main Menu Items [hover] */

	background-color:#efefef;
	background-image:url(/NewColors/Button_On.gif);
	color: #7c3a00;	
	text-decoration:underline;

}

#imenus0 li a.iactive {  /* Main Menu Items [active] */


}

#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */


}

#imenus0 li ul {  /* Sub Menu Container */

	border-style:solid;
	border-color:#cfcfcf;
	border-width:1px;

}

BODY #imenus0 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus0 ul a {  /* Sub Menu Items */

	background-color:#dfdfdf;
	background-image:url(none);
	padding:4px 0px 4px 10px ;

}

BODY #imenus0 ul a {  /* Sub Menu Items [Add extra css not offered in the visual tool here.] */


}

#imenus0 ul li a.ihover {  /* Sub Menu Items [hover] */

	background-image:url(none);
	color:#000000;
	text-decoration:underline;

}

#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#ffffff;

}

