/*
breadcrumbs pane links
*/

.breadcrumbs {
line-height: 1;
}

.breadcrumbs a, .breadcrumbs a:visited {
display: inline;
font-family: Tahoma;
font-size: 10px;
color: #e8e49d;
text-decoration: none;
}

.breadcrumbs a:hover {
color: #f3ef8c !important;
text-decoration: underline;
}

/*
language selector pane
*/

.langselector {
background: url(../i/lang_bg.gif) repeat-x;
height: 32px;
text-align: center;
}

.langselector a, .langselector a:visited {
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
color: #737373;
text-decoration: none;
}

.langselector a:hover {
text-decoration: underline;
}

/*
2nd-level popup menu
*/

/* menu item */
.popupitem {
font-family: Tahoma;
font-size: 12px;
color: #000000;
width: 140px;
padding: 6px 6px 6px 10px;
line-height: 1.4;
}

/* link */
.popupitem a, .popupitem a:visited {
color: #000000 !important;
text-decoration: none;
}

.popupitem a:hover {
text-decoration: underline;
}
