.active {

 background:  transparent url(../title/navbg.gif) repeat-x top left;
 cursor: pointer;
 cursor: handpoint;
 height: 24px;
 border: red 0px solid;
 text-align: center;
 padding: 0px;
 vertical-align: top;
 width: 120px;
}

.active_dn {

 background: transparent url(../title/navbg_dn.gif) repeat-x top left;
 cursor: pointer;
 cursor: handpoint;
 height: 24px;
 border: red 0px solid;
 text-align: center;
 padding: 0px;
 vertical-align: top;
 width: 120px;
}

.active a, .active_dn a {

 font-family: Verdana;
 font-size: 14px;
 color: white;
 text-transform: lowercase;
 text-decoration: none;
 display: block;
 width: 100%;
 height: 100%;
 border: red 0px solid;
 margin-left: 5px;

}
.separator {

width: 1px;
}
