/*
  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 {
	color: #fff;
	text-decoration:  none;
	font-family: Helvetica;
	font-size: 17px;
	height: 1%;
        }

#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:40px;
	padding:0;
	margin:0;
	width:100%;
        margin-left:-30px;
	}
	
#suckerfishnav a {
	display:block;
	color:#dddddd;
	text-decoration:none;
	padding:0px 10px;
	}
	
#suckerfishnav li {
	float:left;
	padding:0;
	}
	
#suckerfishnav ul {
	position:absolute;
	height:auto;
	width:151px;
	font-weight:normal;
	margin:0;line-height:1;
	border:0
	}
#suckerfishnav a {
	color:#fff;
	text-decoration:none;
	line-height: normal;
	}

#suckerfishnav a:hover {
	color:#FFD200;
	text-decoration:none;
	}

#pixopoint_menu1 a:active {
	color: #00c5fa;
	text-decoration:none;
	}