/* Start of CMSMS style sheet '06_notepad_right' */
/* right part */
#right_column {
    display: block;
    width: 260px;
    float: right; 
    margin-right: 14px;
}

#right_menu {
    background: url(/images/2010/rightmenubg.png) repeat-y top left;
    border: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}
#right_menu #current_menu {
    margin: 0px;
    margin-left: 15px;
    list-style: none;
    padding: 0;
}

#right_menu #current_menu li{
    padding-left: 15px;
    background: transparent url(/images/2010/checkmark.png) no-repeat left center; 
    font-size: 14px;
    width: 200px;
}

#right_menu #current_menu li a {
    text-decoration: none;
    color: #28455A;
}
#right_menu #current_menu li a:hover {
    text-decoration: underline;
}

#right_menu_bottom {
    height: 10px;
    background: url(/images/2010/rightmenubotbg.png) no-repeat top left;
    border: 0px;
}

#right_colum_content {
    width: 220px;
    margin-left: 15px;
    margin-right: 35px;
}

.right_ads {
    display: block;
    width: 220px;
    margin-top: 15px;
}

.right_ads_top {
   background: transparent url(/images/2010/notabene.png) no-repeat left top;
   height: 43px;
   width: 220px;
   margin: 0;
}

.right_ads_inner {
   background: transparent url(/images/2010/adverts_bg.png) repeat-y left top;
   width: 220px;
   margin: 0;
   padding-left: 5px;
   padding-right: 10px;
}
.right_ads_inner a {
   text-decoration: none;
   color: black;
}

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

div.right_ads div.right_ads_inner {
    font-family: 'Reenie Beanie', cursive;
    font-size: 20px;
}
/* End of '06_notepad_right' */

