@charset "utf-8";
/* CSS Document */
#navi_portfolio{
	display:none;
	position:absolute;
	padding-left:20px;
}
.arrowlistmenu {
width: 180px; /*width of accordion menu*/
float:left;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
background: none;
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png);*/
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
color: #72706d;
display: block;
padding: 2px 0;
padding-left: 30px;
text-decoration: none;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background:url(../../site/portfolio/src/arrow.gif) no-repeat 15px 0px;
}