.navborder1{
	color: #666666; background-color : #ffffff;
}

a.nav  {
  margin           : 0px;
  padding          : 0px;
  font-size        : 11px;
  width            : 168px;
  color			   : #000000;
  background-color : #FFFFFF;	/*#ECEAD8;*/
  text-indent      : 5px;
  text-decoration:none;
}

a.nav:link, a.nav:visited {
  display          : block;
  font-size        : 11px;
  border-top       : 1px solid #ffffff;
  border-bottom    : 1px solid #999999;
  border-left      : 1px solid #999999;
  border-right		 : 1px solid #999999;
  background-color : #EDEDED;
  font-weight      : normal;
  padding          : 2px 0px 2px 0px;
  color            : #333333;
  width            : 168px;
  text-indent      : 5px;
   text-decoration:none;
}
a.nav:hover {
  background-color : #E3E3E3;
  font-size        : 11px;
  font-weight      : normal;
  text-decoration  : none;
  text-indent      : 5px;
}

.navchosen {
  background-color : #ffffff;
  font-size        : 11px;
  font-weight      : normal;
  text-decoration  : none;
  text-indent      : 5px;


}

/* NAV LEVEL 2 */
a.navitem  {
  margin           : 0px;
  padding          : 0px;
  font-size        : 12px;
  width            : 168px;
  background-color : #ECEAD8;
  text-indent      : 10px;
   text-decoration:none;
}
a.navitem: link {
  padding          : 0px 0px 0px 0px;
  font-size        : 12px;
  font-weight			 : bold;
  /*font-weight      :  normal;*/
  width            : 168px;
  color            : #df5800;
  background-color : #E3E3E3;
  text-indent      : 10px;
   text-decoration:none;
}
a.navitem:link, a.navitem:visited {
  display          : block;
  font-size        : 12px;
  border-top       : 1px solid #ffffff;
  border-bottom    : 1px solid #999999;
  background-color : #EDEDED;
  font-weight			 : bold;
  /*font-weight      :  normal;*/
  padding          : 2px 0px 2px 0px;
  color            : #df5800;	/*333333;*/
  width            : 168px;
  text-indent      : 10px;
   text-decoration:none;
}
a.navitem:hover {
	color            : #000000;
  background-color : #E3E3E3;
  font-size        : 12px;
  font-weight			 : bold;
  /*font-weight      :  normal;*/
  text-decoration  : none;
  text-indent      : 10px;
}


