.positionMenuItemVert{
        position: relative;
        bottom: -3px;
}

.chromestyle{
        width: 1024px;
        position: absolute;
        top: 123px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
        width: 1024px; /*THEME CHANGE HERE*/
        padding: 4px 0;
        margin: 0;
        text-align: center; /*set value to "left", "center", or "right"*/
        background-image: url(chromebg.gif);
        background-repeat: repeat-x;
        background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 0px 6px; /* spatiul intre elementele MainMenu */
margin: 0;
text-decoration: none;
background-position: center center;/*border-right: 1px solid #DADADA;*/
}

/*.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; 
}*/

/*.chromestyle ul li a[rel]:after{ HTML to indicate drop down link
content: " v"; 
content: url(dArrow.gif); uncomment this line to use an image instead
}*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
        position:absolute;
        border-bottom-width: 1;
        z-index:100;
        background-color: #a29257;
        /*background: url(chromebg.gif) center center repeat;*/
                width: 100px;
        visibility: hidden;
}


.dropmenudiv a{
        width: auto;
        height: 18px;
        display: block;
        text-indent: 3px;
        padding: 1px 0; /* primul parametru da spatiul in px intre elementele submeniului*/
        text-decoration: none;
        font-weight: bold;
        color: black;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
        text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(chromebg-over.gif) center center repeat;
}
.pageHeader {
        background-position: center top;
        background-color: #000000;
        background-image: url(header2.jpg);
        background-repeat: no-repeat;
}
.textHeader {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 6px;
        color: #000000;
        text-decoration: none;
        text-align: center;
        vertical-align: top;
        cursor: default;
}
.soundtrack {
        position: relative;
        top: -300px;
        left: 970px;
}

