.grey .dd-wrapper {
	color: #222;
}
.grey .dd-menu {
	border-top: 1px solid #ccc;
}
.grey .dd-menu a {
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	display: block;
	color: #222;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	position: relative;
	font-size: 0.8em;
}
.grey .dd-menu a:hover {
	color: #005580;
}
.grey .dd-menu li a .dd-icon {
	position: absolute;
	top: 50%;
	left: 6px;
	width: 34px;
	margin-top: -17px;
	height: 34px;
	background: url(images/arrow_grey_right.png) no-repeat 0 center;
}
.grey .dd-menu li.dd-parent a:hover {
	color: #08c;
}
.grey .dd-menu li.dd-parent a.active .dd-icon {
}
.grey .dd-menu li.dd-parent a.active {
	color: #000;
	background: #ececec;
}
.grey .dd-header {
	font: normal 11px Arial, sans-serif;
}
.grey .dd-header ul {
	width: 100%;
	overflow: hidden;
	line-height: 1.5em;
	padding: 0px 10px;
}
.grey .dd-header li {
	display: inline;
}
.grey .dd-header li a {
	text-decoration: none;
	float: left;
	display: block;
	padding: 1px 15px 1px 5px;
	background: url(images/arrow_dark_grey_right.png) no-repeat 100% center;
	color: #222;
}
.grey .dd-header li a:hover {
	color: #08c;
	text-decoration: underline;
}
.grey .dd-header a.link-back {
	text-decoration: none;
	display: block;
	padding: 5px 10px 0 20px;
	background: url(images/arrow_dark_grey_left.png) no-repeat 0 center;
	color: #222;
}
.grey .dd-header h3 {
	clear: both;
	padding: 0px 10px;
	margin: 0;
	font-size: 1.1em;
	line-height: 30px;
}
.grey .dd-header h3 .dd-count {
	display: none;
}
