/* 
--------------------------------------
-------- CATEGORIES MENU -------------
 */
	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 150px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 23px;
		margin-bottom : 0px;
		width: 150px;
		background-color : white;
		text-indent: 5px;
					
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 148px;
		margin-top : -27px;

	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-bottom: -1px;
		background-color : #ccc;
	}
	
	#nav li a {
		width: 148px;
		display : block;
		font-family: Verdana, Arial, sans-serif;
  		font-size: 12px;
  		font-weight: normal;
		color: #000000;
		text-decoration : none;
		border : 0px solid #d9d9da;
		padding : 0;
	
	}
	
	#nav li a:hover {
		width: 148px;
  		font-weight: bold;
		color : #92373F;
		background-color : #ccc;
	}
	
	#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: 1px;
	}

	
/* 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;
}



/*
---------------------------
---- END CATEGORIES MENU */
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11;
		
	}
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.85em;
		margin-bottom : -1px;
		width: 11em;
		
		border : 1px solid #cccccc;
	}
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
		width:165px;
	}
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		/*border : 1px solid black;*/
		padding : 0 0.5em;
	}
	#nav li a:hover {
		color : white;
		background-color : #cccccc;
	}
	#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 a.daddy {
	background: url(images/arrow_green.gif) center right no-repeat;
}
/* Selected items with subcategories */	
#nav li.selected {
    background-color: #FFCC00;
}
	
