/* CSS Document */
/*Menu Topic3*/

.urbangreymenu{
width: 160px; /*width of menu*/
height:200px;
}
.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: white;
background: black url(littlestar.gif) no-repeat 4px 0px; /*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: 2px 0px 2px 26px; /*31px is left indentation of header text*/
}
.urbangreymenu .headerbar a{
font: bold 11px Verdana;
text-decoration: none;
color: #8a4eb1; /*This is the colour of the link text*/
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 11px Arial;
color: white; /*The Font colour*/
background: black;
display: block;
padding: 2px 0;
line-height: 17px;
padding-left: 12px; /*link text is indented 8px*/
text-decoration: none;
text-align:left;
}
.urbangreymenu ul li a:visited{

}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: black;
background:#E9ED64;
}