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

.urbangreymenu .headerbar{
border-bottom: 1px dotted #eaeaea;
font: normal 12px Arial;
line-height: 25px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 0px 0px 0px 0px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
background: url(/js/menu/bullet_sqrs.gif) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
text-decoration: none;
color: #666; /* Default settings */
padding: 5px 0px 0px 20px;
display: block;
}

.urbangreymenu .headerbar a:hover{
color: #003399; /* Default settings */	
background: url(/js/menu/bullet_sqrs_hover.gif) no-repeat;
padding: 5px 0px 0px 20px;
text-decoration: underline;
}


.urbangreymenu ul{
list-style-type: none;
margin: 0px 0 0px 0px;
padding: 0px 0 0px 0px;
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{

color: #666	;
display: block;
font: normal 12px Arial;
line-height: 25px;
padding: 0px 0 0px 20px; /*padding: 5px 0; */
text-decoration: none;
}

.urbangreymenu ul li a:visited{

}

.urbangreymenu ul li a:hover{ /*hover state CSS*/

color: #000;
text-decoration: underline;
}