.urbangreymenu{
width: 200px; /*width of menu*/
}
.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: #afa8a7;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*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: 8px 0 8px 31px; /*31px is left indentation of header text*/
}
.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: 3px; /*bottom spacing between menu items*/
padding-top: 3px; /*bottom spacing between menu items*/
margin: 0;
}
.urbangreymenu ul li a{
font: normal 12px Arial;
color: #afa8a7;
display: block;
padding: 2px 0;

line-height: 16px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}
.urbangreymenu ul li a:visited{
color: #afa8a7;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #afa8a7;
background: #000000;
}

.qmdivider{
	font-size:1px;
	border-width:0px;
	border-style:solid;
	width:200px;
	height:1px;
	background-color:#000000;
	margin:0px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
	}