
.urbangreymenu{
width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar{
font:11px Verdana;
color: white;
background: #3F0633; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
border:1px solid #ffffff;
}

.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: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 11px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 3px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.anylinkcss{
    position:absolute;
    visibility: hidden;
    font:normal 11px Arial;
    line-height: 23px;
    z-index: 100;
    background-color: white;
    width: 200px;
}

.anylinkcss a{
    color: #000000;
    background-color:#E9E9E9;
    width: 200px;
    display: block;
    text-indent: 3px;
    padding: 1px 0;
    text-decoration: none;
    text-indent: 5px;
    border-top:1px solid #ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
    background-color:#000000;
    color:#ffffff;
}
