.urbangreymenu{
width: 170px;
margin-left:30px;
}

.urbangreymenu .headerbar{
font-family:Sans-serif;
font-size:12px;
color: #660033;
letter-spacing: 1px;
margin-bottom: 15px; /*bottom spacing between header and rest of content*/
text-align:left;
border-bottom: 1px groove #eeeeee;

padding: 5px 10px 5px 10px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #0f2d4b;
display: block;
}
.urbangreymenu  a{
text-decoration: none;
color: #0f2d4b;
display: block;
font-family:Sans-serif;
font-size:12px;
margin-bottom:8px;
}


.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{
; /*bottom spacing between menu items*/

}

.urbangreymenu ul li a{
font: normal 11px Sans-serif;
color: #330033;
display: block;
padding-top:3px;
padding-bottom:3px;
margin-left:8px;
line-height: 10px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}


}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #330033;

}


