#globalsiteswitch {
width: 100%;
text-align: center;
margin: 0;
}
#globalsiteswitch :focus, #globalsiteswitch :active {
outline: none
}
#globalsiteswitch div {
width: 900px;
margin: 0 auto;
text-align: left;
background: #000;
background: rgba(0,0,0,0.6);
padding: 15px 25px 5px 25px;
-moz-border-radius-bottomleft: 30px;
-moz-border-radius-bottomright: 30px;
-webkit-border-bottom-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
}
#globalsiteswitch div ul {
list-style: none inside;
font-size: 10px;
color: #666;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
line-height: 40px;
height: 40px;
}
#globalsiteswitch div ul li {
display: inline;
text-transform: uppercase;
line-height: 40px
}
#globalsiteswitch div ul a {
text-decoration: none;
color: #aaa;
font-size: 14px;
line-height: 40px
}
#globalsiteswitch div ul a:hover {
text-decoration: none;
color: #eee;
}
#globalsiteswitch #globalsiteswitch_more {
width: auto;
margin: 0;
padding: 0;
line-height: 35px
}
#globalsiteswitch #globalsiteswitch_more a,
#globalsiteswitch div ul li a {
text-decoration: none;
color: #aaa;
padding: 0px 3px;
}
#globalsiteswitch #globalsiteswitch_more a {
font-size: 16px;
line-height: 40px
}
#globalsiteswitch div ul li a:hover {
color: #eee
}
#globalsiteswitch div ul li.active a {
color: #fff
}

