
#imouter0 {  /* Main Menu Container */

	background-color:transparent;
	border-style:none;
	border-color:#6a6a6a;
	border-width:1px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
/*	margin-left:20px;*/

	

}

BODY #imouter0 li{  /* Main Menu Container [Add extra css not offered in the visual tool here.] */
/*border-top:1px solid #FFF;*/
border-bottom:1px solid #FFFFFF;
margin-left:10px !important;
margin-left:5px;
padding-bottom:3px;
padding-top:3px;

}

ul#imenus0 li a {  /* Main Menu Items */

	color:#FFF;
	text-align:left;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;

/*	border-style:solid;
	border-color:#dddddd;
	border-width:1px;*/
	
	/*border-bottom:1px solid #FFF;*/

	width:143px;
	display:block;
	/*padding:2px 5px 2px;*/
	

}

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:#B01F0C;*/
	color:#b28b10;
	text-decoration:none;
	font-weight:bold;

}

#imenus0 li a.iactive {  /* Main Menu Items [active] */

	/*background-color:#FFF;*/
	color:#b28b10;
	text-decoration:none;
	font-weight:bold;

}

#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */

}

#imenus0 li ul {  /* Sub Menu Container */

	background-color:#c72711;
	border-style:solid;
	border-color:#000;
	border-width:1px;
	padding:5px;
	margin:4px 0px 0px;

}

BODY #imenus0 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus0 ul a {  /* Sub Menu Items */

	color:#000;
	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 #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:#B01F0C;*/
	color:#b28b10;
	text-decoration:none;
	font-weight:bold;

}

#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */

	/*background-color:#B01F0C;*/
	color:#FFF;
	text-decoration:none;
	font-weight:normal;

}

