
.urbangreymenu{
width: 185px; /*width of menu*/
margin-bottom:-1px;
margin-top:-1px;
}



.urbangreymenu h3 {
font: normal 14px Tahoma,verdana,sans-serif;
color: white;
background: #BDBCBC; /*last 2 values are the x and y coordinates of bullet image*/
border-bottom: 1px solid #fff; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar {
background: #BDBCBC url(../img/down.png) no-repeat 95% 50%; /*last 2 values are the x and y coordinates of bullet image*/
}

.urbangreymenu h3 a {
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu .act,
.urbangreymenu h3:hover {
	background: #ccc !important;
}

.urbangreymenu a {
  font-size:14px;
  text-shadow:1px 1px 1px black;
}

.submenu a {font-size:13px !important;}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 14px tahoma,verdana,sans-serif;
color: #fff;
background: #0081C7;
display: block;
padding: 5px 0 5px 20px;
line-height: 17px;
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #fff;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background: #0074B3;
}

.urbangreymenu .headerbar {
background:url("../img/down.png") no-repeat scroll 95% 50% #eee !important;
}
