
/* CSS Document */

/*========== Infinite Menu Styles ==========*/
#imenuscontainer {
clear: both;
width: 100%;
position: relative;
margin: 0;
background: #ebebeb;
}

/*========== Main Items ==========*/
#imenus0 li a { 
margin: 0;
padding: 0.2em;
background: #ebebeb; 
text-decoration: none; 
font-size: 1em;
font-weight: bold; 
color: #003399;  
}

#imenus1 li a { 
margin: 0;
padding: 0.8em;
background: #ebebeb url(nav-border.jpg) no-repeat center bottom; 
text-align: center;
text-decoration: none; 
font-size: 1em;
font-weight: bold; 
color: #003399;  
}

#imenus0 li.last a {
background-image: none;
}

/* [hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 li:hover>a {color: #003399; text-decoration: underline; }
#imenus0 li a.ihover, .imde imenus0 a:hover {color: #003399; text-decoration: underline; }

#imenus0 li a.iactive {}



/*========== Sub Container ==========*/
#imenus0 li ul {
background-color: #909090; 
border-color: transparent;
padding: 0px;
}

div.imsubc {
width: 150px;
top: -1em;
left: 110px;
}

/*========== Sub Items ==========*/
#imenus0 ul a {
height: auto;
background-image: none;
background-color: #909090;
color: #ffffff; 
text-align: left; 
font-size: 0.9em; 
font-weight: normal; 
text-decoration: none;
border-style:none; 
border-color: #ffffff; 
border-width: 1px;
margin: 0px 0px 1px 0px; 
}


/* [hover] - These settings must be duplicated for IE comptatibility.*/
#imenus0 ul li:hover>a {background-color:#dddddd; color:#333333; text-decoration:none; }
#imenus0 ul li a.ihover {background-color:#dddddd; color:#333333; text-decoration:none; }

/* [active] */
#imenus0 ul li a.iactive {}