@charset "utf-8";
/* CSS Document */
/* Copyright 2010 Motions */


/* Menu ( menu-sprite ) -------------------------------------------------------------------- */

.btn-start a {
	background:url(../images/menu-sprite.png) no-repeat -10px -9px; text-indent:-9999px; display:block; width:22px; height:10px; color:#fff; float:right;
}

.btn-start a:hover {
	background:url(../images/menu-sprite.png) no-repeat -52px -9px;
}



.btn-outside-broadcast a {
	background:url(../images/menu-sprite.png) no-repeat -10px -29px; text-indent:-9999px; display:block; width:132px; height:10px; color:#fff; float:right;
}

.btn-outside-broadcast a:hover {
	background:url(../images/menu-sprite.png) no-repeat -162px -29px;
}

.btn-outside-broadcast-active {
	background:url(../images/menu-sprite.png) no-repeat -162px -29px; text-indent:-9999px; display:block; width:132px; height:10px; color:#fff; float:right;
}



.btn-livestreaming a {
	background:url(../images/menu-sprite.png) no-repeat -10px -49px; text-indent:-9999px; display:block; width:165px; height:12px; color:#fff; float:right;
}

.btn-livestreaming a:hover {
	background:url(../images/menu-sprite.png) no-repeat -195px -49px;
}

.btn-livestreaming-active {
	background:url(../images/menu-sprite.png) no-repeat -195px -49px; text-indent:-9999px; display:block; width:165px; height:12px; color:#fff; float:right;
}



.btn-production a {
	background:url(../images/menu-sprite.png) no-repeat -10px -69px; text-indent:-9999px; display:block; width:131px; height:10px; color:#fff; float:right;
}

.btn-production a:hover {
	background:url(../images/menu-sprite.png) no-repeat -161px -69px;
}

.btn-production-active {
	background:url(../images/menu-sprite.png) no-repeat -161px -69px; text-indent:-9999px; display:block; width:131px; height:10px; color:#fff; float:right;
}



.btn-contact a {
	background:url(../images/menu-sprite.png) no-repeat -10px -89px; text-indent:-9999px; display:block; width:94px; height:10px; color:#fff; float:right;
}

.btn-contact a:hover {
	background:url(../images/menu-sprite.png) no-repeat -124px -89px;
}

.btn-contact-active {
	background:url(../images/menu-sprite.png) no-repeat -124px -89px; text-indent:-9999px; display:block; width:94px; height:10px; color:#fff; float:right;
}



/* Bullet ( menu-sprite ) -------------------------------------------------------------------- */

.menu-bullet {
	background:url(../images/menu-sprite.png) no-repeat -10px -109px; text-indent:-9999px; display:block; width:42px; height:10px; float:right;
}




/* Active -------------------------------------------------------------------- */

.menu-active {
	border-bottom:3px solid #fff;
	height:42px;
}

	
