
#imouter1 {  /* Main Menu Container */

	background-color:#000066;
	border-style:solid;
	border-color:#000066;
	border-width:1px;
	padding:0px;

}

BODY #imouter1 {  /* Main Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus1 a {  /* Main Menu Items */

	color:#e6e6e6;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-style:none;
	border-color:#000000;
	border-width:0px;
	padding:4px 5px 4px 12px;

}

BODY #imenus1 a {  /* Main Menu Items [Add extra css not offered in the visual tool here.] */


}

#imenus1 li a.ihover {  /* Main Menu Items [hover] */

	background-color:#cce3f8;
	color:#111111;

}

#imenus1 li a.iactive {  /* Main Menu Items [active] */

	background-color:#cce3f8;
	color:#111111;

}

#imenus1 .imbuttons {  /* Main Menu Graphic Button Content */


}

#imenus1 ul {  /* Sub Menu Container */

	background-color:#cce3f8;
	border-style:solid;
	border-color:#356595;
	border-width:1px;
	padding:5px;
	margin:0px;

}

BODY #imenus1 ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus1 ul a {  /* Sub Menu Items */

	color:#111111;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:#000000;
	border-width:1px;
	padding:2px 5px;

}

BODY #imenus1 ul a {  /* Sub Menu Items [Add extra css not offered in the visual tool here.] */


}

#imenus1 ul li a.ihover {  /* Sub Menu Items [hover] */

	background-color:#ffffff;
	color:#255585;

}

#imenus1 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#ffffff;
	color:#255585;

}

