.tabhead {
	width: 194px;
	height: 19px;
	margin-bottom: 10px;
}

.tabhead .tab {
	float: left;
	margin: 0 1px 0 0;
	padding: 0 5px 0 5px;
	line-height: 19px;
	background: url('/wp-content/themes/okblog/images/tabbg.png') repeat-x;
	border-left: 2px #4c83bd solid;
	border-right: 2px #4c83bd solid;
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

.tabhead .tab h2 {
	width: 146px;
	margin: 0;
	padding: 0;
	line-height: 32px;
	font-family: Verdana;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.tabhead .tab:hover {
	cursor: pointer;
	cursor: hand;
}

.tabhead .selected {
	padding: 0 22px 0 22px;
	background: #1059a7 url('/wp-content/themes/okblog/images/tabbg-selected.png') repeat-x;
	border-left: 2px #1059a7 solid;
	border-right: 2px #1059a7 solid;
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
}

.tabhead .chide {
	display: none;
}

.tabhead .selected .chide {
	display: inline;
}

.tabcontent {
	border: 1px #1059a7 solid;
	border-top: 3px #1059a7 solid;
}

.tabcontent {
	margin: 3px 0px;
}

.tabcontent li {
	padding: 4px 5px;
	line-height: 12px;
}


