#content_container_bg{
	background: url('/media/images/bg_menu.png') repeat;
	margin: 0 0 0 180px;
	height: 39px;
}
#content_container{
	height: 37px;
	margin: 0 0 0 10px;
        overflow: hidden;
}
#content_last{
	height:37px;
        float: left;	
}

#content_last ul{
    margin: -7px 0 0 0;
    padding: 0;
}
#content_last li{
    list-style: none;
    float:left;
    background: #000;
    color: #fff;
    margin: 15px 2px 0 0;
    width: 137px;
    height: 24px;
    text-align: center;
}
#content_last li:hover{
    background: #fff;
    color: #000;
    height: 37px;
    margin: 0 2px 0 0;
}

#content_last li h2 a{
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding-top: 6px;
}
#content_last li h2 a:hover,
#content_last li:hover h2 a{
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding-top: 20px;
}
