.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 12em;
background: #eee;
list-style: none;
}
	
.menu ul li{
position: relative;
}
	
/*Sub level menu items */
.menu ul li ul{
position: absolute;
width: 100%; /*sub menu width*/
top: 0;
visibility: hidden;
background: #eee;
}

/* Sub level menu links style */
.menu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
background: #eee;
padding: 1px 5px;
border: 1px solid #ccc;
border-top: 0;

}

.menu ul li a:visited{
color: #000;
background: #eee;
text-decoration: none;
}

.menu ul li a:hover{
color: #a00;
background: #fff;
}

.menu .subfolderstyle{
background: url(CoBranding/IBEW212/images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */
