@charset "utf-8";
/* CSS Document */
.urbangreymenu{
width: 187px; /*width of menu*/
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
height:426px;

}



.headerbar {
font: bold 13px Verdana;
color: white;
}
.headerbar a{
font: bold 13px Verdana;
color: white;
text-decoration:none;
}



.urbangreymenu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.urbangreymenu a{


display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
filter
}
.urbangreymenu ul li a{
	text-decoration: none;
}

.urbangreymenuvisited a{
font: bold 12px Arial;
color:#FF7F00;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;

}

.urbangreymenunormal a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:#FF7F00;

}
#menutop
{
font: bold 15px Arial;
color: white;
}



