#SectionSelector .ddl_Sections_CssClass{}

#SectionSelector .ddl_Sections_Item_CssClass{}

#SectionSelector .List_Sections_CssClass{list-style : none;
padding : 0;
margin : 0;}

#SectionSelector .List_Sections_Item_CssClass{display: block;
    width: 25px;
    text-align: center;
    background: #999;
    margin: 1px 4px 4px 0px;
    color: #fff;
    float: left;
    font-size: 12px;
    text-decoration: none;
    line-height: 25px;}

#SectionSelector .List_Sections_ItemHover_CssClass{    background: #7acb02;
    color: #fff;}

#SectionSelector .List_Sections_SelectedItem_CssClass{background: #7acb02 !important;
    display: block;
    width: 30px;
    text-align: center;
    margin: 1px 2px 4px 0px;
    color: #fff !important;
    float: left;
    font-size: 12px;
    text-decoration: none;
    line-height: 25px !important;}

#SectionSelector .List_Sections_Item_Image_CssClass{}

#SectionSelector .List_Sections_SelectedItemHover_CssClass{}

#SectionSelector .List_Sections_CssClass li a {
    display: block;
    width: 25px;
    text-align: center;
    background: #999;
    margin: 1px 4px 4px 0px;
    color: #fff;
    float: left;
    font-size: 12px;
    text-decoration: none;
    line-height: 25px;
}
#SectionSelector .List_Sections_CssClass li a:hover{
    background: #7acb02;
    color : #fff;    
}


