#global {
	position: relative;
	top: 0;
	width: 100%;
	height: 50px;
	display: block;
	background: url(/global/background.png) repeat-x;
}


#global * {
	margin: 0;
	padding: 0;
}
 
#global a,
#global a:link,
#global a:focus,
#global a:visited {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: none;
}
 
#global ul {
	list-style: none;
}
 
/* Menu */
 
#global .sites a {
	display: block;
	height: 50px;
	outline: none;
	text-indent: -9999px;
	background: url(/global/main.png) no-repeat;
}
 
#global .sites li a:focus,
#global .sites li a:hover { background-position: 0 -50px; }
#global .sites li.selected a { background-position: 0 -100px; }
 
#global .sites li {
	float: left;
	border: none;
}
 
/* LOGO */
 
#global .sites li.logo a,
#global .sites li.logo a:link,
#global .sites li.logo a:visited { width: 85px }
 
/* HOME */
 
#global .sites li.home a,
#global .sites li.home a:link,
#global .sites li.home a:visited { width: 136px; background-position: -85px 0; }
#global .sites li.home a:focus,
#global .sites li.home a:hover { background-position: -85px -50px; }
#global .sites li.home.selected a { background-position: -85px -100px; }
 
/* DEMOCRACY */
 
#global .sites li.democracy a,
#global .sites li.democracy a:link,
#global .sites li.democracy a:visited { width: 135px; background-position: -221px 0; }
#global .sites li.democracy a:focus,
#global .sites li.democracy a:hover { background-position: -221px -50px; }
#global .sites li.democracy.selected a { background-position: -221px -100px; }
 
/* SHOP */
 
#global .sites li.shop a,
#global .sites li.shop a:link,
#global .sites li.shop a:visited { width: 135px; background-position: -356px 0; }
#global .sites li.shop a:focus,
#global .sites li.shop a:hover { background-position: -356px -50px; }
#global .sites li.shop.selected a { background-position: -356px -100px; }
 
/* UG */
 
#global .sites li.ug a { background-image: url(/global/sites/ug.png); }
#global .sites li.ug a,
#global .sites li.ug a:link,
#global .sites li.ug a:visited { width: 152px; }
 
/* VOTE */
 
#global .sites li.nomination a,
#global .sites li.voting a { background-image: url(/global/sites/vote.png); }
 
#global .sites li.nomination a,
#global .sites li.nomination a:link,
#global .sites li.nomination a:visited { width: 135px; }
 
#global .sites li.voting a,
#global .sites li.voting a:link,
#global .sites li.voting a:visited { background-position: -135px 0; width: 135px; }
#global .sites li.voting a:focus,
#global .sites li.voting a:hover { background-position: -135px -50px; }
#global .sites li.voting.selected a { background-position: -135px -100px; }
 
/* GROUPS */
 
#global .sites li.groups a { background-image: url(/global/sites/groups.png); }
#global .sites li.groups a,
#global .sites li.groups a:link,
#global .sites li.groups a:visited { width: 143px; }
 
/* Extras - Login */
 
#global .extras {
	float: right;
}
 
#global .extras li {
	float: right;
	margin-right: 20px;
	line-height: 48px;
}
