<style type="text/css">

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

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

.urbangreymenu .headerbar{
	color: #000; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*31px is left indentation of header text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

.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{
	list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li a{
	background-image: url(../images/box-up.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: black;
	display: block;
	line-height: 20px;
	padding-left: 18px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 220px;
	letter-spacing: 0.2px;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #000;
	background-image: url(../images/box-over.jpg);
	background-color: #EEE;
	background-repeat: no-repeat;
}
#urbangreymenu {
	width: 250px;
	margin-left: 0px;
}
