<head><style type="text/css">a.boldbuttons{background: transparent url('images/roundedge-gray-left.gif') no-repeat top left;float: left;font: bold 16px Arial; /* Change 13px as desired */line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */height: 30px; /* Height of button background height */width:155px;padding-left: 8px; /* Width of left menu image */text-decoration: none;}a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{color: white; /*button text color*/}a.boldbuttons span{background: transparent url('images/roundedge-gray-right.gif') no-repeat top right;display: block;padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/}a:hover.boldbuttons{ /* Hover state CSS */text-decoration: underline;}.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */width: 155;align: center;}</style></head>.urbangreymenu{width: 155px; /*width of menu*/}.urbangreymenu .headerbar{font: bold 13px Verdana;color: white;background: #606060 url(images/downgreen.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/margin-bottom: 0; /*bottom spacing between header and rest of content*/text-transform: uppercase;padding: 7px 0 7px 31px; /*31px is left indentation of header text*/}.urbangreymenu ul{list-style-type: none;margin: 0;padding: 0;margin-bottom: 0; /*bottom spacing between each UL and rest of content*/}.urbangreymenu ul li{padding-bottom: 2px; /*bottom spacing between menu items*/}.urbangreymenu ul li a{font: bold 12px Arial;color: black;background: #E9E9E9;display: block;padding: 5px 0;line-height: 17px;padding-left: 8px; /*link text is indented 8px*/text-decoration: none;}.urbangreymenu ul li.highlight a{font: bold 12px Arial;color: black;background: #E9FFE9;display: block;padding: 5px 0;line-height: 17px;padding-left: 8px; /*link text is indented 8px*/text-decoration: none;}.urbangreymenu ul li a:visited{color: black;}.urbangreymenu ul li a:hover{ /*hover state CSS*/color: white;background: black;}