
#imouter0 {  /* Main Menu Container */

	background-color:#99CC00;
	border-style:none;
	border-color:#6a6a6a;
	border-width:0px;
	padding:0px;
	margin:0px;

}

BODY #imouter0 {  /* Main Menu Container [Add extra css not offered in the visual tool here.] */


}
#imenus0 li {
	list-style-type:none;
	list-style-image:none;
}

#imenus0 li a {  /* Main Menu Items */

	color:#ffffff;
	text-align:left;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	border-style:solid;
	border-color:#dddddd;
	border-width:0px;
	padding:2px 8px;

}

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:#009966;
	color:#ffffff;
	text-decoration:none;

}

#imenus0 li a.iactive {  /* Main Menu Items [active] */

	background-color:#009966;
	text-decoration:none;

}

#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */


}

#imenus0 li ul {  /* Sub Menu Container */

	background-color:#8BB50C;
	border-style:none;
	border-color:#cccccc;
	border-width:1px;
	padding:5px;
	margin:0px 0px 0px ;

}

BODY #imenus0 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus0 ul a {  /* Sub Menu Items */

	color:#fcfcfc;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	border-style:dashed;
	border-color:#BFDC68;
	border-width:0px 0px 1px 0px ;
	padding:2px 5px;

}

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] */

	color:#ffffff;
	font-weight:bold;
	text-decoration:none;

}

#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#007F55;

}

