/*
  suckerfish css
  dropdown navigation system
  pure css
  http://www.htmldog.com/articles/suckerfish/example/
*/


/* SM 25/03/2010 3:20:56 PM: Tweaks for themepark */
#suckerfish {
  /* clear			      : both; */
  display			    : block;
  list-style		  : none;
}
	
#suckerfish, #suckerfish ul {
  display			  : block;
	list-style		: none;
	margin			  : 0;
	padding       : 0;
	list-style    : none;
	z-index       : 999; /*RJ 27/3 to fix IE*/
}


#suckerfish ul {/*test*/
	float:none;
	overflow:visible;
	z-index:999;
	}


#suckerfish li {
	float: left;
	list-style: none;
}

#suckerfish a {
	display: block;
	text-decoration: none;
	/* padding: 10px 10px; */
	padding: 4px 10px; 
	font-weight: normal;
	color: #373737; /* FIXME: Site specific? */
}

#suckerfish a:hover {
  color: #E1E1E1;
}

#suckerfish li:hover ul, #suckerfish li.sfhover ul {
	left: auto;
}

#suckerfish li ul {
	position: absolute;
	left: -999em;
	width: 10em;
}

#suckerfish li li {
	margin-top: -1px;
	background: none;
}

#suckerfish li li a, #suckerfish li li a:visited {
	background: none;
	border: 1px solid #fff;
	width: 10em;
}

/* SM 2/06/2010 4:37:54 PM: Fix for all sites */
#suckerfish li a:hover, #suckerfish li.sfhover {
  background: none;
  color:      #EFF6FF;
}

/* SM 14/01/2010 11:03:12 AM: To higlight the current page via URL matching */

#suckerfish a.nav_selected {
  background: none;
  color: #000;
}

/* SM 1/06/2010 10:54:23 AM: Testing an IE7 fix */

#suckerfish li:hover, #suckerfish li.hover {   
  position: static;   
} 

/* SM 17Aug10: house icon moved here and into css */

#nav_home_icon {
  background: url(http://images.regional.org.au/shared/images/home/home-icon-white-sml.png) no-repeat top left;
  _background: url(http://images.regional.org.au/shared/images/home/home-icon-white-sml.gif) no-repeat top left; /* IE hack */
  width: 20px;
  height: 20px;
  display: block;
  margin-top:-3px;
}

/* Top Navigation */

#top_nav {
	background:none;

}

#menu_container {
	width:100%;
}

#menu_container #menubar {
}

#menubar {
	background-color: #fff;

min-height:35px;
 margin-bottom: 15px;
	clear:both;
    margin: 0 auto;
    width: 950px;
}

#suckerfish {
	padding:4px;
}

#suckerfish li {

text-transform:capitalize;
}

#suckerfish li.sfhover a, #suckerfish li.sfhover a:active, #suckerfish li.sfhover a:visited {
	background:#efefef;
	color:#333;
}

#suckerfish li li.sfhover {
	background:none;
}

#suckerfish li.sfhover a:hover {
	background:#fff;
	color:#333;
}

#suckerfish li li a, #suckerfish li li a:visited, #suckerfish li li a:active {
	background: #efefef;
	color:#77994C;
	border: 1px solid #efefef;
	text-decoration:none;
}

#suckerfish li li.sfhover a {
	text-decoration:none;
}

#suckerfish li li.sfhover a:hover {
	color:#333;
	background: #fff;
	border: 1px solid #efefef;
	text-decoration:none;
}

#suckerfish li.nav_first a:hover {
	background:none;
}

