#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		position:relative;
		float : left;
		width : 132px;
		z-index:300;
	}
	
#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		width: 132px;
		height:22px;
		background-image:url(/images/index/button.gif);
		background-repeat:no-repeat;
		padding:0;
	}
	
#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : -125px;
		margin-top : -1.8em;
	}
	
#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
#nav li a {
		display:block;
		color: #000066;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size: 104%;
		font-weight : 600;
		text-decoration : none;
		text-transform:uppercase;
		border:0;
		margin:0;
		margin-top:4px;
		padding:0;
		padding-left:0.6em;
	}
	
#nav li a:hover {
		color : #CC0000;
		padding-left:0.7em;}
#nav li li a  {
	background-image:none;

}
.daddy a {
	background-image:url(/images/rightarrow2.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
	
#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 { /* lists nested under hovered list items */
		left: auto;
	}