
#imouter0 {  /* Main Menu Container */

	border-style:none;
	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 */

	background-color:#6b6b6b;
	color:#ffffff;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	padding:12px 0;

}

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:#545454;
	color:#cccccc;
	text-decoration:none;

}

#imenus0 li a.iactive {  /* Main Menu Items [active] */

	background-color:#545454;
	color:#cccccc;

}

#imenus0 .imbuttons {  /* Main Menu Graphic Button Content */


}

#imenus0 li ul {  /* Sub Menu Container */

	border-style:solid;
	border-color:#878787;
	border-width:1px;
	padding:0 ;
	margin:0 ;

}

BODY #imenus0 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */
background-color:#979797;
}


#imenus0 ul a {  /* Sub Menu Items */
    margin: 0;
	background-color:#979797;
	color:#ffffff;
	text-align:left;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	padding:8px 5px 8px 5px ;
	display: block;
    height: 100%;
    border: 0 none;

    
}

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:#777777;
	color:#cccccc;
	text-decoration:none;

}

#imenus0 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#777777;
	color:#cccccc;

}

