#leftCol2 {
    position: absolute;
    top: 265px;
    left: 15px;
}

#leftCol2 {
    width: 250px;
    float: left;
}

#leftCol2 #box {
    width: 248px;
}

#leftCol2 #box .header {
    width: 248px;
    height: 30px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    text-shadow: 0 1px #000;
    font-weight: bold;
    background-color: #841f24;
}

#leftCol2 #box .cont {
    position: relative;
    background-color: #CACACA;
    text-align: center;
    padding: 16px 0 21px;
    border: 1px solid #A2A2A2;
    border-top: 0 none;
}

#leftCol2 #box ul {
    padding-bottom: 3px;
    background-image: url(../images/commons/botBox.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

#leftCol2 #box .chzn-container ul {
    background-image: none;
    padding-bottom: 0;
}

#leftCol2 #box ul li {
    text-align: center;
    height: 30px;
    line-height: 26px;
    border-top: 1px solid #959595;
    border-left: 1px solid #959595;
    border-right: 1px solid #959595;
}

#leftCol2 #box ul li.link {
    background-color: #959595;
    border-bottom: 1px solid #FFF;
}

#leftCol2 #box ul li.link:last-child {
    border-bottom: none;
}

#leftCol2 #box ul li.link a {
    color: #FFFFFF;
    text-shadow: none;
}

#leftCol2 #box .chzn-container ul li{
    text-align: left;
    background-image: none;
    border: none;
    height: auto;
    line-height: normal;
}

#leftCol2 #box ul li:first-child {
    border-top: 0 none;
}

#leftCol2 #box ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #515151;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px #CDCDCD;
}