.urbangreymenu{
width: 195px; /*width of menu*/

}

.urbangreymenu .headerbar{
margin-top: 0px; /*bottom spacing between header and rest of content*/
padding-top: 5px;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding-left: 5px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
text-align:left;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
text-align:left;
font: 14px Arial;
color: #999999;
background-image:url("/images/menu_btn.jpg");
background-repeat:no-repeat;
display: block;
height:17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
font-weight:bolder;

}

.urbangreymenu ul li a:visited{
color: #999999;
text-decoration:none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #999999;
background-image:url("/images/menu_over_btn.jpg");
text-decoration:none;
}
