/*NAVIGATION BOX*/

div.navigationboxtitle{
height:16px;
 color: #003366;
   margin-left:auto;
margin-right:auto;
overflow:hidden;
text-align:center;
border-right:solid 1px #000;
  background:#c0c0c0;;
  font-size:11px;
}

div.navigationbox{
  margin-top:10px;
 border-bottom:1px solid #c0c0c0;

  color: #9f8852;
  width:206px;
   margin-left:auto;
margin-right:auto;
  margin-bottom:10px;
font-size: 11px;
}

.navigationbox a {
background: url(../images/bullet.gif);
font-size: 11px;
background-repeat: no-repeat;
color: #fff;
text-decoration: none;
font-weight: normal;
display: block;
padding-left: 16px;

}
/*1c800d*/
.navigationbox a:hover {
background: #eee url(../images/bullet_over.gif);
font-size: 11px;
background-repeat: no-repeat;
color: #000;
text-decoration: none;
font-weight: normal;
display: block;
padding-left: 16px;

}

.levelheader0,.levelheader1,.levelheader2{

  padding-right: 6px;
  color: #603a1c;
  height:16px;
 font-weight:bold;
   border-top:1px solid #d0c2a7; 
    border-bottom:1px solid #d0c2a7;

}
.levelnav0,.levelnav1,.levelnav2{
padding-right: 6px;
font-weight:bold; 
}
.levelnav0 a,.levelnav1 a,.levelnav2 a{
  padding-right: 4px;
  border-bottom:1px solid #d0c2a7;

}