/* Tekken6 party START */
/* navigation start*/

.t6op_menu_holder {
  width: 985px;
  height: 27px;
	float: left;
}
div.t6op_menu_holder ul {
	float: left;
	margin: 0px;
}
div.t6op_menu_holder  ul li {
	float:left;
	display: inline;
	list-style-type: none;
}

div.t6op_menu_holder ul li a {
	height: 27px;
	text-decoration:none;
	text-indent:-9999px;
	display: block;
	float: left;
	width: 97px;
}
div.t6op_menu_holder  ul li.party a {
  background: url(../../img/specials/tekken6_party/home.png) 0 0 no-repeat;
}
div.t6op_menu_holder  ul li.tournament a {
  background: url(../../img/specials/tekken6_party/tournament.png) 0 0 no-repeat;
}
div.t6op_menu_holder  ul li.cosplay a {
  background: url(../../img/specials/tekken6_party/cosplay.png) 0 0 no-repeat;
}
div.t6op_menu_holder ul li.amv_gmv a {
  background: url(../../img/specials/tekken6_party/amv_gmv.png) 0 0 no-repeat;
}
div.t6op_menu_holder  ul li.art_contest a {
	width: 108px;
  background: url(../../img/specials/tekken6_party/art.png) 0 0 no-repeat;
}

div.t6op_menu_holder ul li a:hover {
  background-position: 0 -27px;
}
div.t6op_menu_holder ul li a.current,
div.t6op_menu_holder ul li a.current:hover {
  background-position: 0 -54px;
}

div.panes {
	color: #FFF;
	font-family: Verdana;
}
div.panes span, div.panes span p{
	font-size: 13px;
	font-weight: normal;
	float:left;
	line-height: 110%;
	width: 100%;
}
div.panes span {
	padding: 0 0 0 0;
}
div.panes p {
	padding: 5px 0 15px 0;
}
div.panes h1 {
	color: #F9C511;
	padding: 0 0 10px 0;
}
div.panes a {
	color: #F9C511;
	text-decoration: none;
}
div.panes a:hover {
	color: #F9C511;
	text-decoration: underline;
}
div.panes b.yellowtext {
	color: #F9C511;	
}

/* Tekken6 party END */
