/* Drop Downs */
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0 0 10px 0;
		list-style: none;
		float : left;
		width : 12em; /* was 11 */
		
		font-size: 11px;
	}
	
	#nav a.daddy {
	background: #f7f7d6; /*url(http://www.fairiesworld.com/pixs2/rightarrow2.gif) center right no-repeat*/
}

#nav a.daddy_sec {
	background: #e2dbc5; /*url(http://www.fairiesworld.com/pixs2/rightarrow2.gif) center right no-repeat*/
}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 2em;
		/*margin-bottom : -1px;*/
		width: 12em; /* was 11 */
		background-color: #f7f7d6;
		color: #639;
		padding: 0;
		height: 1%;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 6.05em; /* was 11.05 */
		margin-top : -1.35em;
		background-color : #e2dbc5;
		border : 1px solid black;
		display: none;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		background-color : #e2dbc5;
		display: none;
	}
	

	
	#nav li a {
		width: 12em; /*was 11 */
		w\idth : 12em; /*was 10 */
		display : block;
		color: #639;
		font-weight : normal;
		text-decoration : none;
		/*border : 1px solid black;*/
		padding : 0;
	}
	
	#nav li.sec {
		background-color: #e2dbc5;
	}
	
	#nav li a:hover {
		color : #9e10cb;
		background-color : #eee;
	}
	
	#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;
	}