<style type="text/css">
#sub-header {
	float:left;
	padding: 0px 0 -170px 10px;
	width:700px;
	margin:0;
}

#all-categories {
  background: #408182;
  width:550px;
	float:left;
	padding: 0;
	display: block;
	font-size:11px;
	margin:0px;

}
#all-categories .heading {
	float: left;
	margin:0 .5em 0 0;
}
.heading {
background: #408182;
	border-right: 1px solid #459092;
	padding:6px;
	width: 90px;
	margin-top:0;
	color:white;
	margin-right:0;
}
#all-categories ul {
	list-style:none;
	margin:0;
}
#all-categories li {
	float: left;


	padding:6px;

	margin-top:0;
	color:white;
}

	
	
#all-categories li ul {
	background: #e9eaea;
	border: 1px solid #cecfd1;
	border-color: #cecfd1 #aaa #aaa #cecfd1;
	padding:6px;
	z-index: 9999;
	width:130px;
	margin-top:6px;
}
#all-categories li li ul {

	top: -1px;
}
#all-categories li li {
	background:url(../images/dropdown-divider.gif) no-repeat center top;
	float: none;
	position: relative;
	border-bottom: 1px solid #cecfd1;
	
}
#all-categories li li:first-child,
#all-categories li li.first {
	background:transparent;
}
#all-categories li a,
#all-categories li a:visited {
	display: block;
	margin-right:1em;
	text-decoration:none;
	color:white;
}
#all-categories li li a,
#all-categories li li a:visited {
	color: #6d6d6d;
	margin:0;


}
#all-categories li li a:hover {
	color: #6d6d6d;
	margin:0;

	text-decoration:underline;

}
/* dropdown action */
#all-categories li ul,
#all-categories li li ul,
#all-categories li:hover li ul,
#all-categories li li:hover li ul,
#all-categories li.hover li ul,
#all-categories li li.hover li ul {
	left: -32697px;
	position: absolute;
	z-index:999;
}
#all-categories li:hover ul,
#all-categories li li:hover ul,
#all-categories li li li:hover ul,
#all-categories li.hover ul,
#all-categories li li.hover ul,
#all-categories li li li.hover ul {
	left: auto;
}



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

.urbangreymenu .headerbar{
font: bold 12px 'ms sans serif';
letter-spacing: 0.6px;
color: white;
background: #53b5b6 url(../images/menu-icon.gif) no-repeat 0px 0px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 4px 0 3px 30px; /*31px is left indentation of header text*/
margin:1px;
}

.urbangreymenu .staticheader{
font: bold 12px 'ms sans serif';
letter-spacing: 0.6px;
color: white;
background: #53b5b6 url(../images/menu-icon.gif) no-repeat 0px 0px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 4px 0 3px 30px; /*31px is left indentation of header text*/
margin:1px;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu .staticheader a{
text-decoration: none;
color: white;
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*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #f8f8f8;
display: block;
padding: 3px 0;
line-height: 17px;
padding-left: 20px; /*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: #f8f8f8;
}

.urbangreymenu .invissubmenu { display:none; }

</style>
