﻿.nb
{
    width:220px;
    background:transparent url("../images/navbar/static.png") no-repeat -210px 0;
    padding-top:5px;
}

.item,.item-h
{
    font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    color:#fff;
    cursor:default;
}

.item .top,.item-h .top
{
    height:30px;
    width:210px;
    background:transparent url("../images/navbar/static.png") no-repeat;
    line-height:30px;
    font-weight:bold;
}
.item-h .top
{
    background-position:0 -30px;
}

.item .sub,.item-h .sub
{
    width:210px;
    height:20px;
    background-color:black;
    color:white;
    margin:0 5px;
    line-height:25px;
}
.item-h .sub
{
    background:none url("../images/navbar/static.png") no-repeat 0 -65px;
    color:#000;
}

.icon
{
    float:left;
    width:16px;
    height:16px;
    background:transparent url("../images/navbar/date.gif") no-repeat;
}
.sub-t
{
    padding:0;
    margin:0 5px;
    width:210px;
    height:5px;
    background:transparent url("../images/navbar/static.png") no-repeat 0 -60px;
}
.sub-b
{
    padding:0;
    margin:0;
    width:220px;
    height:8px;
    background:transparent url("../images/navbar/static.png") no-repeat -210px -315px;
}
.icon
{
}
.top .icon
{
    margin:5px 8px;
}
.sub .icon
{
    margin:4px 8px 0 12px;
}
.date
{
    background-image:url("../images/navbar/date.gif");
}
.blank
{
    background-image:none;
}