
#imouter0 {  /* Main Menu Container */

	background-color:#ffffff;
	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 li a {  /* Main Menu Items */

	color:#333333;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	/*text-decoration:underline;
	border-style:solid;
	border-color:#dddddd;
	border-width:1px;
	padding:2px 8px;*/
	padding: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:#efefef;
	text-decoration:underline;

}

#imenus0 li a.iactive {  /* Main Menu Items [active] */

	background-color:#efefef;

}

#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */


}


ul#imenus0 li ul {  /* Sub Menu Container */

	background-color:#4d2b0f;
	border-style:none;
    padding-top:6px;
	padding-bottom:6px;
	padding-left:3px;
	padding-right:0px;
	margin-left:2px;
}


ul#imenus0 li ul li{  /* Sub Menu Container */
margin:0px!important;
margin-left:-16px;

}

BODY #imenus0 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */

}

#imenus0 ul a {  /* Sub Menu Items */

	color:#f0dfca;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	/*height:20px;*/
	line-height:20px;
	border-style:none;
	/*padding:2px 5px;*/
	padding-left:3px;

}

BODY #imenus0 ul a {  /* Sub Menu Items [Add extra css not offered in the visual tool here.] */

border-bottom:#d7a86e solid 1px;
}

#imenus0 ul li a.ihover {  /* Sub Menu Items [hover] */

	color:#bd570b;
	text-decoration:none;

}

#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#ffffff;

}

