/* ||||||||| Infinite Menu Styles |||||||||||| */


/*========== Main Expand Icons ==========
#imenus0 .imeam div,#imenus0 .imeamj div {background-repeat: no-repeat;background-position: top left;}
#imenus0 li: hover .imeam div,#imenus0 li a.iactive .imeamj div {background-repeat: no-repeat;background-position: top left;}
*/

/*========== Sub Expand Icons ==========
#imenus0 ul .imeas div,#imenus0 ul .imeasj div {background-repeat: no-repeat;background-position: top left;}
#imenus0 ul li: hover .imeas div,#imenus0 ul li a.iactive .imeasj div {background-repeat: no-repeat;background-position: top left;}
*/


/*========== Main Container ==========*/
#imouter0 {
clear: both;
/*height: 350px;*/
width: 175px;
z-index: 999999;
position: relative;
border-style: solid; 
border-color: #acacac; 
border-width: 1px 0 0 0;
}

div.imclear {
clear: both;
width: 100%;
}

/*========== Main Items ==========*/
#imenus0 li a { 
margin: 0; 
padding: 0.6em 0.8em; 
background-color: #f0f0f0; 
color: #039; 
text-align: left; 
font-size: 1em; 
font-weight: bold; 
text-decoration: none; 
border-style: solid; 
border-color: #acacac; 
border-width: 0 0 1px 0; 
}


#imenus0 li.nav-header a { 
background: #039;
font-size: 1.2em;
color: #fff;
}
#imenus0 li.nav-header-black { 
margin: 0; 
padding:7px 0;
text-indent:11px;
background: #020202;
font-weight: bold; 
font-size: 1.2em;
color: #fff;
}

#imenus0 li.nav-header:hover>a, #imenus0 li.nav-header a:ihover, #imenus0 li.nav-header a:hover { 
background: #039 !important;
text-decoration: underline;
color: #fff;
}


/* [hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 li:hover>a {
background-color: #ddd; 
color: #039;
text-decoration: none;
}

#imenus0 li a.ihover {
background-color: #ddd; 
color: #039;
text-decoration: none;
}

/* [active] */
#imenus0 li a.iactive {
}


/*========== Sub Container ==========*/
div.imsubc {
width: 225px;
top: -2em;
left: 165px !important;
}

div.imsubc div.imsubc { /** sub sub menu **/
width: 225px;
top: -2em;
left: 223px !important;
}

#imenus0 li ul {
background-color: #fff; 
border-color: transparent; 
border-width: 0px; 
padding: 1px 1px 1px 1px; 
}
	
	
/*========== Sub Items ==========*/
#imenus0 ul a {
height: auto;
margin: 0 0 1px 0; 
padding: 4px 6px;  
background-color: #ddd; 
color: #039; 
text-align: left; 
font-size: 1em; 
font-weight: normal; 
text-decoration: none; 
border-style: none; 
border-color: #fff; 
border-width: 1px; 
}

/* [hover] - These settings must be duplicated for IE comptatibility.*/
#imenus0 ul li: hover>a {
background-color: #888; 
color: #fff; 
text-decoration: none; 
}

#imenus0 ul li a.ihover {
background-color: #888; 
color: #fff; 
text-decoration: none; 
}

/* [active] */
#imenus0 ul li a.iactive {}


