
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border:2px solid #e1e1e1;
position: absolute;
visibility: hidden;
z-index: 100;
background:#ffffff;
color:#368981;
margin-bottom:0px;
list-style:none;
}



.horizontalcssmenu ul li ul li{
background-image:none !important;
margin-bottom:0px;
padding-top:2px !important;
width:auto !important;
}
.horizontalcssmenu ul li ul li+li {border-bottom:none;}





.hiddenlink { color:#368981;background: #ffffff; text-decoration:underline;}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 170px !important; /*width of sub menu levels*/
background: none;
color:#76578c !important;
}


.horizontalcssmenu ul li ul li a:hover{
color:#76578c;
background: #ffffff;
text-decoration:underline;
width: 170px !important; /*width of sub menu levels*/
}


.horizontalcssmenu .arrowdiv{
position:relative;
left:5px;
background: transparent url(/images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
