@charset "utf-8";

/* CSS Document */

.urbangreymenu{

 /* width: 200px;width of menu*/

list-style:none;
margin:0;
padding:0;


}

.urbangreymenu .accordionHead{

font:  11px Verdana;
letter-spacing:-1px;
color: #585858;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 1px 0; /*31px is left indentation of header text*/
}

.urbangreymenu .accordionHead a{
	text-decoration: none;
	color: #585858;
	/*font-weight: bold;*/
}



.secondlevel{
    list-style:disc;
	margin-top: 3px;
}

.thirdlevel{
    list-style:disc;
	
}
