#imouter0 { /* Main Menu Container */
	/*background-color:#dddddd;*/
	border-style:none;
	border-color:#6a6a6a;
	border-width:1px;
	padding:0px;
	margin:0px;
}
BODY #imouter0 { /* Main Menu Container [Add extra css not offered in the visual tool here.] */

}
#imenus0 a { /* Main Menu Items */
	color:#333333;
	text-align:left;
/*	font-family:Arial;*/
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
/*	border-style:solid;
	border-color:#dddddd;
	border-width:1px;*/
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #efefef;
	padding: 2px 4px 2px 4px;
	margin: 0px 1px 0px 1px;
}
BODY #imenus0 a { /* Main Menu Items [Add extra css not offered in the visual tool here.] */

}
#imenus0 li a.ihover { /* Main Menu Items [hover] */
	background-color:white;
	text-decoration:none;
	color:#cc0000;
	font-weight:bold;
}
#imenus0 li a.iactive { /* Main Menu Items [active] */
	background-color:white;
}
#imenus0 .imbuttons { /* Main Menu Graphic Button Content */

}
#imenus0 ul { /* Sub Menu Container */
	background-color:#efefef;
/*	border-style:solid;
	border-color:#cccccc;
	border-width:1px;*/
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	padding:5px;
	margin:4px 0px 0px;
}
BODY #imenus0 ul { /* Sub Menu Container [Add extra css not offered in the visual tool here.] */

}
#imenus0 ul a { /* Sub Menu Items */
	color:#555555;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	border-style:none;
	border-color:black;
	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:black;
	text-decoration:underline;
	background-color:white;
}
#imenus0 ul li a.iactive { /* Sub Menu Items [active] */
	background-color:white;
}
