#jtabber {
	margin: 0px 0px 10px 0px; padding: 0px;
	width: 250px;
	display: block;
}

#jtabber #nav {
	display: block;
}
/* A tab before it is activate */
#jtabber #nav a {
	text-transform: uppercase;
	background: #CCC;
	list-style: none;
	margin: 0 5px 0 0; 	padding: 8px 3px;
	display: block;
	float: left;
	background: #CCC;
	color:#545454;
	text-decoration:none;
}
/* An Active Tab */
#jtabber #nav a.selected {
	background: #F3F2F2;
	color:#545454;
	text-decoration:none;
	padding: 8px 3px;
}

/* What an active tab will look like */
#jtabber .hiddencontent {
	clear: both;
	padding:10px;
	border-top:0;
	background: #F3F2F2;
	/* If you don't want the tab size changing whenever a tab is changed
		you can set a fixed height */
	min-height:10px;
	display: none;
}
* html #jtabber .hiddencontent {
	height: 10px;
}


/* The styles for the stuff inside the active tab */
#jtabber .hiddencontent {
}
#jtabber .hiddencontent a {
	text-decoration: none;
}
#jtabber .hiddencontent a:hover {
	color: #CD3333;
	text-decoration: underline;
}
#jtabber .hiddencontent ul {
	list-style-type: disc;
	font-size: 13px;
	margin: 0px; padding: 0px 0px 0px 15px;
}
#jtabber .hiddencontent ul li {
	margin: 0px; padding: 0px 0px 5px 0px;
}