/*========== Infinite Menu Styles ==========*/
#imenuscontainer {
margin: 0 0 8px 0; 
position: relative;
z-index: 999;

border: 1px solid #222;
background: #fffcd6;
height: 26px;
}


/*========== 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 {
display: inline;
float: left;
}

#imenus0 li a {
background-color: none;
text-align: center;
text-decoration: none;
border-style: solid;
border-color: #000;
border-width: 0px 1px 0px 0px;
margin: 4px 0;
padding: 0 8px;
text-transform: uppercase;
font-family: arial, univers, sans-serif;
font-size: 13px;
font-weight: bold;
color: #000;
}

#imenus0 li.last a {
border-width: 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;
border-style: solid;
border-color: #000;
width: 150px;
top: 2px;
left: 5px;
}

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

/*========== Sub Items ==========*/
#imenus0 ul a {
height: auto;
background-color: #ddd;
color: #000;
text-align: left;
font-family: arial, univers, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #000;
padding: 3px 6px;
margin: 0;
}

/* [hover] - These settings must be duplicated for IE comptatibility.*/
#imenus0 ul li:hover>a {
background-color: #666;
color: #fff;
text-decoration: none;
}

#imenus0 ul li a.ihover {
background-color: #666;
color: #fff;
text-decoration: none;
}

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

}