
.urbangreymenu{
	width: 182px; /*width of menu*/
	margin: 0px 0;
	padding: 0;
}

/* New added for normal links */

.urbangreymenu .linkbar{
	font: bold 12px Tahoma;
	height:17px;
	color: white;
	background:  url(header.gif) no-repeat;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding: 7px 0 7px 31px;
}

.urbangreymenu .linkbar a{
	text-decoration: none;
	color: #666;
	display: block;
}

.urbangreymenu .linkbar-s{
	font: bold 12px Tahoma;
	height:17px;
	color: white;
	background:  url(linkbar-s.gif) no-repeat;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding: 7px 0 7px 31px;
}

.urbangreymenu .linkbar-s a{
	text-decoration: none;
	color: #fff;
	display: block;
}


/* End of new styles */

.urbangreymenu .headerbar{
	font: bold 12px Tahoma;
	height:17px;
	color: #666;
	/*background: #606060 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	background:  url(headerbar.gif) no-repeat;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	cursor: hand;
	cursor: pointer;
}

.urbangreymenu .headerbar a{
	text-decoration: none;
	color: #ddd;
	display: block;
}

.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-top: 1px;
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px Tahoma;
	color: black;
	background:  url(submenu.gif) no-repeat;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	height:20px;
	padding-left: 31px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:visited{
	color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #555;
	text-decoration: underline;
	/*background:  url(submenu-s.gif) no-repeat;*/
}



