/* Main Menu Container */

#imouter0 {
border-color:transparent;
border-style:none;
border-width:0;
margin:0;
padding:0;
float: left;
z-index: 1;
}

#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 li a{
height:32px;

}

#imenus0 li a {
background:url(images/nav_red_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 {
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:hover {
background:url(images/nav_green_on.jpg) top left repeat-x #ab2100;
}

#imenus0 li.order a:active {
background:url(/images/nav_green_bg.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:#65b2fa;
}

/*#imenus0 li ul li{
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}*/

BODY #imenus0 li ul {
margin-top:0;
margin-left:0;
padding-left:0;
width:150px;
text-align:left;
}

/* Sub Menu Items */
#imenus0 ul a {
color:#FFFFFF;
text-align:left;
font: normal 10px "Trebuchet MS", Arial, Tahoma;
text-decoration:none;
border-bottom:1px solid #74b9fe;
border-top:1px solid #4ca6fc;
border-right:0;
padding: 6px 0 6px 5px;
line-height:15px;

}

BODY #imenus0 ul a {  
/* Sub Menu Items [Add extra css not offered in the visual tool here.] */

}

#imenus0 ul li a.ihover {
	background:#79beff;
	color:#fff;
	text-decoration:none;
	font-style: normal;
}

#imenus0 ul li a.iactive {
background: url(images/nav_on.jpg) top left repeat-x #fff;
}

