.urbangreymenu{
width: 230px; /*width of menu*/
}


.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: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font-size:12px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
color: #666;
display: block;
padding: 6px 0;
line-height: 15px;
padding-left: 30px; /*link text is indented 8px*/
text-decoration: none;
}

/*.urbangreymenu ul li a:visited{
color:#666;
}*/

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:#666;
text-decoration:underline;
}

.urbangreymenu ul li a.active{
	color:#B0B0B0;
}