/* CSS Document */

#suckerfishnav {      /*the menu that's seen without mouse*/
	font-size:10px;
	font-family:verdana, sans-serif;
	font-weight:bold;
	background-color: #42224F;
	background-image: url(../new_unslat_site/images/nav_background.jpg);
	background-repeat: repeat-x;
    }
#suckerfishnav, #suckerfishnav ul {     /*this is for the formatting of the menu and the top level list*/
	float:left;
	list-style:none;
	line-height:29px;
	padding:0;    /*goes around all of menu*/
	margin:0;
	width:760px;
    }
#suckerfishnav a {    /*for the text on the main level*/
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
    }
#suckerfishnav li {
	float:left;
	padding:0;
    }
#suckerfishnav ul {      /*for the color width of the first flyout*/
    position:absolute;
    left:-999em;
    height:auto;
    width:161px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    }
	#suckerfishnav li ul {/* rest of styles */ z-index:10;}
#suckerfishnav li li {    /*for the boxes and text of the first flyout - the width has to be 1px smaller than the width above*/
    width:160px;
    border-top:1px solid #dddddd;     /*border between flyout items*/
    border-right:1px solid #dddddd;
	font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {    /*for the text that is in the second flyout - the width makes the text allon one line*/
	font-size:10px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: 160px;
	border-right-style: none;
    }
#suckerfishnav li ul ul {   /*this is for the second flyout placement - have the 140 match the width of above*/
    margin:-28px 0 0 160px;
    }
#suckerfishnav li li:hover {    /*this is the main hover color for flyout*/
    background:#8343A0;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {    /*changes text color on the flyout mouse over*/
    color:#FFFFFF;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {    /*changes color of the text color on the main menu*/
    color:#FFFFFF;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {    /*changes the text color on the flyout menu*/
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {    /*changes the background color on the fllyout*/
    left:auto;
    background:#42224F;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {   /*main menu mouse over color*/
    background:#8343A0;
    }

