/**************
*    MENU     *
***************/

#menu .left{
    overflow:hidden;
    float:left;
    width:670px;
    height:69px;
}
#menu a{
    display:block;
    float:left;
    margin:0;
    padding:0;
    height:69px;
}

#menu a span{
    display:none;
}

#menu .separator{
    overflow:hidden;
    float:left;
    width:1px;
    height:79px;
	background-color:#eee;
	background-image:url(../img_eng/menu/separator.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}



#menu #pg{
    background:white url("../img_eng/menu/pg.gif") no-repeat;
    width:100px;
}
#menu #pg:hover {
    background:white url("../img_eng/menu/pg_over.gif") no-repeat;
}

.activopg {
    width:100px;
    background:white url("../img_eng/menu/pg_over.gif") no-repeat;
}

#menu #sq{
    background:white url("../img_eng/menu/sq.gif") no-repeat;
    width:106px;
}
#menu #sq:hover {
    background:white url("../img_eng/menu/sq_over.gif") no-repeat;
}

.activosq {
    width:106px;
    background:white url("../img_eng/menu/sq_over.gif") no-repeat !important;
}

#menu #rv{
    background:white url("../img_eng/menu/rv.gif") no-repeat;
    width:120px;
}
#menu #rv:hover{
    background:white url("../img_eng/menu/rv_over.gif") no-repeat;
}

.activorv {
    width:120px;
    background:white url("../img_eng/menu/rv_over.gif") no-repeat !important;
}

#menu #sg{
    background:white url("../img_eng/menu/sg.gif") no-repeat;
    width:152px;
}
#menu #sg:hover{
    background:white url("../img_eng/menu/sg_over.gif") no-repeat;
}

.activosg {
    width:152px;
    background:white url("../img_eng/menu/sg_over.gif") no-repeat !important;
}

#menu #ce{
    background:white url("../img_eng/menu/ce.gif") no-repeat;
    width:106px;
}
#menu #ce:hover{
    background:white url("../img_eng/menu/ce_over.gif") no-repeat;
}

.activoce {
    width:106px;
    background:white url("../img_eng/menu/ce_over.gif") no-repeat !important;
}

#menu #se{
    background:white url("../img_eng/menu/se.gif") no-repeat;
    width:81px;
}
#menu #se:hover{
    background:white url("../img_eng/menu/se_over.gif") no-repeat;
}

.activose {
    width:81px;
    background:white url("../img_eng/menu/se_over.gif") no-repeat;
}