﻿

.urbangreymenu{
	width: 185px; /*width of menu*/
	height:100%;
	float:left;
}

.urbangreymenu .headerbar{
	font: bold 12px arial;
	width: 175px;
	/*height: 24px;*/
	min-height:24px;
	padding-top: 5px;
	padding-left: 10px;  
	display:inline;  
	float: left;
	/*background:url("title_bar_bg.jpg") repeat-x scroll 0 0 transparent;*/
    background:url("menuleft_bar_bg.jpg") repeat scroll 0 0 transparent;
	background-repeat:repeat;
	color: #a90303;
	border:1px solid #ccc;

	margin-bottom: 5px; /*bottom spacing between header and rest of content*/

}

.urbangreymenu .headerbar a{
	text-decoration: none;
	color: #a90303;
	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-bottom: 2px; /*bottom spacing between menu items*/
padding-left:10px;
line-height: 0px;

}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
border-bottom: 1px dashed #000;
display: block;
padding: 5px 0;
line-height: 15px;
margin-left: 15px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #860000;


}
.menuimg
{
float:left; padding-top: 4px; padding-right: 5px;
}

