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

position: relative;
z-index: 999;
}

/*========== 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;
}
*/

#imenuscontainer ul { /** override global ul styles **/
margin: 0;
padding: 0;
}
#imenuscontainer ul li{ /** override global ul styles **/
list-style-image: none;
}


/*========== Main Container ==========*/
#imouter0 {
font-family: arial, univers, sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 0.9em;
}

ul#imenus0 {
float: right;
}

/*========== Main Items ==========*/
#imenus0 li {
width: 90px;
}

#imenus0 li.divider {
width: 4px;
text-align: center;
color: #b9c0b0;
}

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

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

#imenus0 li a {
margin: 0;
padding: 0 0.4em;
border-left: 1px solid #b9c0b0;
background-color: transparent;
text-align: center;

text-decoration: none;
color: #6c8ca6;

z-index: 999;
}

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

#imenus0 li a.ihover {
color: #b9c0b0;
text-decoration: none;
}

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

}


/*========== Sub Container ==========*/
div.imsubc {
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #6c8ca6;
width: 150px;
top: 0.4em;
left: 0;
}

#imenus0 li ul {
background-color: transparent;
}

#imenus0 ul li {
width: 150px;
text-transform: none;
}

/*========== Sub Items ==========*/
#imenus0 ul a {
height: auto;
background-color: #e3e3e3;
color: #6c8ca6;
text-align: left;
font-size: 1em;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #1e5184 !important;
padding: 0.2em 0.4em !important;
margin: 0;
}

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

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

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

}

