.urbangreymenu{
width: 220px; /*width of menu*/
}

.urbangreymenu .headerbar{
font-family: 'OpenSansSemibold';
font-weight:normal;
color: white;
font-size:13px;
background: #02afef;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 12px; /*31px is left indentation of header text*/
border-bottom:2px solid #fff;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.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{
margin-bottom: 2px; /*bottom spacing between menu items*/
background: #f9f9f9;

}

.urbangreymenu ul li a{
 font-family: 'OpenSansSemibold';
color:#676767;
background: #f9f9f9;
display: block;
padding: 8px 0 8px 15px;
line-height: 17px;
padding-left:15px; /*link text is indented 8px*/
text-decoration: none;
text-align: left;
}
/* 
.urbangreymenu ul li ul{
    margin-left: 20px;
} */

.urbangreymenu ul li ul li a{
    padding-left: 25px;
}


/* .urbangreymenu ul li a:visited{
color: black;
} */

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:#676767;
background: #E9E9E9;
}