.panelbarHeaderCollapsed
{
        FONT-SIZE: 16px;
        COLOR: #69BFD9 ;
        FONT-FAMILY: Helvetica, Arial, sans-serif;
        font-weight: bold;
	cursor: hand;
	cursor: pointer;
        text-decoration: none;
	background-image: url(../Img/CollapsedBg.gif);
        height: 50px;
        padding-left: 16px;
        border-bottom: 0px solid #ffffff;
        border-top: 0px solid #ffffff;}

.panelbarHeaderHover
{
        FONT-SIZE: 16px;
        COLOR: #c0ad00;
        FONT-FAMILY: Helvetica, Arial, sans-serif;
        font-weight: bold;
	cursor: hand;
	cursor: pointer;
        text-decoration: none;
	background-image: url(../Img/HoverBg.gif);
        height: 50px;
        padding-left: 16px;
        border-bottom: 0px solid #ffffff;
        border-top: 0px solid #ffffff;}

.panelbarHeaderExpand
{
        FONT-SIZE: 16px;
        COLOR: #c0ad00;
        FONT-FAMILY: Helvetica, Arial, sans-serif;
        font-weight: bold;
	cursor: hand;
	cursor: pointer;
        text-decoration: none;
        background-image: url(../Img/ExpandBg.gif);
        height: 50px;
        padding-left: 16px;
        border-bottom: 0px solid #ffffff;
        border-top: 0px solid #ffffff;
}

.panelbarItem
{
        FONT-SIZE: 14px;
        COLOR: #c0ad00;
        FONT-FAMILY: Helvetica, Arial, sans-serif;
        font-weight: normal;
        width: 100%;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
        padding-left: 22px;
        height: 24px;
        //border-left: 0px solid #999999;
        //border-right: 0px solid #999999;
        border-bottom: 0px solid #e8e8e8;
        border-top: 0px solid #ffffff;
        background-image: url(../Img/itemsBg.gif);

}

.panelbarItemHover
{
        FONT-SIZE: 14px;
        COLOR: #c0ad00;
        FONT-FAMILY: Helvetica, Arial, sans-serif;
        font-weight: normal;
        width: 100%;
	cursor: hand;
	cursor: pointer;
        text-decoration: none;
        padding-left: 22px;
        height: 24px;
        //border-left: 0px solid #999999;
        //border-right: 0px solid #999999;
        border-bottom: 0px solid #e8e8e8;
        border-top: 0px solid #999999;
        background-image: url(../Img/itemsBgHover.gif);

}

.panelbar
{
        FONT-FAMILY: Helvetica, Arial, sans-serif;
        border-left: 0px solid #999999;
        border-right: 0px solid #999999;
        border-bottom: 0px solid #999999;
        border-top: 0px solid #999999;
        background-image: url(../Img/itemsBg.gif);
}

