/*
* Global Navigation
*************************************************************************** */

#logo a {
	background-image: url(../images/logo_cleanStream.gif);
	background-repeat: no-repeat;
}

ul#nav_global {
	background-image: url(../images/Gore_logo.gif);
}
 
ul#nav_global li#locale {
	background-image: url(../images/locale.gif);
}

form#locale_country ul {
	border-color: #ccc;
	color: #777;
	background:#fff;
}

form#locale_country ul li.selected {
	color:#444;
}

form#locale_country ul.open li.first_child {
	background-image: url(../images/locale_arrow.gif);
	border-bottom-color:#ccc;
}

form#locale_country ul.closed li.selected {
	background-image: url(../images/locale_arrow.gif);
}

form#locale_country ul li.hover {
	color:#000;
	background:#eee;
}

ul#nav_global #also_visit a:hover {
	color: #777;
}

ul#nav_global, ul#nav_global a {
	color: #999;
}
