.urbangreymenu{
width: 189px; /*width of menu*/
margin: 30px 0px 45px 0px;
color: #005294;
}

.headerbar{
font: bold 12px Verdana;
color: #005294;
background: url(images/menu-bullet1.gif) no-repeat 15px 10px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 5px 0 5px 30px; /*left indentation of header text*/
}

.headerbar a{
text-decoration: none;
color: #005294;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0px 0px;
padding: 0px 0px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
	line-height: 0px;
}

.urbangreymenu ul li a{
font: normal 11px;
color: #005294;
background: #f5f9fc;
display: block;
padding: 5px 0px;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
padding: 2px 0 2px 40px; /*left indentation of header text*/
}


.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #005294;
background: #e1f2fb;
}

.selected {
	background: #f5f9fc url(images/menu-bullet2.gif) no-repeat 15px 10px; /*last 2 values are the x and y coordinates of bullet image*/
}

.nonselected {
	background: none url(images/menu-bullet1.gif) no-repeat 15px 10px; /*last 2 values are the x and y coordinates of bullet image*/
}