/*///// menu structure /////*/
table.dropdown {
position:absolute;
}
html>body table.dropdown {
top:98px;
}
table.home td {
height:16px;
line-height:16px;
}

table.dropdown a {
background:#036;
color:white !IMPORTANT;
text-align:left !IMPORTANT;
text-decoration:none !IMPORTANT;
}
table.countryselect a  {
background:#00154d;
}
table.dropdown tr {
display:none;
}
table.dropdown tr td {
margin:0px;
padding:0px;
}
table.dropdown tr.title {
display:block;
}
table.dropdown tr.title td {
/*background-image:url(../bullet.gif);
background-repeat:no-repeat;
background-position:right;*/
}
table.countryselect tr.title td  {
/*background-image:url(../bullet_.gif);*/
}
table.dropdown a {
display:block;
padding:0px;
margin:0px;
width:100%;
height:100%;
text-decoration:none;
}
table.dropdown a span {
padding:0px;
margin:0px;
padding-left:5px;
}
table.dropdown a:hover , table.dropdown a:active {
background-color:#fff !IMPORTANT;
color:#036 !IMPORTANT;
}
table.countryselect a:hover , table.countryselect a:active {
background-color:#697596 !IMPORTANT;
color:#fff !IMPORTANT;
}

table.dropdown tr.title a , table.dropdown tr.title a:hover , table.dropdown tr.title a:active {
background-color:transparent !IMPORTANT;
color:#fff !IMPORTANT;
}
/*///// menu structure /////*/

/*///// menu size /////*/

table.countryselect , table.countryselect a {
width:140px;
}
table.countryselect td {
height:16px;
line-height:16px;
}

/*///// menu size /////*/

/*///// menu misc /////*/
/*

table.contact {
margin-left:-90px;
}
*>table.contact {
float:left;
margin-left:100px;
margin-top:-20px;
}
*/


/*table.countryselect { margin-left:-130px; }*/
table.countryselect { margin-left:0px; }
*>table.countryselect { margin-left:0px !IMPORTANT; }

table.dropdown * {
font-size:10px;
}
/*///// menu misc /////*/