
#masthead .content #topVisual {
    width: 960px;
    height: 139px;
    background: url(../gfx/header3.png) no-repeat;	
}
#masthead .content #navItems {
    float: left;
    width: 528px;
    height: 133px;
}
    #masthead .content .navItem {
        float: left;
        width: 87px;
        height: 133px;
        border-right: 1px solid #c7ec98;
        cursor: pointer;
        position: relative;
    }
    #masthead .content .aboutUnetoVNI {
        background: url(../gfx/nav/3/1.png) no-repeat;	
    }            
    #masthead .content .aboutOTIB {
        background: url(../gfx/nav/3/2.png) no-repeat;	            
    }            
    #masthead .content .innovation {
        background: url(../gfx/nav/3/3.png) no-repeat;	            
    }            
    #masthead .content .registration {
        background: url(../gfx/nav/3/4.png) no-repeat;	
        width: 88px;
    }            
    #masthead .content .faq {
        background: url(../gfx/nav/3/5.png) no-repeat;	
        width: 86px;
    }            
    #masthead .content .links {
        background: url(../gfx/nav/3/6.png) no-repeat;	
        width: 88px;
        border-right: none;
    }
        #masthead .content .navItem .navTitle {
            position: absolute;
            bottom: 0px;
            margin: 4px;
            font-size: 10px;
            font-weight: bold;
        }