
/*--- main navigation items--------------------------------------------*/

/*--- keeps the list items horizontally aligned------------------------------------*/
#main_nav_list li {
	list-style-image: url('dot.gif');
	height: 28px;
	float: left;
	margin: 0;
	left-margin: 2px;
	padding: 0;
}

/*--- provides spacing for list items--------------------------
padding is from top, from left, after text  ---------*/

#main_nav_list a {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	background: transparent;
	margin: 0;
        padding: 2px 10px 2px 10px;
        display: block;
        float: left;
	height: 28px;
	font-size: 100%;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	height: 26px;
}

/*--- main navigation items ------------------------------------------------*/


/*--- button decoration ------------------------------------------------*/

#main_nav_list a.main_nav_active_item {
/*  background: url(n2on.gif) no-repeat; */
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  background-position: top left;
}
#main_nav_list a.main_nav_item {
/*  background: url(n2on.gif) no-repeat; */
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #DAD2A8;
  /*--- off button text color -------*/
  background-position: top left;
}
#main_nav_list a.main_nav_item:hover {
/*  background: url(n2hover.gif) no-repeat; */
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
/*  color: #a79d34; */
color: #b8ae43;
  background-position: top left;
}