#tabber li
{
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 5px;
}

#tabMenu
{
	font-family: Verdana,sans-serif;
	font-size: 12px;
	padding: 3px 0;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #6A6967;
	margin: 0 0 0 0;
}

#tabber
{
	overflow: hidden;
	padding: 10px 0;
}

#tabber .tabActive a, #tabber .tabActive a:visited
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: white none repeat scroll 0 0;
	border-color: #6A6967 #6A6967 white;
	border-style: dotted dotted solid;
	border-width: 1px;
	color: #6A6A6C;
	cursor: pointer;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	padding: 3px;
	text-decoration: none;
}

#tabber .tab a, #tabber .tab a:visited
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #F3F3F5 none repeat scroll 0 0;
	border-color: #6A6967;
	border-style: dotted dotted none;
	border-width: 1px 1px medium;
	color: #6A6A6C;
	cursor: pointer;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	text-decoration: none;
}

#tabber .tab a:hover
{
	color: #A60000;
}

#tabber .tabActive a:hover
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: white none repeat scroll 0 0;
	border-bottom: 1px solid white;
	color: #A60000;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

#tabber .tabContentActive
{
	border-top: 1px dotted #6A6967;
	color: #000000;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 12px;
	padding: 10px 4px;
	text-align: justify;
}

#tabber .tabContentActive li
{
	display: list-item;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: square;
	margin: 0;
}

#tabber .tabContent
{
	color: #000000;
	display: none;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 12px;
	padding: 4px;
	text-align: justify;
}

