
/* Set the default behavior of the lists */
#nav, #nav ul {
        font-size: 7.5pt;
	float: left;
	width: auto;
	list-style: none;
	line-height: 12pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
        z-index: 100;
}

/* The horizontal link bar */
#nav li {
	float: left;
	padding: 0;
	width: 10em;            
	background: transparent;
}

#nav li:hover, #nav li.sfhover {
	background: transparent; 
}

/* The drop down styles */
#nav li li {
	width: 14em;
        background: #94AEDE;
        z-index: 100;
}

#nav li:hover li:hover, #nav li.sfhover li.sfhover {
	background: #C2D2EF; 
        z-index: 100;
}
#nav li:hover li:hover a.daddy, #nav li.sfhover li.sfhover a.daddy {
	background: #C2D2EF; 
	background: url(http://www.spuccne.com/images/public/right_arrow.gif) center right no-repeat;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
        border: 1px solid #369;
	margin: 0;
}

#nav li ul ul {
        margin: -1.75em 0 0 14em;
}

/* Additional Hover Characteristics */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, 
#nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* Link Properties */

#nav a {
	display: block;
	color: yellow;
	text-decoration: none;
	padding: .25em .25em .25em .25em;
}

#nav a.daddy {
	background: url(http://www.spuccne.com/images/public/right_arrow.gif) center right no-repeat;
}

#nav a:hover {
	color: #000;
}

#nav li ul a:hover {
	color: #000;
}



/* The Boat Navigation */

	#boat_nav, #boat_nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : auto;
	}


        #boat_nav li li a { background-color : #94AEDE; } 

        #boat_nav li ul { border : 1px solid black; } 

	#boat_nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 12em;
	}
	
	#boat_nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#boat_nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#boat_nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		font-weight : normal;
		text-decoration : none;
		/* background-color : blue; 
		border : 1px solid black;  */
		padding : 0 0.5em;
	}
 
	#boat_nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#boat_nav li:hover ul ul, #boat_nav li:hover ul ul ul, #boat_nav li.sfhover ul ul, #boat_nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#boat_nav li:hover ul, #boat_nav li li:hover ul, #boat_nav li li li:hover ul, #boat_nav li.sfhover ul, #boat_nav li li.sfhover ul, #boat_nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

#boat_nav a.bdaddy {
	background: url(http://www.spuccne.com/images/public/right_arrow.gif) center right no-repeat;
}
#boat_nav li:hover li:hover a.bdaddy, #boat_nav li.sfhover li.sfhover a.bdaddy {
	background: #94AEDE; 
	background: url(http://www.spuccne.com/images/public/right_arrow.gif) center right no-repeat;
}


/* The retail Navigation */

	#retail_nav, #retail_nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : auto;
	}


        #retail_nav li li a { background-color : #94AEDE; } 

        #retail_nav li ul { border : 1px solid black; } 

	#retail_nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 12em;
	}
	
	#retail_nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#retail_nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#retail_nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		font-weight : normal;
		text-decoration : none;
		/* background-color : blue; 
		border : 1px solid black;  */
		padding : 0 0.5em;
	}
 
	#retail_nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#retail_nav li:hover ul ul, #retail_nav li:hover ul ul ul, #retail_nav li.sfhover ul ul, #retail_nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#retail_nav li:hover ul, #retail_nav li li:hover ul, #retail_nav li li li:hover ul, #retail_nav li.sfhover ul, #retail_nav li li.sfhover ul, #retail_nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

#retail_nav a.daddy {
	background: url(http://www.spuccne.com/images/public/right_arrow.gif) center right no-repeat;
}
#retail_nav li:hover li:hover a.daddy, #retail_nav li.sfhover li.sfhover a.daddy {
	background: #94AEDE; 
	background: url(http://www.spuccne.com/images/public/right_arrow.gif) center right no-repeat;
}



