	
		
	#nav a {
		font: 13px Arial, Helvetica, sans-serif;
		color:#363636; 
		text-decoration:none;
		margin:10px;
		width: 100%;
		}
		
	#nav a:hover {color:#c98911}
		

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

	

li { /* all list items */
	float: left;
	position: relative;
	height:auto;
	/*height:30px;*/
	text-align: left;
	/*width:178px;
	*/
}

.daddy {height:40px}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	width:178px;
	background:url(../images/nav/sub_bg2.gif) repeat-y; 
	background-color:#999999;
	list-style: none;
}

li li {
	/*padding: 0.2em 10px;*/
	height: 30px;
	width:178px;
	background:url(../images/nav/sub_bg2.gif) repeat-x; 
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	/*border-right:#CCCCCC 1px solid;*/
	}
	

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}




