/*========== Infinite Menu Styles ==========*/
#imenuscontainer {
margin: 0; 
background-color: transparent;
}


/*========== 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 {

}

/*========== Main Items ==========*/
#imenus0 li {
width: 100%;
}

#imenus0 li a {
display: block;
background-color: none;
color: #000;
text-align: left;
/*font-family: arial, univers, sans-serif;*/
font-size: 1em;
font-weight: bold;
text-decoration: none;
border-style: solid;
border-color: #000;
border-width: 0 1px 0 0;
padding: 0.5em 1em 0 1em;
margin: 0px;
}

#imenus0 li.first a {
padding-left: 0;
}

#imenus0 li.last a {
border-width: 0;
padding-right: 0;
}

/* [hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 li:hover>a {
color: #000;
text-decoration: underline;
}

#imenus0 li a.ihover {
color: #000;
text-decoration: underline;
}

/* [active] */
#imenus0 li a.iactive {

}


/*========== Sub Container ==========*/
div.imsubc {
border-width: 1px 1px 0px 1px !important;
border-style: solid;
border-color: #666;
width: 150px;
top: 4px;
left: 10px;
}

#imenus0 li ul {
background-color: transparent;
border-color: #fff;
border-style: solid;
border-width: 0;
padding: 0;
background: #666;
}

/*========== Sub Items ==========*/
#imenus0 ul a {
height: auto;
background-color: #ddd;
color: #000;
text-align: left;
/*font-family: arial, univers, sans-serif;*/
font-size: 0.9em;
font-weight: normal;
text-decoration: none;
border-width: 0 0 1px 0 !important;
_border-width: 0 0 1px 0 !important; /** IE6 Hack */
#border-width: 0 !important; /** IE7 Hack */
border-style: solid !important;
border-color: #666 !important;
padding: 3px 6px;
margin: 0 !important;
}

/* [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 {

}