.mn {
    top: 0px;
    width: 260px;
    margin-bottom: 40px;
}

.mn ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mn li.bot {
    height:51px;
}
.mn li.all {
    height:51px;
}


.mn li.top {
    background-image:url('../images/shared/menuLeft/menuTop_up.gif');
    line-height: 52px;
}
.mn li.mid {
    background-image:url('../images/shared/menuLeft/menuMid_up.gif');
    line-height: 52px;
}
.mn li.bot {
    background-image:url('../images/shared/menuLeft/menuBot_up.gif');
    height:51px;
    line-height: 52px;
}
.mn li.all {
    background-image:url('../images/shared/menuLeft/menuAll_up.gif');
    line-height: 52px;
}


.mn li.top a:hover {
    background-image:url('../images/shared/menuLeft/menuTop_over.gif');
}
.mn li.mid a:hover {
    background-image: url('../images/shared/menuLeft/menuMid_over.gif');
}
.mn li.bot a:hover {
    background-image:url('../images/shared/menuLeft/menuBot_over.gif');
}
.mn li.all a:hover {
    background-image:url('../images/shared/menuLeft/menuAll_over.gif');
}


.mn li.top a.selected{
    background-image:url('../images/shared/menuLeft/menuTop_selected.gif');
}
.mn li.mid a.selected {
    background-image: url('../images/shared/menuLeft/menuMid_selected.gif');
}
.mn li.bot a.selected {
    background-image:url('../images/shared/menuLeft/menuBot_selected.gif');
}
.mn li.all a.selected {
    background-image:url('../images/shared/menuLeft/menuAll_selected.gif');
}

.mn a {
    height:50px;
    display:block;
    color: #333333;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-indent: 20px;
    text-decoration: none;
}

.mn li a span {
    top:20px;
}

.mn a.selected {
    background-image:url('../images/folio/buttonFolio_on.jpg');
}
