

#mainnavdetail ul li:nth-child(5) > ul > li:nth-child(2) > a {
    background: #b51c4d none repeat scroll 0 0;
    float: left;
    padding: 10px 5% !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#mainnavdetail ul li:nth-child(5) > ul > li:nth-child(2) > a.topnavimg {
    -webkit-border-bottom-right-radius: 5px!important;
    -webkit-border-bottom-left-radius: 5px!important;
    -moz-border-radius-bottomright: 5px!important;
    -moz-border-radius-bottomleft: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    padding:0!important;
}
#mainnavdetail ul li:nth-child(5) > ul > li:nth-child(2) > a.topnavimg img {
    -webkit-border-radius: 1px!important;
    -webkit-border-bottom-right-radius: 5px!important;
    -webkit-border-bottom-left-radius: 5px!important;
    -moz-border-radius: 1px!important;
    -moz-border-radius-bottomright: 5px!important;
    -moz-border-radius-bottomleft: 5px!important;
    border-radius: 1px!important;
    border-bottom-right-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}