/*  horizontalnav START  //  http://alistapart.com/articles/slidingdoors/  */
#horizontalnav {
	/*float:left;*/
	/*height:100px;*/
	font-size:.75em;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:38px;
}
#horizontalnav ul {
	/*border:1px solid #ff0000;*/
	width:900px;
	/*float:left;*/
	margin:auto;
    padding:0;  /*  Placement of the entire nav  */
	list-style:none;
	/*display:inline;*/
	
}
#horizontalnav li {
	/*border:1px solid #ff0000;*/
	float:left;
	/*background:url("../images/nav_right.jpg") no-repeat right top;*/  /*  BG & right rounded corner  */
	margin:0 4px 0 4px;
    padding:0;
	height:38px;
}
#horizontalnav a {
	display:block;
	/*background:url("../images/nav_left.jpg") no-repeat left top;*/  /*  Left rounded corner (lays on top of li image)  */
    padding:10px 0 0 0;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
/*#horizontalnav #current {
	background-image:url("../images/nav_right_on.jpg");
}*/
#horizontalnav #current a {
	/*background-image:url("../images/nav_left_on.jpg");	*/
	/*padding-bottom:5px;*/  /*  Set the bottom padding to 5px so it hides the BG line and "bleeds" into the bottom  */
	color:#9ec966;  /*  Text color  */
}
#horizontalnav a:hover {
	color:#9ec966;
}
/*  horizontalnav END  */

