@charset "utf-8";
/* CSS Document */
.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
	
font-size:14px;
color: white;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 3px 0 3px 25px; /*31px is left indentation of header text*/

}

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

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

.urbangreymenu ul li{
	padding-left:5px;
	list-style:url(../images/left-menu/arrow2.png);
}

.urbangreymenu ul li a{
font-family:Tahoma;
font-size:12px;
color: white;
background: none;
display: block;
padding: 3px 0px 3px 0px;
min-height:15px;
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: white;
list-style:url(../images/left-menu/arrow2.png);
}

.urbangreymenu ul li a:hover{
color: white;
list-style:url(../images/left-menu/arrow2.png);
}

