.katitem
{
  margin: 0px 0px 20px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #C0C0C0;
  border-left: 1px dotted #C0C0C0;
  border-right: 1px dotted #C0C0C0;
  background: #F5F5FC url(katitemhin.png) repeat-x;
}

#katitem2
{
  margin: 0px 0px 0px 0px;
  position:absolute;
  width: 593px;
}

#katitemindex
{
  margin: 0px 0px 0px 0px;
  width: 200px;
}

#katitem3
{
  margin: 0px 0px 0px 0px;
  position:absolute;
  width: 593px;
  z-index: 100;
  display: none;
}

.navcontainer
{
  margin: 10px 0px -11px 0px;
}

.navlist
{
        padding: 0px 0px 3px 0px;
        margin-left: 0;
        border-bottom: 1px dotted #C0C0C0;
        font: 11px Verdana, sans-serif;
}

.navlist li
{
        list-style: none;
        margin: 0;
        display: inline;
}

.navlist li a
{
        padding: 3px 0.5em;
        margin-left: 0px;
        border: 1px dotted #C0C0C0;
        border-bottom: none;
        background: #F0F1F9;
        text-decoration: none;
}

.navlist li a:link { color: #7F7F7F; }
.navlist li a:visited { color: #7F7F7F; }

.navlist li a:hover
{
        color: #9F0000;
        background: #D7E0E7;
        border-color: #227;
}

.navlist li a.current
{
        color: #800000;
		font-weight: bold;
        background: #DBDFE3;
        border-bottom: 1px solid #DBDFE3;
}
