.urbangreymenu{
width: 155px; /*width of menu*/

font-family:Arial, Helvetica, sans-serif;
font-size: normal 14px;  
}

.urbangreymenu .headerbar{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: white;
	background: #24446f url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 10px 7px 31px; /*31px is left indentation of header text*/
	border-bottom: 1px solid white;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 0px;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 14px Arial, Helvetica, sans-serif;
	color: white;
	background:url(images/btn2.gif) no-repeat 0px 0px;
	display: block;
	padding: 1px 10px 5px;
	line-height: 20px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	
}

.urbangreymenu ul li a:visited{
color: white;
}

.urbangreymenu ul li a:hover{
	/*hover state CSS*/
	color: white;
	background:url(images/btn-on2.gif) no-repeat 0px 0px;
	padding: 1px 20px 5px;
}
.urbangreymenu li a.selected{
	color: white;
	background: #24446f;
	padding: 5px 20px 5px;
}

.urbangreymenu2{
width: 155px; /*width of menu*/

}

.urbangreymenu2 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu2 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu2 ul li a{
	font: normal 14px Arial;
	color: white;
	background:url(images/btn.png) no-repeat 8px 0px;
	display: block;
	padding: 5px 10px 5px;
	line-height: 42px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	/*border-bottom: 1px solid white;*/
}

.urbangreymenu2 ul li a:visited{
color: white;
}

.urbangreymenu2 ul li a:hover{
	/*hover state CSS*/
	color: white;
	background: #24446f url(images/pict2.jpg) no-repeat 8px 0px;
	padding: 5px 20px 5px;
}
.urbangreymenu2 li a.selected{
	color: white;
	background: #24446f url(images/pict2.jpg) no-repeat 8px 0px;
	padding: 5px 20px 5px;
}
.urbangreymenu ul li a.hover, .urbangreymenu ul li a.current {
	color: white;
	background:url(images/btn-on2.gif) no-repeat 0px 0px;
	padding: 1px 20px 5px;
}
