#header {
    background-image: url("img/universitatea-cluj_02.png");
    background-repeat: repeat-x;
    width: 750px;/*921px;*/
    height: 199px;
    margin: 0 auto;
}

#header #topPanel{
    width: 750px;/*921px;*/
    top: 0;
    text-align: center;
}

#header #topPanel #logo{
    float:left;
    background-image:url("img/universitatea-cluj_03.png");
    background-repeat:no-repeat;
    width: 172px;/*172px;*/
    height: 199px;
}

#header #topPanel #headPhoto{
    float: right;
    background-image: url("img/universitatea-cluj_06_03.png");
    background-repeat: no-repeat;
    width: 578px;/*749px;*/
    height: 144px;
}

#header #topPanel #optandmeniu{
    display: block;
    float : left;
}

#header #topPanel #optandmeniu #meniu{
    width: 578px;/*749px;*/
    height: 30px;
    text-align: left;
    vertical-align: middle;
    display: block;
    margin-top: 8px;
}

#header #topPanel #optandmeniu #meniu .meniuItem{
    color : #FFFFFF;
    margin-left : 5px;
    margin-right : 5px;
    font-size : 11px;
    height : 28px;
    width : 50px;
}

#header #topPanel #optandmeniu #meniu .meniuItem:hover{
    margin-left : 5px;
    margin-right : 5px;
    color : #CCCCCC;;
    font-size : 11px;
}

#header #topPanel #optandmeniu #meniu .meniuItemSelected {
    padding: 3px;
    margin-left : 5px;
    margin-right : 5px;
    color : #CCCCCC;
    font-size : 11px;
    border-width: 0px;
    border-style: outset;
    border-collapse: separate;
}

#header #topPanel #optandmeniu #meniu .meniuItemSelected:hover {
    margin-left : 5px;
    margin-right : 5px;
    color : #CCCCCC;;
    font-size : 11px;
    border-style: inset;
    border-collapse: separate;
}

#header #topPanel #subMenu {
    float: left;
}

#header #topPanel #subMenu .meniuItem {
    color: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
    height: 28px;
    width: 70px;
}

#header #topPanel #subMenu .meniuItem:hover {
    margin-left : 5px;
    margin-right : 5px;
    color : #CCCCCC;;
    font-size : 11px;
}

#header #topPanel #subMenu .meniuItemSelected {
    padding: 3px;
    margin-left : 5px;
    margin-right : 5px;
    color : #CCCCCC;
    font-size : 11px;
    border-width: 0px;
    border-style: outset;
    border-collapse: separate;
}

#header #topPanel #subMenu .meniuItemSelected:hover {
    margin-left : 5px;
    margin-right : 5px;
    color : #CCCCCC;;
    font-size : 11px;
    border-style: inset;
    border-collapse: separate;
}