/*tab menu style*/
.tabmenuwrapper {
	width:100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;

}
.basictab ul{
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	overflow:hidden;
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
.basictab li{
	display: inline;
	margin: 0px;
	overflow:hidden;
}
.basictab li a{
	text-decoration: none;
	padding: 6px 5px 6px 5px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
}
.basictab li a:visited{
	color: #FFFFFF;
}
.basictab li a:hover, .basictab li a.current{
	color: #F20027;
}
.basictab li a:active{
	color: #F20027;
}



.basictab1 ul{
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	overflow:hidden;
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: 500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
.basictab1 li{
	display: inline;
	margin: 0px;
	overflow:hidden;
}
.basictab1 li a{
	text-decoration: none;
	padding: 6px 5px 6px 5px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
}
.basictab1 li a:visited{
	color: #FFFFFF;
}
.basictab1 li a:hover, .basictab li a.current{
	color: #F20027;
}
.basictab1 li a:active{
	color: #F20027;
}
a.sub1:link {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.sub1:hover {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F20027;
	text-decoration: none;
}
a.sub1:visited {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.sub1:active {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F20027;
	text-decoration: none;
}




.tabcontainer{
	clear: right;
	width: 920px; /*width of 2nd level sub menus*/
	height: 5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	font: bold 12px Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:right;
	padding: 0px;
	background-color: #949190;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
}
.tabcontent{
	display:none;
	clear: left;
	margin: 20px;
}
a.sub:link {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.sub:hover {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F20027;
	text-decoration: none;
}
a.sub:visited {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.sub:active {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F20027;
	text-decoration: none;
}
