/*****************************
 ****       suckerfish    ****
 *****************************/

#safari {
	height: 28px;
	position: relative;
}

#nav_suckerfish {
	position: absolute;
	top: 0;
	height: 28px;
	width: 100%;
       	/*background: #999302 url(../images/top_nav.png) repeat-x;*/
         background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(29%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
         background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
         background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.65) 100%); /* Opera11.10+ */
         background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.65) 100%); /* IE10+ */
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
         background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.65) 100%); /* W3C */
         
}


#nav_suckerfish a:link,
#nav_suckerfish a:visited {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 16px 0 14px;
	text-decoration: none;
	cursor: pointer;
	background: /*#999302 url(../images/topmenu_sep.png) 100% 0 no-repeat*/;
	font-weight: normal;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
         color: #cdac02;
         border-right: #b5b359 solid 1px; 
}


#nav_suckerfish li a {
	background: url(../images/topmenu_sep.png) 100% 0 no-repeat;
}

#nav_suckerfish a.topdaddy,
#nav_suckerfish li.active a.topdaddy {
         color:#cdac02;
	padding-right: 25px;
	background: /*#999302  url(../images/topmenu_sep.png) 100% 0 no-repeat*/;
         border-right: #b5b359 solid 1px; 
}

#nav_suckerfish li li a:link,
#nav_suckerfish li li a:visited{
	background: none;
	font-weight: normal;
	padding: 0;
	text-indent: 15px;
}


#nav_suckerfish li li {
	padding: 0;
	float: left;
	padding: 0;
         width: 170px;
	border-top: 1px solid #cdac02;
}

#nav_suckerfish ul ul a:link,
#nav_suckerfish ul ul a:visited {
	display: block;
	text-decoration: none;
	width: 167px;
	text-transform: none;
}

#nav_suckerfish li {
	float: left;
	padding: 0;
         height: 28px;
}

#nav_suckerfish ul li {
	position: relative;
}

#nav_suckerfish li ul {
	top: 28px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	}
	
#nav_suckerfish ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* margin for pullouts */
#nav_suckerfish li ul ul {
	margin: -28px 0 0 170px;
}


#nav_suckerfish ul ul a.daddy {
         position: relative;
         z-index: 2000;

}

#nav_suckerfish li:hover ul ul, 
#nav_suckerfish li:hover ul ul ul,
#nav_suckerfish li:hover ul ul ul ul,  
#nav_suckerfish li.sfhover ul ul, 
#nav_suckerfish li.sfhover ul ul ul, 
#nav_suckerfish li.sfhover ul ul ul ul {
	position: relative;
         z-index: 2000;
         left: -999em;
         list-style:none ;
}

#nav_suckerfish li:hover ul, 
#nav_suckerfish li li:hover ul, 
#nav_suckerfish li li li:hover ul, 
#nav_suckerfish li li li li:hover ul,
#nav_suckerfish li.sfhover ul, 
#nav_suckerfish li li.sfhover ul, 
#nav_suckerfish li li li.sfhover ul,
#nav_suckerfish li li li li.sfhover ul{
	position: relative;
         z-index: 2000;
	left: 0;
         color: green;
         background: #333;
         font-weight:bold;
         list-style:none ;
         
}

#nav_suckerfish li:hover, #nav_suckerfish li.sfhover {
      position: relative;
      z-index: 2000;
      left: 0;
      list-style:none ;
}

#nav_suckerfish li li.active {
	/*background: none;*/
}

#nav_suckerfish ul li a:hover,
#nav_suckerfish ul li ul li a:hover,
#nav_suckerfish ul li ul li ul li a:hover {
         position: relative;
         z-index: 2000;

        background: #333 url(./images/soccer_bullet.png); 
        color: yellow;
        list-style:none ;
}

#nav_suckerfish ul li.active,
#nav_suckerfish ul li ul li.active,
#nav_suckerfish ul li ul li ul li.active {
	background: none /*#E1E1E1*/;
        list-style:none ;
}

#nav_suckerfish a:hover
 {
         font: tahoma;
         font-size: 10pt;
         font-weight: bold;
	color: green; 
         background: #fffdb8 url(./images/MenuArrow.png);        
}
