.sf-sub-indicator {
	display: none;
}

.ssf-custom3-wrap {
	text-align: right;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 1.4em;
	position: absolute;
	right: 0;
	bottom: 7px;
	height: 55px;
	width: 100%;
}

.ssf-custom3-wrap a, .ssf-custom3-wrap a:VISITED {
	text-decoration: none;
}

.ssf-custom3-wrap ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

.ssf-custom3-wrap li {
	display: inline;
}

/*1st level elements*/

.ssf-custom3-wrap ul {
	background-color: transparent;
	padding: 0px 0;
	margin-bottom: 2em;
}

.ssf-custom3-wrap li {
	margin: 0;
}

.ssf-custom3-wrap ul a,
.ssf-custom3-wrap ul a:link,
.ssf-custom3-wrap ul a:visited {
	color: white;
	padding: 5px 12px;
}

.ssf-custom3-wrap ul a:hover,
.ssf-custom3-wrap ul a:focus {
	text-decoration: underline;
}

/*current Link

.ssf-custom3-wrap ul li.wpm-hover a,
.ssf-custom3-wrap ul li.wpm-hover a:link,
.ssf-custom3-wrap ul li.wpm-hover a:visited {
	background-color: #009;
	color: #FFF;
}*/

/*Second and subsequent levels */
.ssf-custom3-wrap ul ul {
	font-size: 70%;
	position: absolute;
	top: 30px;
	right: 0;
	border-top: none;
	font-variant: normal;
	background-color: transparent;
}

.ssf-custom3-wrap ul ul li {
	background-color: transparent;
}

.ssf-custom3-wrap ul ul li 
{
	display: inline;
	float: left;
	position: relative;
}

/*

.ssf-custom3-wrap ul ul a,
.ssf-custom3-wrap ul ul a:link,
.ssf-custom3-wrap ul ul a:visited
{
background-color: transparent;
}

.ssf-custom3-wrap ul ul a:hover,
.ssf-custom3-wrap ul ul a:focus
{
background-color: transparent;
}
*/
/*current Link

.ssf-custom3-wrap ul li.selected ul a,
.ssf-custom3-wrap ul li.selected ul a:link,
.ssf-custom3-wrap ul li.selected ul a:visited  { background-color:transparent; }
*/
.ssf-custom3-wrap ul ul ul {
	/*background-color: #009;*/
	font-size: 1em;
	text-align: left;
	width: 130px;
	top: 25px;
	display: inline;
	left: auto;
	z-index: 50;
/*	font-family: 'HattoriHanzoLight', Arial, sans-serif;*/
	background-color: #00C;
}

.ssf-custom3-wrap ul ul ul li {
	/*background-color: #009;*/
	display: list-item;
	font-size: 0.9em;
	padding: 5px;
}

.ssf-custom3-wrap ul li ul li ul li a,
.ssf-custom3-wrap ul li ul li ul li a:link,
.ssf-custom3-wrap ul li ul li ul li a:visited
{
	padding: 0;
	/*background-color: #009;*/
}

.ssf-custom3-wrap ul ul ul ul {
	left: 130px;
	width: 130px;
	top: 0;
}

.ssf-custom3-wrap ul ul ul ul li {
	font-size: 1em;
}