@charset "utf-8";
/*
	MainMenuButtons
*/
li a#btn_news { display: block; width: 33px; height: 15px; background: #000 url('../images/btn_news.png') no-repeat 0px 0px; }
li a#btn_news:hover { background: #000 url('../images/btn_news.png') no-repeat 0px -15px; }
li.active a#btn_news { background: #000 url('../images/btn_news.png') no-repeat 0px -15px; }

li a#btn_press { display: block; width: 39px; height: 15px; background: #000 url('../images/btn_press.png') no-repeat 0px 0px; }
li a#btn_press:hover { background: #000 url('../images/btn_press.png') no-repeat 0px -15px; }
li.active a#btn_press { background: #000 url('../images/btn_press.png') no-repeat 0px -15px; }

li a#btn_bio { display: block; width: 20px; height: 15px; background: #000 url('../images/btn_bio.png') no-repeat 0px 0px; }
li a#btn_bio:hover { background: #000 url('../images/btn_bio.png') no-repeat 0px -15px; }
li.active a#btn_bio { background: #000 url('../images/btn_bio.png') no-repeat 0px -15px; }

li a#btn_media { display: block; width: 36px; height: 15px; background: #000 url('../images/btn_media.png') no-repeat 0px 0px; }
li a#btn_media:hover { background: #000 url('../images/btn_media.png') no-repeat 0px -15px; }
li.active a#btn_media { background: #000 url('../images/btn_media.png') no-repeat 0px -15px; }

li a#btn_dates { display: block; width: 37px; height: 15px; background: #000 url('../images/btn_dates.png') no-repeat 0px 0px; }
li a#btn_dates:hover { background: #000 url('../images/btn_dates.png') no-repeat 0px -15px; }
li.active a#btn_dates { background: #000 url('../images/btn_dates.png') no-repeat 0px -15px; }

li a#btn_blog { display: block; width: 31px; height: 15px; background: #000 url('../images/btn_blog.png') no-repeat 0px 0px; }
li a#btn_blog:hover { background: #000 url('../images/btn_blog.png') no-repeat 0px -15px; }
li.active a#btn_blog { background: #000 url('../images/btn_blog.png') no-repeat 0px -15px; }

li a#btn_gb { display: block; width: 73px; height: 15px; background: #000 url('../images/btn_gb.png') no-repeat 0px 0px; }
li a#btn_gb:hover { background: #000 url('../images/btn_gb.png') no-repeat 0px -15px; }
li.active a#btn_gb { background: #000 url('../images/btn_gb.png') no-repeat 0px -15px; }

li a#btn_shop { display: block; width: 33px; height: 15px; background: #000 url('../images/btn_shop.png') no-repeat 0px 0px; }
li a#btn_shop:hover { background: #000 url('../images/btn_shop.png') no-repeat 0px -15px; }
li.active a#btn_shop { background: #000 url('../images/btn_shop.png') no-repeat 0px -15px; }
/*
	//MainMenuButtons
*/

/*
	LeftContentButtons
*/
a#newsletterRegBTN {
	display: none;
	width: 164px;
	height: 21px;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: white;
	margin: 0 0 0 11px;
	padding: 0 0 0 8px;
	background: #0084af url('../images/newsletterButton.gif') no-repeat 0px 0px;
}
/*
	//LeftContentButtons
*/

/*
	GbButtons
*/
a#postGbMsg {
	display: none;
	width: 164px;
	height: 21px;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: white;
	padding: 0 0 0 8px;
	margin: 0 0 20px 0;
	background: transparent url('../images/actionBTN.gif') no-repeat 0px 0px;
}

a#gbSendBTN {
	display: none;
	width: 164px;
	height: 21px;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: white;
	padding: 0 0 0 8px;
	margin: 20px 0 0 0;
	background: transparent url('../images/actionBTN.gif') no-repeat 0px 0px;
}
/*
	//GbButtons
*/