<style type="text/css">


.urbangreymenu{
width: 190px; /*width of menu*/
}
.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: 3px; /*bottom spacing between menu items*/
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.urbangreymenu ul li a{
	color: #0066CC;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	background-image: url(../images/topnav_background.jpg);
	color: #FFFFFF;
}
