/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
a
{
    font-family : serif;
    font-weight : lighter;
}
a:link
{
    color : darkblue;
}
a:hover
{
    color : darkgray;
}
a:active
{
}
a:visited
{
    opacity : 1;
    background-color : rgb(234, 229, 240);
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 130px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: white;
background: #606060; /*image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 5px 0 7px 27px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 5;
padding: 0;
margin-bottom: 2; /*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 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 16px; /*menu squeeze up down*/
padding-left: 12px; /*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;
}