/* Main Menu Container */

#imouter0 {
	border-color:transparent;
	border-style:none;
	border-width:0;
	margin:0;
	padding:0;
	float: left;
	z-index: 1;
	height: 32px;
}



#imenus0 li.navShim a {
	background: url(images/nav_red_separator.jpg) top left repeat-x;
}
#imenus0 li.navShim a:hover {
	background: url(images/nav_red_separator.jpg) top left repeat-x;
}
#imenus0 li a {

	text-align: center;
	color:#fff;
	font: bold 11px/13px "Trebuchet MS", Arial, Tahoma;
	text-decoration:none;
	outline: 0;
	
}
#imenus0 li.order a.main {
	background:url(images/nav_green_bg.jpg) top left repeat-x #ab2100;
	text-align: center;
	color:#fff;
	font: bold 11px/13px "Trebuchet MS", Arial, Tahoma;
	text-transform: uppercase;
	text-decoration:none;

}

#imenus0 li.order a.iactive {
	background:url(images/nav_green_on.jpg) top left repeat-x #ab2100;
	
}

#imenus0 li.order a.ihover {
	background:url(images/nav_green_on.jpg) top left repeat-x #ab2100;

}

/* Main Menu Items [hover] */
#imenus0 li a.ihover {
	background: url(images/nav_red_on.jpg) top left repeat-x #ab2100;
	color:#fff;
	text-decoration:none;
}
/* Main Menu Items [active] */
#imenus0 li a.iactive {
	background: url(images/nav_red_on.jpg) top left repeat-x #ab2100;
	color:#fff;
	text-decoration:none;
}
/* Sub Menu Container */
#imenus0 li ul {
	background-color:#e4e3e3;
}

BODY #imenus0 li ul {
	margin-top:0;
	margin-left:0;
	padding-left:0;
	width:160px;
	text-align:left;
}
/* Sub Menu Items */
#imenus0 ul a, #imenus0 ul.sub a {
	color:#555555;
	text-align:left;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform: none;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #c4c4c4;
	border-right:0;
	padding: 6px 0 6px 5px;
	line-height:12px;
}
BODY #imenus0 ul a {
/* Sub Menu Items [Add extra css not offered in the visual tool here.] */

}
#imenus0 ul.sub li a {
	background: #e4e3e3;
	height: 12px;
}
#imenus0 ul.sub li a.ihover, #imenus0 ul.sub li.order a.main ul li a.ihover{
background: #eeeded;
	color:#555555;
	text-decoration:none;
}
#imenus0 ul li a.iactive {
	background: url(index.html) top left repeat-x #fff;
}
