.menuSt {
    font-size: 12px;
    font-family: Verdana;
}

.submenuSt {
    font-size: 12px;
    font-family: Arial;
}

.submenuStInactive {
	font-size: 12px;
	font-family: Arial;
}

.menuLineSt {
    border: 2px none white;
}

.submenuLineSt {
    border-bottom: 1px none white;
}

.menuBackSt {
    background-color: transparent;
}

.submenuBackSt {
    border: 1px outset white;
}

.IdiomMenuBackSt {
    border: 2px solid #333333;
}

.IdiomSubmenuBackSt {
    border: 2px ridge white;
}

li {
    list-style-image: url(images/square.gif);
    list-style-type: square;
}
