/*Credits: Dynamic Drive CSS Library *//*URL: http://www.dynamicdrive.com/style/ */.arrowlistmenu{width: 152px; /*width of menu*/}.arrowlistmenu .headerbar{font: bold 14px Arial;text-align:left;color: white;background-color: 5d523c;margin-bottom: 0px; /*bottom spacing between header and rest of content*/padding: 4px 0 4px 10px; /*header text is indented 10px*/}.arrowlistmenu ul{font: bold 14px Arial;text-align:left;list-style-type: none;margin: 0;padding: 0;margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/}.arrowlistmenu ul li{padding-bottom: 0px; /*bottom spacing between menu items*/}.arrowlistmenu ul li a{height: 27px;color: #fff;background: url(images/buttonBKG.jpg) no-repeat center left; /*custom bullet list image*/display: block;padding-top: 8px;padding-left: 19px; /*link text is indented 19px*/text-decoration: none;font-weight: bold;border-bottom: 1px solid #d2d2d2;font-size: 14px;}.arrowlistmenu ul li a:visited{color: #fff;}.arrowlistmenu ul li a:hover{ /*hover state CSS*/color: #222;background: url(images/buttonBKG_over.jpg) no-repeat center left; /*custom bullet list image*/}</style>