.Popupdiv ul{
margin: 0;
padding: 0;
list-style-type: none; 
width: 180px;
font-size:12px;
font-weight:bold;

/* Width of Menu Items */
/*border-bottom: 1px solid #385C89;*/
}
	
.Popupdiv ul li{
position: relative;
border-bottom:1px solid #565656;

}
	
/*1st level sub menu style */
.Popupdiv ul li ul{
left: 182px; /* Parent menu width - 1*/
position: absolute;
width: 210px; /*sub menu width*/
background: #8B8C90;
top: 0;
display: none;
font-weight:normal;


}

/*All subsequent sub menu levels offset */
.Popupdiv ul li ul li ul{ 
left: 211px; /* Parent menu width - 1*/
position: absolute;
display: none;
background: #8B8C90;
}

/* menu links style */
.Popupdiv ul li a{
display: block;
color: black;
text-decoration: none;
background: #8B8C90;
padding: 1px 5px;
border: 1px solid #8B8C90;
border-bottom: 2;
}

.Popupdiv ul li a:visited{
color: black;

}

.Popupdiv ul li a:hover{
background-color: #AFB0B4;
}

.Popupdiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;

}

	
/* Holly Hack for IE \*/
* html .Popupdiv ul li { float: left; height: 1%; }
* html .Popupdiv ul li a { height: 1%; }
/* End */
