@charset "UTF-8";
/* CSS Document */

#MembLeftCol {
	margin-top: 10px;
	width: 195px;
	/*padding: 10px;*/
	/*border: 1px solid #e6e6e6;
}

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

.urbangreymenu .headerbar{
	font: bold 12px tahoma;
	color: white; /*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: 2px 0 7px 12px; /*31px is left indentation of header text*/
	border-bottom:dotted 1px #e6e6e6;
	
	
	background-position: 8px 6px;
}

.urbangreymenu .headerbar a{
width: 160px;
text-decoration: none;
/*color: #9185c7;*/
display: block;
/*background-image: url(arrow_horizontal.gif);
background-repeat: no-repeat;*/
}
.urbangreymenu .headerbar a:hover, .urbangreymenu .headerbar a:active{
	/*background-image: url(arrow_vrtical.gif);
	background-repeat: no-repeat;*/
}

.urbangreymenu .submenu {
width: 150px;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: -5; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
border-bottom:dotted 1px #e6e6e6;

}

.urbangreymenu ul li a{
font: normal 12px Arial;
color:#939393;
/*background: #E9E9E9;*/
display: block;
padding: 5px 0;
line-height: 15px;
padding-left: 12px; /*link text is indented 8px*/
text-decoration: none;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: black;
background: #ffffff;
}
.open {
background-image: url(arrow_horizontal.gif);
background-repeat: no-repeat;

}
.closed {
	background-image: url(arrow_vrtical.gif);
	background-repeat: no-repeat;
}

