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

.urbangreymenu{
width: auto; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
/*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: 0; /*31px is left indentation of header text*/
margin-top:-4px;
}

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

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
background-image:url(../images/background_big_tcm8-1778.gif);
background-position:bottom;
background-repeat:no-repeat;
margin-top:-2px;
padding-top:5px;
padding-bottom:10px;
}

.urbangreymenu ul li{

margin-left:10px;
}

.urbangreymenu ul li a{
background-image:url(../images/bullet_tcm8-1777.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:20px;
		text-decoration:none;
	color:#30373c;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	text-decoration:underline;
	color:#046AA2;
}

