/* CSS Document */


#tabbox {
	margin-top:40px;
	width:650px;
	position:relative;
	margin-left:20px;
}

#tabboxmenu {
	position:absolute;
	top:-28px;
	width:650px;
	height:31px;
}

#tabbox div.boxtop {
	background:url(../images/tabboxtop.gif);
	background-repeat:no-repeat;
	width:650px;
	height:14px;
}

#tabbox div.boxmid {
	width:650px;
	height:auto;
	background:url(../images/tabboxmid.gif);
	background-repeat:repeat-y;
	overflow:visible;
}

#tabbox div.boxmid div.tabcontent {
	padding-right:10px;	
}

#tabbox div.boxbottom {
	background:url(../images/tabboxbottom.gif);
	background-repeat:no-repeat;
	width:650px;
	height:14px;
}

#tabmenu {
	margin-left:6px;	
	list-style-type:none;
}

#tabmenu li {
	float:left;
	width:124px;
	height:31px;
	background:url(../images/tab_big.gif);
	background-repeat:no-repeat;
	margin-left:2px;
}

#tabmenu li a {
	display:block;
	padding-top:7px;
	color:#000;
	font-size:12px;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	height:28px;
}

#tabmenu li a:hover {
	color:#669999;	
}

#tabmenu a.active {
	background:url(../images/tab_big_active.gif);
	background-repeat:no-repeat;
}

#boxcontent div {
	margin-left:10px;
}

#boxcontent .tabcontent {
	display:none;	
}

#boxcontent .active {
	display:block;	
}
