.menu {
    width:58.375em;
    height: 2.3em;
    padding-top: 0.5em;
    background: url(../img/menu/menu_bg.png) repeat-x;
    text-align: center;
    margin: auto;
}

.menu ul {
    display: inline
    height: 2.3em;
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    list-style-type: none;
}

.menu_item {
    margin: 0;
    display: inline;
    padding: 0em 0.25em 0em 0.25em;
}

.menu a {
	color: #fff;
	text-decoration: none; 
    font-family: tahoma;
    font-size: 75%;
    font-weight: bold;
}

.menu a:hover {
    text-decoration: none;
    border-bottom: none;
}

.menu_item:hover, .menu_item_selected {
    background: url("../img/menu/menu_bg_selected.png") repeat-x;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
}

.menu_separator {
    display: inline;
    height: 2em;
    padding-left: 0.0625em;    
    background: url("../img/menu/separator.png") no-repeat;
}

#languagechooser {
    font-size: 75%;
    text-align: right;	
    margin-right: 2em;
}
.right_menu {
    padding-top: 0.5em;
    padding-left: 0.5em;
}

.right_menu li {
    padding-top: 0.75em;
    font-size: 85%;
    background-position: -1px 0px;
    padding-left: 2.5em;
}

.right_menu_news li, right_menu_noticias li {
    background: url(../img/li_icons/noticias.png) no-repeat;
}

.right_menu_empresa li , .right_menu_company li {
    background: url(../img/li_icons/empresa.png) no-repeat;
}

.right_menu_recursos-humanos li, .right_menu_human-resources li {
    background: url(../img/li_icons/rh.png) no-repeat;
}

.right_menu_contactos li, .right_menu_contacts li {
    background: url(../img/li_icons/contactos.png) no-repeat;
}

.right_menu_qsa li, .right_menu_qse li {
    background: url(../img/li_icons/qsa.png) no-repeat;
}

.right_menu_construction_site li {
    background: url(../img/li_icons/obras.png) no-repeat;
}

.right_menu_portfolio_site li {
    background: url(../img/li_icons/portfolio.png) no-repeat;
}

.right_menu_dec {}

.right_menu_dec a, .right_menu_dec a:hover {
    border: 0;
    text-decoration: none;
}

.right_menu_dec img {
    border: 0;
    width: 10em; 
    padding-top: 2em;
}

.right_menu_dec p {
    font-size: 70%;
    padding-left: 1em;
    padding-right: 1em;
}

.lang_menu_item:hover {
    text-decoration: none;
    border: none;
}

.lang_menu_item img {
    border: none;
}

.languagechooser {
    height: 1.5em;
    width: 100%;
}

.selecteddescendant{}

.selected a, .selecteddescendant a, .ancestordescendant a {
    border-bottom: 1px solid #1e5a96;
}

.selected a:hover, .selecteddescendant a:hover, .ancestordescendant a:hover {}


