

.urbangreymenuright{
width:170px;
 /*width of menu*/
}

.urbangreymenuright .headerbar{
font: bold 13px Arial, Helvetica, sans-serif;

color: white;
background: url(../images/menu.jpg) ; background-repeat:repeat-x;
height:26px; /*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: 7px 0 0px 9px; /*31px is left indentation of header text*/

}


.urbangreymenuright ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; 
/*bottom spacing between each UL and rest of content*/
}

.urbangreymenuright ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenuright ul li a{
font: normal 11px Arial;
color: #616464;

background: #ecf9fe;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenuright ul li a:visited{
color: black;
}

.urbangreymenuright ul li a:hover{ /*hover state CSS*/
color: #616464;

background: #d6f2fe;
}

