#nvp-menu {
    position: absolute;
    background: none !important;
    visibility: hidden;
}

#nvp-menu-left {
    position: relative;
    background: url('../imgs/box-background-black.png') transparent bottom right no-repeat;
    margin: -5px 0 0 0;
}

#nvp-menu-left li.nvp-menu-left-on {
    background-image: none !important;
    margin: 0;
}

#nvp-menu-left a:hover {
    background-image: url('../imgs/menu_sub_2_over.png') !important;
    background-position: right center !important;
}

.nvp-menu {
    position: relative !important;
    height: auto !important;
    background: none !important;
}

.nvp-menu li {
    display: block !important;
    width: auto !important;
    position: static !important;
    height: 31px;
}

.nvp-content-home {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nvp-home-col {
    vertical-align: top;
    width: 25%;
}

.nvp-content-home h2 {
    text-align: right;
    background: url('../imgs/title-background.png') transparent bottom right no-repeat;
    color: #FFCC00;
    position: relative;
    margin: -5px 0 0 0;
    padding: 10px 30px 10px 10px;
}

.nvp-home-box {
    border-left: 1px solid #999999;
}

.nvp-content-home h2 a {
    color: inherit;
}

.nvp-content-home h2 a:visited {
    color: inherit;
}

.nvp-content-home h2 a:hover {
    color: #FFEEDD;
}

.nvp-home-box div {
    position: relative;
    padding: 10px 10px;
    background: url('../imgs/box-background.png') transparent bottom right no-repeat;
    margin-top: -5px;
}

.nvp-home-box div.fb-subscribe {
    position: static;
    background: none;
    margin-top: 0;
}

.nvp-banner {
    background: url('../imgs/bannerhome-background.png') transparent top left repeat-x;
    text-align: center;
    z-index: 500;
    position: relative;
}

.col1 .nvp-home-box {
    border-left: 0;
}
.col1 {
    padding-right: 10px;
}

.col3 {
    padding-left: 10px;
}

.col3 h2 {
    background: url('../imgs/title-background-right.png') transparent bottom left no-repeat;
}

.col3 .nvp-home-box div {
    background: url('../imgs/box-background-right.png') transparent bottom left no-repeat;
}

.col3 .nvp-home-box {
    border: 0;
}

.col4{
    padding-right: 5px;
    width: 26%;
}

.col5 {
    padding-left: 5px;
    width: 26%;
}

.nvp-bottom, .nvp-content-home {
    position: relative;
    top: -10px;
}