@charset "utf-8";
/* CSS Document */

.menu {
	background-color:#FFEBA1;
	height:22px;
	width: 180px;
	z-index: 1000;
}
.menu ul {
	margin:0px;
	list-style:none;
	text-align:center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu li {
	display:inline;
	line-height:24px;
}
.menu li a {
	text-decoration:none;
	padding:8px 10px 5px 10px;
}
.menu li a.tabactive {
	background-color:#ffffff;
	font-weight:bold;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #920122;
	border-right-color: #920122;
	border-left-color: #920122;
	_border-bottom-width: 1px;
	_border-bottom-style: solid;
	_border-bottom-color: #FFF;
}
#tabcontent1, #tabcontent2, #anothercontent1, #anothercontent2 {
	text-align:left;
	font-size:12px;
	margin-bottom:1px;
	width: 170px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #920122;
	z-index: -1;
}
#tabcontent1 a, #tabcontent2 a, #anothercontent1 a, #anothercontent2 a {
	line-height: 200%;
}
#tabcontent1 em, #tabcontent2 em, #anothercontent1 em, #anothercontent2 em {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #920021;
	padding-right: 8px;
}
.GeneralTab01,.GeneralTab02 {
	background-color: #FFF;
	margin-top: 5px;
}
