#tab{margin:0;padding:0;text-align:right;white-space:nowrap;}
#tab li{display:inline;}
#this-content div{
	display: none;
	font-family: Arial;
	font-size: 12px;
	padding: 8px;
	color: #000;
}
#this-content div.selected {
	display: block;
}
#this-content {

	width: 490px;
	background-color: #fefefe;

	margin-top: 30px;
	color: #fff;
}

#tab {
	float: left;
	padding: 0;
	text-align: right;
	white-space: nowrap;
	width: 485px;
	font-family: Arial;
	font-size: 10px;
}

ul#tab li a, ul#tab li a:visited {
	cursor: pointer;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
ul#tab li a:hover, ul#tab li a:active {
	text-decoration: underline;
}

#this-content h1,#this-content h2,#this-content h3{font:13px/1.5 Arial,Helvetica,sans-serif;font-weight:bolder;text-align:center;color:#000000;margin-top:5px;}

#tab li {
	display: inline;
	float: left;
	margin: 0 0 0 2px;
	text-align: center;
	width: 100px;
	height: 45px;
	padding-top: 2px;
	
}
#tab li:hover {
	background: url('images/button.png') repeat-x top;
}
#tab .inactive {
background: url('images/button.png') repeat-x top;
}

#tab .active {
	background: url('images/button.png') repeat-x top;
}


