/*
  CSS generated via the Multi-level Navigation Plugin ... http://pixopoint.com/multi-level-navigation/

  If you would like a similar menu for your own site, then please try the PixoPoint Web Development
  CSS generator for creating flyout, dropdown and horizontal slider menus ... http://pixopoint.com/suckerfish_css/


*** Main menu CSS code ***/
#suckerfishnav {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
	width: 100%;
	margin: 0;
	padding: 0;
        letter-spacing: 1px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: transparent;
	line-height: 36px;
	padding: 0 25px 0 25px;
    }
	
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:190px;
    font-weight:normal;
    border:0;
    }
#suckerfishnav li li {
	font-size: 13px;
    font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #75624d !important;
	border: none !important;
    }
#suckerfishnav li li a {
	display: block;
	width:190px;
	font-size:12px;
	color: #fff !important;
	background: #75624d !important;
	line-height: 30px !important;
	padding: 0 15px 0 15px;
	border-bottom: 1px dotted #fff !important;
}
	
#suckerfishnav li li a:hover {
	width:190px;
	font-size:12px;
	color:#fff !important;
	background-color: #524331 !important;
	line-height: 30px;
}
	
#suckerfishnav li ul ul {
	margin:-31px 0 0 240px;
	border-left: 1px solid #fff;
    }
	
/* Sub Level Background Hover */
#suckerfishnav li li:hover {
	background-color:#402b1c;
	width: 190px;
	background-image: none;
	}
	
/* Sub Level Link Hover */
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {
	color: #fff;
	}

/* All Levels Hover */
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color: #fff;	
	text-decoration: none;
	background: #a69784;
	line-height: 36px;
	}

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color: #ffffff;	
	width: 190px;
	}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {
	left:-999em;
	}

/* Sub Level Background */
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {
	left:auto;
	width: 190px;
	padding: 0;
	color: #fff;
	}
	
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background: transparent;
	color: #fff;
	}
	
/*** arrows **/
#suckerfishnav a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
#suckerfishnav .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow: hidden;
	background:	url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > #sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > #sf-sub-indicator,
a:hover > #sf-sub-indicator,
a:active > #sf-sub-indicator,
li:hover > a > #sf-sub-indicator,
li.sfHover > a > #sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#suckerfishnav ul #sf-sub-indicator { background-position:  -10px 0; }
#suckerfishnav ul a > #sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#suckerfishnav ul a:focus > #sf-sub-indicator,
#suckerfishnav ul a:hover > #sf-sub-indicator,
#suckerfishnav ul a:active > #sf-sub-indicator,
#suckerfishnav ul li:hover > a > #sf-sub-indicator,
#suckerfishnav ul li.sfHover > a > #sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
