/* CSS Document */

#suckerfishnav {
font-size: 1.3em;
font-family:verdana,sans-serif;
/* can insert background image here
background: url(../images/menu.jpg) repeat-x;
*/
}


#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:40px;
padding:0;
margin:0;
width:100%
}


#suckerfishnav a {
display:block;
color:#ffffff;
text-decoration:none;
padding:0px 15px
}


#suckerfishnav li {
float:left;
padding:0
}


#suckerfishnav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:150px;
	font-weight:normal;
	margin:0;
	line-height:1.3;
	visibility: visible;
}

/* change border between drop down items */
#suckerfishnav li li {
padding-right:0px;
width:150px;
border-bottom:1px solid #000000
}


#suckerfishnav li li a {
padding:6px 10px
}


#suckerfishnav li ul li {
font-weight:normal;
font-family:verdana,sans-serif
}


#suckerfishnav li ul li a {
color:#ffffff
}


#suckerfishnav li:hover ul li a  {
color:#ffffff
}


#suckerfishnav li ul ul {
margin:-21px 0 0 151px
}


#suckerfishnav li ul li:hover {
background:#3d185d
}
/* this is the color for the drop down background on hover */


#suckerfishnav li ul li:hover a {
color:#ffffff
}
/* this is the color for the drop down copy on hover */


#suckerfishnav li ul li:hover li a {
color:#3d185d
}


#suckerfishnav li ul li li:hover a {
color:#000000
}


#suckerfishnav li ul li ul li:hover ul li a {
color:#000000
}


#suckerfishnav li ul li ul li:hover ul li:hover a {
color:#000000
}


#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
left:-999em
}


#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
left:auto;
background:#663382
}
/* this is the color for the drop down items background */


#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#663382
}
/* this is the color for the main items background on hover */


#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#ffffff
}
/* this is the color for the main items text on hover */