
#imouter1 {  /* Main Menu Container */

	/*background-color:#f8f8f8;*/
	border-style:none;
/*	border-color:#6a6a6a;
*/	border-width:1px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;

}

BODY #imouter1 {  /* Main Menu Container [Add extra css not offered in the visual tool here.] */
/*border:1px solid #BF0019;
*/
width:205px!important;
width:195px;
}


#imenus1 li {
/*line-height:20px;*/
}

#imenus1 li a {  /* Main Menu Items */

	color:#D5CEBB;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
/*	border-style:solid;
	border-color:#dddddd;
	border-width:1px;*/
	padding:3px 8px 3px;
	border-bottom:1px solid #A74F0F;

}

BODY #imenus1 li a {  /* Main Menu Items [Add extra css not offered in the visual tool here.] */


}

#imenus1 li a.ihover {  /* Main Menu Items [hover] */

	text-decoration:none;
	font-weight:bold;
	background-color:#4e0e1f;
	color:#ff9000;

}

#imenus1 li a.iactive {  /* Main Menu Items [active] */

	background-color:#4e0e1f;
	color:#ff9000;
	text-decoration:none;
	font-weight:bold;

}

#imenus1 .imbuttons {  /* Main Menu Graphic Button Content */

}

#imenus1 li ul {  /* Sub Menu Container */

	background-color:#682A3B;
	border-style:solid;
	border-color:#682A3B;
	border-width:1px;
	padding:5px;
	margin:4px 0px 0px;
	z-index:100;

}

BODY #imenus1 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus1 ul a {  /* Sub Menu Items */

	color:#D5CEBB;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:#BF0019;
	border-width:1px;
	padding:2px 5px;

}

BODY #imenus1 ul a {  /* Sub Menu Items [Add extra css not offered in the visual tool here.] */


}

#imenus1 ul li a.ihover {  /* Sub Menu Items [hover] */

	background-color:#4e0e1f;
	color:#ff9000;
	text-decoration:none;
	font-weight:bold;

}

#imenus1 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#4e0e1f;
	color:#ff9000;
	text-decoration:none;
	font-weight:bold;

}


