/* Navigation Container - English */

.topNavigation{
float: right;
width: 260px;
margin: 5px 0 32px 0;
position: relative;
text-align: right;
}

.topNavigation a{
margin: 0 0 0 10px;
color: #8e8e8e;
text-decoration: none;
}

.topNavigation a:hover{
color: #b75c01;
text-decoration: none;
}

.languageOption{
float: left;
width: 150px;
text-align: left;
}

.languageOption a{
display: block;
text-indent: 10px;
font-size: 11px;
text-align: left;
color: #fff;
text-decoration: none;
height: 17px;
padding: 2px 0;
margin: 0;
}

.languageOption a:hover{
background-color: #686868;
color: #fff;
}

/* Language Div Selector - English */

#languageSelect{
position: absolute;
top: 18px;
left: 110px;
width: 150px;
height: 63px;
border-top: 2px solid #686868;
color: #707070;
background-color: #969696;
text-align: right;
display: none;
}
