/**
 * Son of Suckerfish menu styles
 * - see http://alistapart.com/article/dropdowns
 */
.suckerfish {
	width: 150px;
	font-size: small;
}
.suckerfish a, .suckerfish a:visited{
	color:#333 !important;
}
.suckerfish, .suckerfish ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.suckerfish .selflink {
	font-weight: normal;
}
.suckerfish li {
	position: relative;
	float: left;
	width: 150px;	
}

.suckerfish li li {
	margin: 0;
}
.suckerfish li ul {
	position: absolute;
	left: -999em;
	z-index: 101;
	background: url(/old/templates/rt_oculus/images/overlays/menu-light.png) 0 0 repeat;
	padding: 10px !important;
    border: 1px solid;
    border-collapse: collapse;
    box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.05);
    border-color: rgba(0,102,153,0.05) rgba(0,102,153,0.2) rgba(0,102,153,0.2) rgba(0,102,153,0.05);
}
.suckerfish li ul ul {
	position: absolute;
	left: -999em;
	margin: 0 0 0 0;
	z-index: 102;
}
.suckerfish li.odd .submenu {
	width: 12px;
	height: 15px;
	float: right;
	background: url(img/Arr_r.png) 0 3px no-repeat;
}
.suckerfish li.even .submenu {
	width: 12px;
	height: 15px;
	float: right;
	background: url(img/Arr_r.png) 0 3px no-repeat;
}
.suckerfish li:hover ul ul,
.suckerfish li:hover ul ul ul,
.suckerfish li.sfhover ul ul,
.suckerfish li.sfhover ul ul ul {
	left: -999em;
}
.suckerfish li:hover ul,
.suckerfish li li:hover ul,
.suckerfish li li li:hover ul,
.suckerfish li.sfhover ul,
.suckerfish li li.sfhover ul,
.suckerfish li li li.sfhover ul {
	left: 125px;
	top: -3px;
}

 .suckerfish li a:after {float:right; font-family: FontAwesome; content: '\f105';}
 .suckerfish li a:only-child:after { content: ''; } 
