	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 200px;
		font-size : x-small;
		background-color : #0066bb;

	}
	
	#nav li { /* all list items */
		position : relative;
		float : center;
		line-height : 15px;
		margin-bottom : -1px;
		width: 200px;
		background-color : #0082ec;
		text-indent: 1px;
		font-size : xx-small;
					
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 197px;
		margin-top : -27px;
		font-size : x-small;
  		font-weight: bolder;

	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-bottom: -1px;
  		font-weight: bolder;
	}
	
	#nav li a {
		width: 197px;
		display : block;
		font-family: Verdana, Arial, sans-serif;
  		font-size: x-small;
  		font-weight: bolder;
		color: white;
		text-decoration : none;
		border : 1px solid #d9d9da;
		padding : 0;
	
	}
	
	#nav li a:hover {
		width: 197px;
		font-size : x-small;
		color : white;
		background-color : #0066bb;
	}
	
	#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;
	}

	
/* Menu items with subcategories */	
#nav li a.daddy {
	background: url(images/infobox/cat_arrow.png) center right no-repeat;
}

/* Selected items with subcategories */	
#nav li.selected {
    background-color: #fff29d;
}