div.N_All, div.N_AllCurrent, div.N_ItemLink, div.N_ItemCurrent, div.N_ListOpened, div.N_ListClosed
{
  font-weight: bold;
  text-align: left;
  vertical-align: absmiddle;
  text-indent: 0;
  text-decoration: none;
  border : none;
  font-size: 8pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #333333;
  padding: 2px 2px 2px 12px;
  background-repeat: no-repeat;
  background-position: 0px 2px;

}
div.N_All, div.N_AllCurrent, div.N_ItemLink, div.N_ItemCurrent
{
  background-position: left center;
}
div.N_All a, div.N_AllCurrent a, div.N_ItemLink a, div.N_ItemCurrent a, div.N_ListOpened a, div.N_ListClosed a, div.N_All a, div.N_All:visited
{
  text-decoration: none;
  font-weight: bold;
}
div.N_AllCurrent, div.N_All
{
  color: #333333;
  white-space: nowrap;
}
/*  cutednav  */
div.N_In
{
  padding-left: 0px;
}
div.N_H
{ 
  display: none;
  padding-left: 0px;
}
div.N_ListOpened, div.N_HasChilds
{
  background-image: url(/images/navigator/list_opened.gif);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  color: #3333333;

}
div.N_ListClosed
{
  background-image: url(/images/navigator/list_closed.gif);  
  background-position: 0px 7px;
  background-repeat: no-repeat;
}

div.N_ItemCurrent
{
  background-image: url(/images/navigator/item_current.gif);
}
div.N_ItemLink
{
  background-image: url(/images/navigator/item_link.gif);
}
div.N_AllCurrent
{
  background-image: url(/images/navigator/all_current.gif);
}
div.N_All
{
  background-image: url(/images/navigator/all.gif);
  white-space: nowrap;
  color: #333333;
}

.N_Depth0
{
  margin: 0 0 0 0px;
}
.N_Depth1
{
  margin: 0 0 0 10px;
}
.N_Depth2
{
  margin: 0 0 0 20px;
}
.N_Depth3
{
  margin: 0 0 0 30px;
}
.N_Depth4
{
  margin: 0 0 0 40px  ;
}
.N_Depth5
{
  margin: 0 0 0 50px  ;
}
.N_Depth6
{
  margin: 0 0 0 60px  ;
}
.N_Depth0, .N_Depth1, .N_Depth2, .N_Depth3, .N_Depth4, .N_Depth5, .N_Depth6
{
	brder-bottom: 1px solid black;
}

