/* ||||||||| Infinite Menu Styles |||||||||||| */

.imsc { position: static; }
.imcm li { position: relative; }

#imenuscontainer ul li:first-child a {
    margin-top: 0px !important;
}


/* --[[ Main Expand Icons ]]-- */
#imenus0 .imeam div,
#imenus0 .imeamj div {
    width:4px;
    height:7px;
    left:40px;
    top:3px;
}
#imenus0 li:hover .imeam div,
#imenus0 li a.iactive .imeamj div {
}


/* --[[ Sub Expand Icons ]]-- */
/*
#imenus0 ul .imeas div,#imenus0 ul .imeasj div {background-image: url(../img/nav_arrow.gif);
width:4px;
height:7px;
left:0px;
top:3px;
background-repeat:no-repeat;background-position:top right;}
#imenus0 ul li:hover .imeas div,#imenus0 ul li a.iactive .imeasj div {background-image: url(../img/nav_arrow.gif);
background-repeat:no-repeat;
background-position:top right;}
 */

#imenus0 ul .imeam div,
#imenus0 ul .imeamj div {
    width: 4px;
    height: 7px;
    left: 0;
    top: 3px;
}
#imenus0 ul li:hover .imeam div,
#imenus0 ul li a.iactive .imeamj div {
}



/* --[[ Main Container ]]-- */
#imenus0 li
{
    width: 100%;
}
#imouter0 {}


/* --[[ Sub Container ]]-- */
div.imsubc {
    width: 100%;
    top: 0px;
    right: -100%;
}
div.imsubc ul {
    border-left: 3px solid white;
}

/* --[[ Main Items ]]-- */
#imenus0 li a {
    background-color:#f5f6f8;
    color: #595959;
    text-align:left;
    text-decoration:none;
    border-top: 2px solid white;
    border-bottom: 1px solid white;
    line-height: 2em;
    padding: 0 .5em;
}

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

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


/* --[[ Main Items ]] ACTIVE Button -- */
#imenus0 li a.active {
    background-color:#23346c;
    color:#ffffff;
}
#imenus0 li a.active:hover>a {
    background-color:#23346c;
    color:#ffffff;
    text-decoration:none;
}
/* --END: [[ Main Items ]] ACTIVE Button -- */



/* --[[ Sub Items ]]-- */
/*
#imenus0 ul a {
    height:auto;
    background-color:#f5f6f8;
    color: #595959;
    text-align:left;
    text-decoration:none;
    border-style:none;
    border-color:#b6b6b6;
    border-width:1px;
}
*/

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

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

#imenus0 li.im_current a.im_current
{
    background-color: #d9d9d9;
    color: #595959;
}
#imenus0 li.im_current .imeam div {
    background-image: url(../img/nav_arrow_white.gif) !important;
}
#imenus0 li.im_current:hover .imeam div {
    background-image: url(../img/nav_arrow_white.gif) !important;
}
