table#nav {
background-image: url(../graphics/en-navback1.png);
background-repeat: repeat-x;
height: 30px;
}
table#nav a {
color: #FFFFFF;
display: table-cell;
border-right-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #6464a9;
border-left-color: #323287;
height: 30px;
width: 30px;
font-size: 10px;
line-height: 12px;
font-weight: bold;
vertical-align: middle;
padding-right: 6px;
padding-left: 6px;
text-decoration: none;
text-align: center;


}
table#nav a:hover {
color: #FFFFFF;
background-image: url(../graphics/en-navbackover.png);
background-repeat: repeat-x;
display: table-cell;
border-right-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #8585da;
border-left-color: #6464a9;
height: 30px;
width: 30px;
font-size: 10px;
line-height: 12px;
font-weight: bold;
vertical-align: middle;
padding-right: 6px;
padding-left: 6px;
text-decoration: none;
text-align: center;
}
table#nav td {
padding-left: 12px; /* was 26 */
white-space: nowrap;
}

/*
table#nav {
background-image: url(../graphics/navback1.gif);
background-repeat: repeat-x;
height: 30px;
}
table#nav a {
color: #FFFFFF;
display: table-cell;
border-right-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #003366;
border-left-color: #3399CC;
height: 30px;
width: 30px;
font-size: 10px;
line-height: 12px;
font-weight: bold;
vertical-align: middle;
padding-right: 20px;
padding-left: 20px;
text-decoration: none;
text-align: center;
}
table#nav a:hover {
color: #FFFFFF;
background-image: url(../graphics/navbackover.gif);
background-repeat: repeat-x;
display: table-cell;
border-right-width: 4px;
border-left-width: 0px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #003366;
border-left-color: #3399CC;
}
table#nav td {
padding-left: 26px;
white-space: nowrap;
}
*/