.ntitle {
font-weight: bold;
}



#catCont {
background-color: #f8fafc;
border: solid #c4d1e1;
border-width: 1px 0 1px 0;
margin-bottom: 15px;

}

.catItem {
display: block;
color: #2f5d97;
font-weight: bold;
padding: 5px 0 5px 14px;
background: url(../images/nav/bullet2.gif) no-repeat 4px center;
margin: 0 7px 0 7px;

}

.borderbottom {
border-bottom: 1px dotted #9d9fb3;
}

.catItem:hover, .catActive {
color: #FF6600;
background: url(../images/nav/bullet1.gif) no-repeat 4px center;
background-color: #FFFFFF;
}

