@charset "utf-8";

#polyglotLanguageSwitcher, #polyglotLanguageSwitcher * {
	margin: 0;
	padding: 0; 
	outline: none;
}

#polyglotLanguageSwitcher ul {
	list-style: none;	
}

#polyglotLanguageSwitcher {
	color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: normal;
    position: relative;
    z-index: 2;
    margin-right: 10%;
    float: left;
}

#polyglotLanguageSwitcher form {
	display: none;	
}


#polyglotLanguageSwitcher a {
	text-decoration: none;
	display: block;	
	padding: 0.5em 6px 0.5em 28px; /* 6px 6px 6px 28px */
	color: #fff;
	width: 7em; /* 84px; total width: 120px */
	background-repeat: no-repeat;
	background-position: 6px center; 
	font-size: 14px;
}

#polyglotLanguageSwitcher a:hover {
	color: #3299bb;	
}

#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
	color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: normal;
    position: relative;
    z-index: 100;
}

#polyglotLanguageSwitcher a.current:hover, 
#polyglotLanguageSwitcher ul.dropdown li:hover {
	background-color: #000;
}

#polyglotLanguageSwitcher a.active { /* This style is applied as long as the drop-down menu is visible. */
	border-bottom: none !important;
	border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher span.trigger {
	display: block;
    height: 8px;
    position: absolute;
    right: -10px;
    text-indent: -10000em;
    top: 1em;
    width: 10px;
}

#polyglotLanguageSwitcher a.current:link span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger {
	background: url(../flags/arrow-down.gif) no-repeat left top;	
}

#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
	background-position: left bottom !important;
}

/* Drop-Down Menu */

#polyglotLanguageSwitcher ul.dropdown { 
	background-color: #000;
    left: 0;
    position: absolute;
    top: 2.333em;
}

#polyglotLanguageSwitcher ul.dropdown li { 
	border-top: none;
}

#polyglotLanguageSwitcher ul.dropdown li:last-child { 
	border-radius: none;
}

/* Flags */

#en { 
	background-image: url(../flags/en.png);
}

#fr { 
	background-image: url(../flags/fr.png);	
}

#pt { 
	background-image: url(../flags/pt.png);	
}

#es { 
	background-image: url(../flags/es.png);	
}