
#imouter0 {  /* Main Menu Container */

	background-color:#FFFF01;
	border-style:none;
	border-color:#BDBDBD;
	border-width:1px;
	padding:0px;
	margin:0px;

}

BODY #imouter0 {  /* Main Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus0 li a {  /* Main Menu Items */

	color:#134077;
	text-align:left;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	border-style:solid;
	border-color:#A9A900;
	border-width:2px;
	padding:5px 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:#FFFF01;
	text-decoration:none;

}

#imenus0 li a.iactive {  /* Main Menu Items [active] */

	background-color:#FFFF01;

}

#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */


}

#imenus0 li ul {  /* Sub Menu Container */

	background-color:#ffffff;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	padding:5px;
	font-weight:bold;
	margin:4px 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:#134077;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border-style:none;
	border-color:#000000;
	border-width:1px;
	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:#134077;
	text-decoration:none;

}

#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#ffffff;

}

