/*
  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{
	list-style-type: none;	
	width:150px;
	padding:0;	
	margin:0;
	background-color:#330000;
	font-family:arial; 
	/*font-weight:bold;*/
	font-size:12px
	line-height:35px
	border:1px solid #677BA7;
	border-bottom:0px;
	border-right:0;
}

/*can specify a fixed width here if you want, ie: width:30em;*/

#suckerfishnav ul{
	list-style-type: none;
	width:150px;
	padding:0;	
	margin:0;
position: absolute;
}


#suckerfishnav a {
	width:150px;
	height:40px;
font-size:12px;
	color:#d7d7b1;
	line-height:35px;
	text-decoration:none;
	padding:0 0 0 10px;
	border-bottom:1px solid #677BA7;
	background-color:#330000;
	display:block;
text-align: center;
}/*can specify a fixed width here for each first level button if you want, ie: width:10em; You must also modify the #suckerfishnav li as well*/

#suckerfishnav a:hover {
	color:#330000;
font-size:12px;
	line-height:35px;
	text-decoration:none;
	background-color:#d7d7b1;
text-align: center;
}

#suckerfishnav li {
line-height: 35px;
font-size:12px;
	padding:0;
	margin:0;
}/*can specify a fixed width here for each first level button if you want, ie: width:10em; You must also modify the #suckerfishnav a as well*/

#suckerfishnav li li a {
	height:35px;
font-size:12px;
	background-color:transparent;
}

#suckerfishnav li ul {
	position:absolute;
	left:-999em;
	width:140px;
	font-weight:normal;
	margin:0;
	border:0;
	border-top:1px solid #E48E8D;
	z-index:1000;
}

#suckerfishnav li li {
	height:40px;
	padding:0;
	color:#330000;
	text-decoration:none;
	background-color:#330000;
	border-bottom:1px solid #d7d7b1;
	border-right:1px solid #d7d7b1;
border-left:1px solid #d7d7b1;
	margin:0;
}

#suckerfishnav li li a {
	width:140px;
	color:#d7d7b1;
font-size:12px;
	text-decoration:none;
	padding:0 0 0 1px;
	border:0;
	margin:0;
}

#suckerfishnav li ul a {}

#suckerfishnav li ul ul {
	margin:1.5em 0 0 0em;
}

#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;
margin-left: 150px;
margin-top: -40px;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background: #d7d7b1;
}

#suckerfishnav li li a:hover {
background-color:#d7d7b1;
}