
#imouter0 {  /* Main Menu Container */

	border-style:none;
	border-color:transparent;
	border-width:0px;
	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 */

	background-color:transparent;
	color:#777676;
	text-align:center;
	font-family:Arial, Tahoma;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
        border-right: 1px solid #d4d4d4;
        

}

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:#DEDEDE;
	color:#777676;
	text-decoration:none;


}

#imenus0 li a.iactive {  /* Main Menu Items [active] */

	background-color:#DEDEDE;
	color:#777676;
        text-decoration:underline;

}

#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */

}

#imenus0 li ul {  /* Sub Menu Container */

	background-color:#C7C7C7;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
        filter:alpha(opacity=95);
        -moz-opacity: .95;


}

BODY #imenus0 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */

        margin-top: 0px;
        margin-left: 0px;
        padding-left: 0px;
        width:150px;
        text-align: left;
        border: 1px solid #A4A4A4;

}

#imenus0 ul a {  /* Sub Menu Items */

	color:#6E6E6E;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border-bottom: .2em solid #A6A6A6;
        border-right: 0px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 5px;
        line-height: 15px;
	

}

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:#eaeaea;
	color:#111;
	text-decoration:none;

}

#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#c0c0c0;

}

