.tab1 {
	width:243px;
	margin:3px;
	height: 227px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
}
.tab1 .menu {
	width:242px;
	height:30px;
	background-image: url(../images/tab_bg.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c5c5c5;
}
.tab1 .menu li {
	float:left;
	width:120px;
	text-align:center;
	line-height:30px;
	height:30px;
	cursor:pointer;
	color:#900;
	font-size:14px;
	overflow:hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c5c5c5;
}
.tab1 .menudiv {
	width:241px;
	background:#fefefe;
	height: 197px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c5c5c5;
	border-left-color: #c5c5c5;
	font-size: 12px;
}
.tab1 .menudiv div {
	padding:5px;
	line-height:18px;
}
.tab1 .off {
	font-weight:bold;
	background-image: url(../images/tab_hover_bg.gif);
	background-repeat: repeat-x;
}
