@charset "UTF-8";
/* CSS Document */

#suckerfishnav {
	font-size:16px;
	width:100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 55px;
    }
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:41px;
	padding:0;
	margin:0;
	width:750px;
    }
#suckerfishnav a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:150px;
	font-weight:normal;
	margin:0;
	line-height:1;
    }
#suckerfishnav li li {
    width:150px;
    }
#suckerfishnav li li a {
	width:150px;
	font-size:13px;
	color:#dfecf8;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 16px;
	border-style: none;
	background-image: none;
	height: 100%;
	text-indent: 0px;
    }
#suckerfishnav li ul ul {
    margin:-26px 0 0 150px;
    }
#suckerfishnav li li:hover {
	background-color: #005a9a;
    }
#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:#FFFFFF;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#FFFFFF;
    }
#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:#dfecf8;
    }
#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;
    }
#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;
	background-color: #006ab4;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background:#006ab4;
	border-top-color: #2db3dd;
	border-bottom-color: #005a9a;
    }
li.home a {
	text-decoration:none;
	text-indent: -9999px;
	width: 150px;
	height: 55px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
li.home a:hover {
	background-position: center bottom;
}
li.about a {
	text-decoration:none;
	text-indent: -9999px;
	width: 150px;
	height: 55px;	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
li.about a:hover {
	background-position: center bottom;
}
li.programs a {
	text-decoration:none;
	text-indent: -9999px;
	width: 150px;
	height: 55px;	background-image: url(images/programs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
li.programs a:hover {
	background-position: center bottom;
}
li.events a {
	text-decoration:none;
	text-indent: -9999px;
	width: 150px;
	height: 55px;
	background-image: url(images/events.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
li.events a:hover {
	background-position: center bottom;
}
li.contact a {
	text-decoration:none;
	text-indent: -9999px;
	width: 150px;
	height: 55px;	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
li.contact a:hover {
	background-position: center bottom;
}
