<style type="text/css">

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

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

.urbangreymenu .headerbar
{
font-size:12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: white;
background: #333333;
display: block;
padding: 2px 0;
line-height: 17px;
text-decoration: none;
font:bold;
}

.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-size:12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #999999;
background: #333333;
display: block;
padding: 2px 0;
line-height: 17px;
text-decoration: none;
}

.urbangreymenu ul li a:visited
{
color: #999999;
}

.urbangreymenu ul li a:hover
{ /*hover state CSS*/
color: white;
font:bold;
}

</style>
