
#imouter0 {  /* Main Menu Container */

	background-color:transparent;
	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:#5f5f5f;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:transparent;
	border-width:0px;
	padding:10px 0px 10px 0px ;

}

BODY #imenus0 li a {  /* Main Menu Items [Add extra css not offered in the visual tool here.] */

        font-size: 12px;
}

#imenus0 li a.ihover {  /* Main Menu Items [hover] */

	background-color:#7db93a;
	color:#ffffff;
	text-decoration:none;

}

#imenus0 li a.iactive {  /* Main Menu Items [active] */

	background-color:#7db93a;
	color:#ffffff;

}

#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */


}

#imenus0 li ul {  /* Sub Menu Container */

	border-style:solid;
	border-color:#b9b9b9;
	border-width:1px;
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px -3px;
        background-color:#dcdcdc;
        filter:alpha(opacity=95);
        -moz-opacity: .95;

}

BODY #imenus0 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus0 ul a {  /* Sub Menu Items */

	background-color:#dcdcdc;
	color:#898888;
	text-align:left;
	font-size:11.5em;
	font-weight:bold;
	text-decoration:none;
	border-style:none;
	border-width:0px;
	padding:5px 2px 5px 8px;
        border-bottom: 1px dotted #9E9E9E;

}

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:#ededed;
	color:#555555;
	text-decoration:none;

}

#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#ededed;
	color:#555555;

}


