/* FONT */

@font-face {
	font-family: MetaPro-Bold;  
	src: url('../fonts/MetaPro-Bold_c.ttf') format("truetype");  
}

@font-face {  
	font-family: MetaPro-Normal;  
	src: url('../fonts/MetaPro-Normal_c.ttf') format("truetype");  
}

/* TOPBAR */
    	
#topbar {
	width:100%;
	height:31px;
	background:url('images/topbar_background.png') top repeat-x;
	color:#9c9e9f;
	font-family: MetaPro-Normal, Helvetica, sans-serif;
	font-size:14px;
	z-index:100;
}

.topbar_item {
	margin:0px 0px;
	display:block;
	float:left;
}

.topbar_right {
	float:right;
}

#topbar_logo {
	width:35px;
	height:31px;
	background-image:url('images/topbar_logo.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#topbar_abonobo span {
	display:none;
}

#topbar_abonobo {
	width:80px;
	height:31px;
	background-image:url('images/topbar_menu_item_abonobo2.png');
	background-repeat:no-repeat;
}

.topbar_button {
	background-position:0px 0px;
}

.topbar_button:hover {
	background-position:0px -31px;
}

.topbar_button.current {
	background-position:0px -62px;
}

.topbar_button.current:hover {
	background-position:0px -62px;
}

.topbar_link {
	color:inherit;
	text-decoration:none;
	padding-top:7px;
	margin:0px 10px;
}

.topbar_link:hover {
	text-shadow:0px 0px 5px white;
	text-decoration:underline;
}

.topbar_link.current {
	color:white;
}

.topbar_link.current:hover {
	text-shadow:none;
	text-decoration:none;
}
