
.urbangreymenu{
width: 185px; /*width of menu*/
margin-bottom:-1px;
margin-top:-1px;
}

.urbangreymenu {
	text-align: left;
}

/*
.urbangreymenu h3 {
	background:#0074B3 !important;
}
.urbangreymenu h3 a {
	color:#fff !important;
	text-shadow:0 0 0 black !important;
}
.urbangreymenu a {
	text-shadow:0 0 0 black !important;
}
*/


.urbangreymenu h3 {
font: normal 14px Tahoma,verdana,sans-serif;
color: #000;
background: #eee; /*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;*/

}

.urbangreymenu .headerbar {
background: #eee url(../img/right.png) no-repeat 95% 50% !important; /*last 2 values are the x and y coordinates of bullet image*/
color:#000 !important;
}

.urbangreymenu h3.selected a,
.urbangreymenu .headerbar a:hover,
.submenu a:hover {
background: #0074B3  url(../img/right.png) no-repeat 95% 50% !important;
color: #fff !important;
}

.urbangreymenu h3 a  {
text-decoration: none;
color: #000;
display: block;
padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

.urbangreymenu .submenu h3 a  {
text-decoration: none;
color: #000;
display: block;
padding: 7px 0 7px 20px; /*31px is left indentation of header text*/
background: #eee;
}

.urbangreymenu .act a {
	color:#fff;	
	background: #0074B3;
}
.urbangreymenu .act,
.urbangreymenu h3:hover {
	background: #0074B3;
	color:#fff !important;
}
.urbangreymenu .act a:hover,
.urbangreymenu h3 a:hover {
	color:#fff;
}

.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: #000;
/* background: #0081C7; */
background: #eee;
display: block;
padding: 5px 0 5px 20px;
line-height: 17px;
text-decoration: none;
}

.urbangreymenu ul li.act {
	background: none !important;
}
.urbangreymenu ul li a:visited{
color: #000;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	background: #0074B3;
	background-image: none !important;	
	color:#fff;
}

.urbangreymenu ul li.act a ,
.urbangreymenu ul li.act a:hover {
	background: #0074B3;
	color:#fff;
}

/*
.urbangreymenu .headerbar {
background:url("../img/down.png") no-repeat scroll 95% 50% #bbb !important;
}
*/

