

.urbangreymenu{
width: 221px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: normal 13px Verdana;
color: #fff;
font-weight: bold;
background: #0D2740; /*last 2 values are the x and y coordinates of bullet image*/
margin: 1px 0px 1px 0px; /*bottom spacing between header and rest of content*/
padding: 7px 8px 7px 8px; /*31px is left indentation of header text*/
}

.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*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a {
font: normal 12px Arial;
color: #fff;

display: block;
padding: 5px 5px 5px 5px;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.color {
	background-color: #4A6784;
}
.nocolor {
	background: #658BB0;
}




.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background: #7F9FBF;
}
