#nav-box {
	position:absolute;
	z-index:1000;
	left: 0px;
	top: 177px;
	/*width: 200px;*/
}
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 170px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 170px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 173px;
		margin-top : -26px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 160px;
	/*w\idth : 10em;*/
		display : block;
	color : white;
	/*font-weight : bold;*/
		text-decoration : none;
	background-color : #060;
	padding : 5px 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #696;
	}
	
	#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;
	}

/*Click box */
	#click, #click ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		/*width : 170px;*/
	}
	
	#click li { /* all list items */
	float:left;
	position : relative;
	line-height : 50px;
	margin-bottom : -1px;
	width: 300px;
	text-align: center;
	}
	#click li a {
	/*width: 160px;*/
	/*w\idth : 10em;*/
	display : block;
	color : white;
	/*font-weight : bold;*/
	text-decoration : none;
	/*background-color : #030;
	padding : 5px 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;*/
	}
	#click li a:hover {
		background-color : #696;
	}	

