/* @override 
	http://68.20.251.170:21080/MW08/css/menu.css
	http://68.20.251.170:21080/MW08/manual/css/menu.css
*/

/* ||||||||| Infinite Menu Styles |||||||||||| */
#imenuscontainer 
{
margin: 0 0 0 auto;


position: relative;
z-index: 9999; 
}


/* --[[ 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 
{
padding: 0.5em;
height: 1.8em;
}

#imenus0
{
float: right;
margin: 0.3em 0;
}

/* --[[ Main Items ]]-- */
#imenus0 li {
display: inline;
/*width: 7.0em;*/
padding: 0;
margin: 0;
}

#imenus0 li a {
border-right: 1px solid #fc2603;
color: #fff;
text-align: center;
/*font-family: arial, helvetica, sans-serif;*/
font-size: 0.9em;
font-weight: normal;
text-decoration: none;
padding: 0 1.2em;
margin: 0px;
}

/* [hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 li:hover>a {
color: #fc2603;
text-decoration: none;
}

#imenus0 li a.ihover {
color: #fc2603;
text-decoration: none;
}

/* [active] */
#imenus0 li a.iactive {

}



/* --[[ Sub Container ]]-- */
div.imsubc {
width: 10.0em;
top: 0.5em;
left: 0;
/*padding: 0.2em 0.4em;*/
border-width: 0;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #fff;
}

#imenus0 li ul {
background-color: transparent;
padding: 0;
}

/* --[[ Sub Items ]]-- */
#imenus0 ul a {
/*height: auto;*/
background-color: #666;
color: #fff;
text-align: left;
/*font-family: arial, helvetica, sans-serif;*/
font-size: 0.9em;
font-weight: normal;
text-decoration: none;
border-bottom: 1px solid #fff;
border-right: 0px solid #fff; /* over-write parent style */
padding: 0.2em 0.4em;
margin: 0;
}

/* [hover] - These settings must be duplicated for IE comptatibility.*/
#imenus0 ul li:hover>a {
background-color: #a6a37f;
color: #ffffff;
text-decoration: none;
}

#imenus0 ul li a.ihover {
background-color: #ddd;
color: #000;
text-decoration: none;
}

/* [active] */
#imenus0 ul li a.iactive {

}
