/*NAVIGATION BOX*/

div.navigationboxtitle{
  background: #e1dce0;
  padding-left: 4px;
   height: 15px;
  color: #ffffcc;
  font-weight: bold;
  text-align: left;
  font-size: 11px;
}

div.navigationbox{
width:165px;
 background: #e1dce0;
  color: #000000;
  margin-left: auto;
   margin-right: auto;
  margin-bottom: 10px;
  border:1px solid #000;
font-size: 11px;
}

.navigationbox a {

font-size: 11px;
  background: #e1dce0 url(../images/_cust/nav/bullet_over.gif);
  	background-repeat: no-repeat;
  color: #000;
  padding-left: 8px;
  text-decoration: none;
  font-weight: normal;
  display: block;
border-bottom:1px solid #eee;
margin-left:8px;

}

.navigationbox a:hover {

font-size: 11px;
  color: #c0c0c0;
  text-decoration: none;
  font-weight: normal;
  background: #e1dce0 url(../images/_cust/nav/bullet_over.gif);
  	background-repeat: no-repeat;
	border-bottom:1px solid #eee;

}

.levelheader0{
  padding-left: 5px;
  background: #384F74;
  color: #fff;
  height:15px;

}
.levelnav0{
  background: #e1dce0;
  margin-left: 0px;
 
}
.levelnav0 a{
  background: #e1dce0 url(../images/_cust/nav/bullet.gif);
  	background-repeat: no-repeat;
margin-left:2px  ;
  padding-left: 18px;
}
.levelnav0 a:hover{
  background: #e1dce0 url(../images/_cust/nav/bullet.gif);
  	background-repeat: no-repeat;
margin-left:2px  ;
  padding-left: 18px;
}
.levelheader1{
  padding-left: 5px;
  background: #384F74;
  color: #fff;
  height:15px


}
.levelnav1 a{
  background: #e1dce0 url(../images/_cust/nav/bullet.gif);
  	background-repeat: no-repeat;
margin-left: 15px   ! important ;
}

.levelnav1{
  background: #e1dce0;
 
}
.levelheader2{
  padding-left: 5px;
  background: #384F74;
  color: #fff;
  height:15px


}
.levelnav2 a{
  background: #e1dce0 url(../images/_cust/nav/bullet.gif);
  	background-repeat: no-repeat;
margin-left: 15px   ! important ;
}

.levelnav2{
  background: #e1dce0;
 
}