.urbangreymenu {
width: 220px; /*width of menu*/
border-bottom: 1px dotted #b66f5b;
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}




.urbangreymenu h3 {
	font: normal 14px verdana,sans-serif;
	color: white;
	
	border-top: 1px dotted #b66f5b; /*bottom spacing between header and rest of content*/
	padding: 5px 0 5px 15px; /*31px is left indentation of header text*/
	margin:1px 0 0 0;
}


.urbangreymenu h3.act,
.urbangreymenu h3:hover,
.urbangreymenu h3.selected {

}


.urbangreymenu .headerbar {
	background:url(../img/down.png) no-repeat 95% 50% !important; /*last 2 values are the x and y coordinates of bullet image*/
}

.urbangreymenu h3 a {
	text-decoration: none;
	display: block;
}

.urbangreymenu .act a {
}


.urbangreymenu ul li a {
	display: block;
	padding: 3px 0 3px 20px;
	line-height: 17px;
	text-decoration: none;
}



.submenu {

}
.submenu li {
	border-top: 0;
}
.submenu a {font-size:12px !important;}

.submenu li a:link {
}

.submenu a:visited {
	color:#444444;
}

.act a:hover { 
text-decoration: none !important;
}

.submenu li.act a  { 
}



