
.SubjectsNews_menus
{
    /*min-height:120px;*/
    width:195px;
    border: 1px solid #b9bcc0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: right; 
    direction: rtl; 
}
.SubjectsNews_menus_content
{
    margin:5px;
    border: 2px solid #b9bcc0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.SubjectsNews_menus_title
{
    height: 32px;
    font: 12px/26px "Segoe UI" ,Arial,sans-serif; /*padding:5px;*/
    color: #000;
    text-align: center;
    vertical-align: middle;
    background-image: url('../Images/bg.jpg');
    background-repeat: no-repeat;
}

.SubjectsNews_menus_title:hover
{
   text-shadow: 2px 2px 5px #9a9a9b;
  cursor:pointer;
}

.SubjectsNews_menus_list
{
    float:none;
}
.SubjectsNews_menus_list .rmRootGroup
{
    border:none;
}

.SubjectsNews_menus_list a.rmLink:hover, 
.SubjectsNews_menus_list a.rmFocused, 
.SubjectsNews_menus_list a.rmSelected 
{
cursor:pointer;
}

 

