	#nav{ /* all lists */
		padding: 0;
		margin: 0;
		border:0;
		list-style: none;
		width : 800px;
		text-align: center;
		z-index: 100;
		background: #ffffff;
	}
	
	#nav li { /* all list items */
		position : relative;
		width: 133px;
		float : left;
		background-color: #ffffff;
		background-image: url('button.gif');
		background-repeat: repeat-x;
		background-position: bottom left;
		color: #ffcc00;
		height: 30px;
		line-height: 30px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}

	#nav li:hover{
		background-image: url('button-bright.gif');
		background-repeat: repeat-x;
		background-position: top left;
		color: #000000;
	}

	#nav li a, #nav li ul a {
		color: #ffcc00;
		text-decoration: none;
	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		display: block;
		left: -2000px;
		top: 30px;
		text-align: left;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#nav li ul li { /* second-level lists */
		border-top: 0px;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		background: #333333;
		color: #ffcc00;
		padding: 0 0 0 5px;
	}

	#nav li ul li a {
		color: #ffcc00;
	}

	#nav li ul li:hover {
		background: #666666;
		color: #ffcc00;
	}

	#nav li ul li:hover a {
		color: #ffcc00;
	}

	#nav li ul li:hover li a {
		color: #ffcc00;
	}

	#nav li ul li li:hover a {
		color: #ffcc00;
	}
		
	#nav li:hover ul { /* lists nested under hovered list items */

		left: 0px;
	     
	}

	#nav li:hover ul ul { /* lists nested under hovered list items */

		display: none;
	     
	}

	#nav li ul ul { /*third level */

		position: absolute;
		display: none;
		top: 0px;
	}

	#nav li li:hover ul {

		display: block;
	}

	#navHome ul li {
		width: 128px;
	}
	
	
	#navCommunity ul li {
		width: 155px;
	}

	#navArticles ul li {
		width: 190px;
	}

	#navCircuit ul li {
		width: 135px;
	}

	#navTools ul li {
		width: 128px;
	}

	#navFun ul li {
		width: 128px;
	}