/* Main Menu Container */

#imouter1 {
background: none;
border-color: transparent;
border-style: none;
border-width: 0;
padding: 0;
text-align: center;
margin: 0 auto;
z-index: 77777;
position: relative;
float: right;
height: 32px;
}

#imenus1 li li a{

height:15px;
background: none;
}

#imenus1 li a {
text-align: center;
color:#2e2f2c;
font: bold 9px/9px Arial, Tahoma;
text-transform: uppercase;
text-decoration:none;
}


#imenus1 li.topNavDiv{
background: url(images/main_nav_divider.gif) center left no-repeat;
cursor: default;
}


#imenus1 li a:hover {
cursor: hand;
}


/* Main Menu Items [hover] */
#imenus1 li a.ihover {

color:#595959;
text-decoration:none;
}

/* Main Menu Items [active] */
#imenus1 li a.iactive {
color:#595959;
text-decoration:none;
}

/* Sub Menu Container */
#imenus1 li ul {
background-color:#636363;
}

/*#imenus1 li ul li{
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}*/

BODY #imenus1 li ul {
margin-top:0;
margin-left:0;
padding-left:0;
width:150px;
text-align:left;
}



/* Sub Menu Items */
#imenus1 ul a {
color:#fdbc0c;
text-align:left;
font: normal 10px "Trebuchet MS", Arial, Tahoma;
text-decoration:none;
border-bottom:1px solid #838383;
border-right:0;
padding: 6px 0 6px 5px;
line-height:15px;

}

BODY #imenus1 ul a {  
/* Sub Menu Items [Add extra css not offered in the visual tool here.] */

}

#imenus1 ul li a.ihover {
	background:#8a8e83;
	color:#fff;
	text-decoration:none;
	font-style: normal;
}

#imenus1 ul li a.iactive {
}


