#mainMenuBox {
    background-color: #0B0B0B;
    border: 3px solid #212121;
    padding: 1px;
    width: 534px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}
.menuItem {
    float: left;
    margin-left: 7px;
}

.menuItemFirst {
    float: left;
}
.menuText1 {
    text-align:left;
    background-color: #0E0E0E;
    padding-top: 0.90em;
    padding-bottom: 0.90em;
    padding-left: 27px;
    background-image: url('images/marker.gif');
    background-position: 19px center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 1em;
    color: #9B9B9B;
}

.menuText2 {
    text-align:left;
    background-color: #0E0E0E;
    padding-top: 0.90em;
    padding-bottom: 0.90em;
    padding-left: 27px;
    background-image: url('images/marker.gif');
    background-position: 19px center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 1em;
    color: #D9D9D9;
}

.menuText1 a {
    color:#bebebe;
    text-decoration:none;
    font-size: .9em;
}
.menuText2 a {
    color:#bebebe;
    text-decoration:none;
    font-size: .9em;
}

.menuItem img {
    border: none;
}

.menuItemFirst img {
    border: none;
}
div.fadeImage{
    background:white; 
    width:171px; 
    height:132px;
    margin-bottom:5px;
}
.language{
    width: 535px;
    text-align: right;
    margin-bottom:6px;
    color:#9b9b9b;
    font-size:10px;
    position:absolute;
    top:-20px;
}
.language a{
    text-decoration: none;
    color:#bfbfbf;
    margin:0 4px;
}