/* 
    Document   : about_awards
    Created on : Jun 14, 2013, 5:08:38 PM
    Author     : Ping
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.sidemenu {
    background: url(../img/sidemenu/franchise_general.png) no-repeat;
    height: 645px;
}

.sidemenu ul {
    margin-left: 159px;
    margin-top: 180px;
}

.sidemenu ul li a {
    width: 140px;
}

@media only screen and (max-width : 768px) {
    .sidemenu ul {margin-left: 63px;}
}