/*
  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 {
z-index:1000;
font-size:100%;
margin:5px 0 5px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
#suckerfishnav ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html #suckerfishnav ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
#suckerfishnav li {
position:relative;
background:inherit;
/*height:26px;*/

}

/* get rid of the table */
#suckerfishnav table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
#suckerfishnav a, #suckerfishnav a:visited {
display:block; 
text-decoration:none;
/*height:25px;
line-height:25px;*/
width:149px;
color:#fff;
text-indent:5px;
border-bottom:1px solid #e8e8e8;

}
/* hack for IE5.5 */
* html #suckerfishnav a, * html #suckerfishnav a:visited {/*background:#d4d8bd;*/ width:200px; w\idth:149px;}
/* style the link hover */
* html #suckerfishnav a:hover {color:#fff; /*ackground:#949e7c;*/}

#suckerfishnav :hover > a {
color:#fff; 
/*background:#949e7c;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#suckerfishnav ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
#suckerfishnav ul li:hover ul,
#suckerfishnav ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#suckerfishnav ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#suckerfishnav ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#suckerfishnav ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#suckerfishnav ul :hover ul :hover ul :hover ul { 
visibility:visible;
