@charset "utf-8";
/* CSS Document */

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

.urbangreymenu .headerbar{
font: 14px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:600;

color: #666;
/* background: #606060 url(arrowstop.gif) 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: 7px 0 7px 15px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #666;
display: block;
}

.urbangreymenu .headerbar a:hover { color: #169fe6; }

.urbangreymenu ul{
list-style-type: none;
margin-left: 40px;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
list-style:circle;
}

.urbangreymenu ul li a{
font: 13px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #666;
font-weight:600;
/* background: #E9E9E9; */
/*display: block; */
padding: 3px 0;
line-height: 17px;
/*padding-left: 25px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #666;
}

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

}


