/*
  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 {background: url("http://www.thepimppanther.com/wordpressthemesdemo/wp-content/themes/RedFlames/images/BlockHeader.png") repeat-x;}

#suckerfishnav, #suckerfishnav ul {
        margin:0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;}

#suckerfishnav a {
        text-align:center;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;}

#suckerfishnav li {
        margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;}

#suckerfishnav ul {
        visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 30px;
	background:none;}
