a:active     {  font-family: Calibri; font-size: 12px; color: #9d0700; font-weight:bold; text-decoration:none;}
a:link       {  font-family: Calibri; font-size: 12px; color: #9d0700; font-weight:bold; text-decoration:none;}
a:visited    {  font-family: Calibri; font-size: 12px; color: #9d0700; font-weight:bold; text-decoration:none;}
a:hover      {color:#5d5d5d;}  /* mouse over link */
body         {  font-family: Calibri; font-size: 12px; color: #000000; font-weight:bold; text-decoration:none;}

<style type="text/css">

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(images/arrow.jpg) 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: 10px 0 10px 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: 4px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: bold 15px Calibri;
color: black;
background: #c5c5c5;
display: block;
padding: 8px 0;
line-height: 17px;
padding-left: 10px; /*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: #4b4b4b;
}

</style>