@charset "utf-8";
/* CSS Document */

.urbangreymenu{
width: 215px; /*width of menu*/
/*background:#878765;*/
border-left:1px solid #878765;
}

.urbangreymenu h3{
margin:0;
padding:0px;
border-bottom:0px solid #FFFFFF;
}

.urbangreymenu .headerbar{
font: bold 13px Tahoma;
color: white;
/*background: #606060 url(arrowstop.gif) no-repeat 8px 6px;*/ /*last 2 values are the x and y coordinates of bullet image*/
background:url(../images/Home_Page_red_combi_33.jpg) no-repeat;
/*background:#666666;*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 7px 0 7px 25px; /*31px is left indentation of header text*/
/*border-bottom:1px solid #FFFFFF;*/
}

.urbangreymenu h3 a{
text-decoration: none;
/*color: white;*/
color:#07240E;
/*color:#FFFFFF;*/
display: block;
font-weight:bold;
}

.urbangreymenu h3 a:active{
text-decoration: none;
/*color: white;*/
color:#07240E;
display: block;
font-weight:bold;
}

.urbangreymenu h3 a:visited{
text-decoration: none;
/*color: white;*/
color:#07240E;
display: block;
font-weight:bold;
}

.urbangreymenu h3 a:hover{
text-decoration: none;
/*color: white;*/
color:#07240E;
/*color:#FFFFFF;*/
display: block;
font-weight:bold;
}



.vertmenucategory
{
	background:#DBD7A8 url(../images/Feshion_band_11.gif) no-repeat 15px 10px;
	/*background: #E9E9E9;*/
	line-height: 20px;
	border-bottom:1px solid #878765;
	padding: 2px 0 7px 25px; /*31px is left indentation of header text*/
	font-weight:bold;
	color:#4A75B5;
}

.sub-cat-links a:link, .sub-cat-links a:active, .sub-cat-links a:visited
{color:#4A75B5;}

.sub-cat-links a:hover
{color:#CC0000;}

.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: 1px;*/ /*bottom spacing between menu items*/
border-bottom:1px solid #878765;
background:#DBD7A8;
}

.urbangreymenu ul li a{
font: normal 11px Tahoma;
color: black;
/*background: #E9E9E9;*/
background:#DBD7A8 url(../images/bullet-small.gif) no-repeat 25px 10px;
display: block;
padding: 5px 0;
/*line-height: 17px;*/
padding-left: 35px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
/*background: black;*/
background:#000000 url(../images/bullet-small-hover.gif) no-repeat 25px 10px;
}
