.sidebar {
    width: 225px;
    text-align: left;
    min-height: 200px;
    color: #595959;
    padding: 0;
    margin: 0;
    font-size: 0.7em;
    list-style: none;
    float: left;
}
.sidebar > li > h2 {
    margin:4px 0;
    text-align:center;
    font-size:1.1em;
}

.sidebar a {
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: underline;
}

.sidebar > li {
    padding: 0;
    margin: 0;
}

.sidebar > li.widget > ul {
    background: #E0E9E9 url(images/menu_back.gif) right repeat-y;
    margin-bottom: 1em;
    margin-right: 0em;
    padding: 0;
    margin-right: 4px;
    margin-left: 4px;
}

.sidebar > li.widget > ul:before {
    background: transparent url(images/menu_tr.gif) no-repeat top right;
    border-bottom: 1px solid #ddd;
    content: url(images/key-point_tl.gif);
    display: block;
    font-size: 1px;
    height: 9px;
    line-height: 0.1;
    margin: 0;
    text-align: left;
}

.sidebar > li.widget > ul:after {
    background: transparent url(images/menu_br.gif) scroll no-repeat bottom right;
    border-top: 1px solid #fff;
    content:  url(images/key-point_bl.gif);
    display: block;
    font-size: 1px;
    height: 8px;
    line-height: 0.1;
    margin: 0 0 0 0;
    padding-top: 0;
    text-align: left;
}

.sidebar > li.widget > ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar > li.widget > ul li {
    color: #666;
    display: block;
    font-weight: bold;
    margin: 0 !important;
    position: relative;
}

.sidebar > li.widget > ul li a,
.sidebar > li.widget > ul li.current_page_item li a {
    background: #EDF2F2;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    border-right: 1px solid #ddd;
    display: block;
    padding: 6px 10px;
    margin: 0;
    text-decoration: none;
    font-weight: normal !important;
    zoom: 1;
}

.sidebar > li.widget > ul li.current_page_item a,
.sidebar > li.widget > ul li.current_page_item a:hover,
.sidebar > li.widget > ul li.current-cat a,
.sidebar > li.widget > ul li.current-cat a:hover  {
    font-weight: bold !important;
    background: #d0d8e0;
}

.sidebar > li.widget > ul li a:hover,
.sidebar > li.widget > ul li.current_page_item li a:hover {
    background: #E0E9E9;
}

.sidebar > li.widget > ul ul a {
    font-weight: normal;
}

.sidebar > li.widget > ul li li a,
.sidebar > li.widget > ul li.current_page_item li a {
    padding: 4px 8px 4px 20px;
}

.sidebar > li.widget > ul li.current_page_item li a {
    padding: 4px 8px 4px 20px;
}

.sidebar > li.widget > ul li.current_page_item li a:hover {
    background: #E0E9E9;
    font-weight: normal !important;
}

/* av.pl newsbox */

.avpl_newsbox {
    background: url(images/c-grad.png) no-repeat;
    padding: 0;
    margin: 0;
    margin-left: 4px;
}

.avpl_newsbox > ul {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    list-style: disc;
    width: 210px;
}

.avpl_newsbox > h2 {
    font-size:1.1em;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0 0 0 2px;
}

.avpl_newsbox > ul > li {
    clear: both;
    font-size: 0.9em;
    margin-left: 10px;
    color:#0E3788;
}

.avpl_newsbox > ul > li.first {
    list-style: none;
    font-size: 1.0em;
    padding-bottom: 40px;
    margin-left: 0;
}

.avpl_newsbox > ul > li.first h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size:1.2em;
}

.avpl_newsbox > ul > li.first p {
    color:#595959;
    margin:5px 5px 5 0px;
}

.avpl_newsbox > ul > li.first a {
    text-decoration: underline;
}

.avpl_newsbox > ul > li.first .more {
    float: right;
    font-size: 0.8em;
}

.avpl_newsbox > ul > li.first .more a {
    text-decoration: none;
}

.avpl_newsbox > ul > li.first .more a span {
    padding-left:20px;
    background: url(images/arrow.gif) no-repeat;
}

.avpl_newsbox > ul > li.first .more a:hover span {
    background-position: -16px 0;
}


