body{
font-family: Verdana;
font-size: 10px;
margin: 0px;
	
}
.powerbmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 200px;
text-indent: 16px;
font-weight: bold;
color: #4C4C4C;

}
	
.powerbmenu ul li{
position: relative;
background: #F9F300;
}
.powerbmenu ul li ul li{
position: relative;
background: #FFFCBE;
font-weight: normal;
}	

.powerbmenu ul li ul{
position: absolute;
width: 200px;
top: 0;
visibility: hidden;
}



.powerbmenu ul li a{
display: block;
overflow: auto; 
color: black;
height: 19px;
text-decoration: none;
padding: 4px 0 5px;
border-bottom: 0;
}
.powerbmenu ul li ul li a{
display: block;
overflow: auto; 
color: black;
height: 19px;
text-decoration: none;
padding: 4px 0 5px;
border-bottom: 0;
}

.powerbmenu ul li a:visited{
color: black;
}

.powerbmenu ul li a:hover{
background-color: yellow;

}

.powerbmenu ul li ul li a:hover{
background-color: yellow;

}

.powerbmenu .subfolderstyle{
background: url(../img/mnbut.gif) no-repeat center right;
}

	
/* Best Hack for IE by BladeMD \*/
* html .powerbmenu ul li { float: left; height: 1%; }
* html .powerbmenu ul li a { height: 1%; }
/* The End (c)BladeMD */

	.as{
background: #F9F300 url(../img/closed.gif) no-repeat center left;
width: 200px;
height: 15px;
text-indent: 18px;
border: 0px;
padding-top: 4px;
		}
	.as:hover{
background: #F9F300  url(../img/closed.gif) no-repeat center left;
width: 200px;
height: 15px;
text-indent: 18px;
border: 0px;
padding-top: 4px;


		}
