
#imouter0 {  /* Main Menu Container */
	background-image:url(../images/btn_Black.gif);
	border-style:none;
	border-width:0px;
	padding:0px;
	margin:5px 0px 0px;
}

BODY #imouter0 {  /* Main Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus0 li a {  /* Main Menu Items */

	color:#ffffff;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-style:outset;
	border-color:#999999;
	border-width:2px 1px 0px;
	padding:0px 4px 4px 0px;

}

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:#404040;
	color:#dddddd;
	border-style:inset;
	border-color:#dddddd;

}

#imenus0 li a.iactive {  /* Main Menu Items [active] */


}

#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */


}

#imenus0 li ul {  /* Sub Menu Container */

	background-color:#404040;
	border-style:outset;
	border-color:#404040;
	border-width:0px 1px 1px;
	padding:5px;
	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:#ffffff;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:#ff0000;
	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] */

	background-color:#606060;
	color:#ffffcc;
	border-style:none;
	border-color:#333333;

}

#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */


}

