.urbangreymenu{
margin: 24px 0px 45px 0px;
}

.urbangreymenu h3 {
	font-size: 11px;
}

.urbangreymenu li {
	list-style: none;
}

.headerbar{
background: url(../img/menu-bullet1.gif) no-repeat 10px 10px; /*last 2 values are the x and y coordinates of bullet image*/
margin-top: 25px; /*bottom spacing between header and rest of content*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 0px 0 0px 15px; /*left indentation of header text*/
}

.headerbar a{
text-decoration: none;
color: #000;
display: block;
padding: 0px 10px;
}

.headerbar a:hover{
text-decoration: underline;
color: #525252;
display: block;
padding: 0px 10px;
}

.urbangreymenu ul{
list-style-type: none;
background: #dbdce1;
margin: 0px 0px;
padding: 10px 20px;
margin-bottom: 20px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{

}



.selected {
	background: #dbdce1 url(../img/menu-bullet2.gif) no-repeat 10px 10px; /*last 2 values are the x and y coordinates of bullet image*/
}

.nonselected {
	background: none url(../img/menu-bullet1.gif) no-repeat 10px 10px; /*last 2 values are the x and y coordinates of bullet image*/
}
