.left-menu ul {list-style-type: none;width: 130px;/* Width of Menu Items */
border-bottom: 1px solid #000000;position: fixed;top: 1em;font-family: Verdana, Helvetica, Arial, sans-serif;font-size: 13px;font-weight: bold;margin: 0em;padding: 0em;left: .8em;color: #ffffff;}.left-menu ul li {position: relative;background: #ff0000;}/*Sub level menu items */.left-menu ul li ul {position: absolute;width: 170px;/*sub menu width*/
top: 0;visibility: hidden;}/* Sub level menu links style */.left-menu ul li a {display: block;overflow: auto;/*force hasLayout in IE7 */
color: #ffffff;text-decoration: none;background: #ff0000;padding: 3px 5px 3px 5px;border: 1px solid #000000;border-bottom: 0;}.left-menu ul li a:visited {color: #ffffff;}.left-menu ul li a:hover {background-color: #FFCC00;color: #00882F;}.left-menu .subfolderstyle {background: url(menu/images/tri-right2.gif) no-repeat center right;}/* Holly Hack for IE \*/* html .left-menu ul li {float: left;height: 1%;}* html .left-menu ul li a {height: 1%;}* html .left-menu {/*\*/position: absolute; top: 2em; left: .8em;}