@charset "utf-8";

/* CSS Document */



.urbangreymenu{

width: 213px; /*width of menu*/
margin-left:1px;
}



.urbangreymenu .headerbar{

font: bold 12px Tahoma;

color:#990000;

/*background: #606060;*/

margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top:0px;

text-transform: uppercase;
text-align:left;

padding: 5px 0 5px 23px; /*31px is left indentation of header text*/

background:url(../images/arrowstop.gif) no-repeat 10px 5px;
}

.headerbar_1 a{

font: bold 12px Tahoma;

color:#990000;

/*background: #606060;*/

margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top:0px;

text-transform: uppercase;
text-align:left;

padding: 5px 0 5px 23px; /*31px is left indentation of header text*/

background:url(../images/arrowstop.gif) no-repeat 10px 5px;
display: block;
text-decoration: none;
}


.urbangreymenu .subs{
/*background:url(../images/arrowstop.gif) no-repeat 5px 5px;*/
background:url(../images/subplus.gif) no-repeat 5px 5px; /*last 2 values are the x and y coordinates of bullet image*/
/*#606060 */
}


.urbangreymenu .headerbar a{

text-decoration: none;

color:#990000;

display: block;
}



.urbangreymenu ul{

list-style-type: none;

margin: 0px;

padding: 0;

margin-bottom: 0; /*bottom spacing between each UL and rest of content*/

}



.urbangreymenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
text-align:left;
}



.urbangreymenu ul li a{

font: normal 12px Arial;

color: black;

background:#FFFFFF;

display: block;

padding: 5px 0; /* height of sub menu */

line-height: 17px;

padding-left: 3.5em; /*link text is indented 8px*/

text-decoration: none;

}



.urbangreymenu ul li a:visited{

color: black;

}



.urbangreymenu ul li a:hover{ /*hover state CSS*/

color: black;

background:#ffd452;

}

/* fon3m */

#allf3m {
	/*background-image:url(../images/bg_menuleft2.jpg);*/
	top:0px;
	margin-top:-0.2em;
}

#head3m {
	background:url(../images/h_menuleft2.jpg) no-repeat;
	height:40px;
	line-height:36px;
	vertical-align:middle;
	text-align:left;	
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:2.5%;
	width:215px;
}

#icon_head_3m {
	height:40px;
	line-height:40px;
	vertical-align:middle;
	float:left;
	position:relative;
	width:10%;
	padding-top:0.75em;
	text-align:right;
}

#content_head_3m {
	position:relative;
	float:right;
	width:90%;
}

#content3m {
	background-image:url(../images/bg_menuleft2.jpg);
}

#blank3m {
	background-image:url(../images/bg_menuleft2.jpg);
	color:#e5e5e5;
	height:50px;
}

#blank3m2 {
	background-image:url(../images/bg_menuleft2.jpg);
	color:#e5e5e5;
	height:20px;
}


