/* @override 
	../includes/css/menu.css
	../includes/css/menu_ie.css
*/

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

#imenuscontainer {
position: absolute; 
z-index: 999; 
margin: 5px 0px 0px 3px; 
background-color: none; 
height: 30px; 
float: left;
padding-bottom: 2px;
}

/* --[[ 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 {
background-color: none;
color: #67a2e4;
text-align: left;
font-family:Tahoma,Verdana,Segoe,sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
border-style: solid;
border-color: #d9d8d7;
border-width: 0 1px 0 0;
padding: 0px 0px 0px 0px;
margin: 0px 5px;
}

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

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

/* [active] */

#imenus0 li a.iactive {

}


/* --[[ Sub Container ]]-- */

div.imsubc {
display: block;
width: 140px;
top: 0px;
left: 0px;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #1e5184;
}

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


/* --[[ Sub Items ]]-- */
#imenus0 ul {
z-index: 999;
}

#imenus0 ul a {
height: auto;
background-color: #e3e3e3;
color: #000000;
text-align: left;
font-family:Tahoma,Verdana,Segoe,sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: none;
border-bottom: 1px solid #1e5184;
padding: 3px 6px 3px 6px;
margin: 0px 0px 0px 0px;
}

/* [hover] - These settings must be duplicated for IE comptatibility.*/

#imenus0 ul li:hover>a {
background-color: #999999;
color: #d6d4af;
text-decoration: none;
}

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

/* [active] */

#imenus0 ul li a.iactive {

}