/* * * * * * * * * * * * * * * * * * * * * * 
 CSS DROPDOWN MENU STYLES (Son of Sucker Fish Adaptation) 
* * * * * * * * * * * * * * * * * * * * * */

#nav {
	float: left;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	position: absolute;
	left: -999em;
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0 0 7px 0;
	background: url(../fw/dropdownBtm.gif) no-repeat left bottom;
	border-top: 1px solid #061844;
}
#nav a {
	display: block;
	padding: 6px 8px;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}
#nav a:hover {
	color: #FFFB26;
	background-color: #061844;
}
#nav ul a {
	width: 160px;
	padding: 5px 10px;
	text-transform: none;
}/* Width is necessary for IE6 and should add to 180px */
#nav ul a:hover {
	background-color: none;
}
#nav li {
	float: left;
	padding: 0;
	border-left: 1px solid #55617F;
	border-right: 1px solid #061844;}
#nav ul li {
	width: 180px;
	background: #8791A5;
	border-width: 0;
}
#nav ul ul {
	margin: -21px 0 0 180px;
	border-width: 0;
}
#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;
}
#nav li:hover,
#nav li.sfhover {
	background:;
}/* "background" attribute must stay in place, even if empty, for IE7 rendering. */
#nav li li:hover,
#nav li li.sfhover {
	background: #26355C;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 MISC. STYLE OVERRIDES 
* * * * * * * * * * * * * * * * * * * * * */

#nav li.leftListItem {
	border-left-width: 0;
}
#nav li.rightListBorder {
	border-right-width: 0;
}
#nav li.rightListBorder a {
	padding-left: 0;
	padding-right: 0;
}