#block-superfish-1 {
	margin-left: -38px;
	margin-bottom: 48px;
}

#superfish-1 {
	width: 100%;
	background-color: #808080;
}

#superfish-1 li {
	padding-right: 20px;
}

#superfish-1 li.sf-depth-1 {
	background: url(sf-menu-seps.png) no-repeat right top;
	padding-left: 10px;
}

#superfish-1 li.sf-depth-2 {
	background: url(sf-menu-seps.png) no-repeat right -20px;
}

#superfish-1 li.first {
	margin-left: 28px;
	padding-left: 0px;
}

#superfish-1 li.last {
	background: url();
}

#superfish-1 a {
	margin: 0;
	padding: 0;
	line-height: 22px;
	color: white;
	text-decoration: none;
}
#superfish-1 li.sf-item-9  a{
	background-color: red;
	/*color: #B10000;*/
	margin: 0;
	padding: 0;
	line-height: 22px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#superfish-1 a:hover,
#superfish-1 .sfHover a {
	color: #cecece;
	text-decoration: none;
}

#superfish-1 li.menuparent.sfHover > ul {
	color: #4e4e4e;
	background-color: #e9e6e3; 
	background-color: rgba(159, 159, 159, 0.23);
	top: 22px;
}

#superfish-1 .sfHover > ul a {
	color: inherit;
}

#superfish-1 li.menuparent.sfHover > ul a:hover {
	text-decoration: underline;
}

