
/* tab style */
.tab-nav, .extra-nav { margin-bottom: 15px; background:url(image/tab-line.gif) bottom repeat-x; float: left; overflow: hidden;}
/*z-index only applies if an element is positioned. */
.tab-nav{position:;z-index:2;}
* html .extra-nav { height: 1px; overflow: visible; }
.tab-nav br, .extra-nav br { clear: both; }
.tab-nav h2, .extra-nav h2, .extra-nav h3 {padding-top:0; background: none; min-height: 15px; margin-bottom: 0; }
.extra-nav h2, .extra-nav h3 { float: left; line-height: 1.1; position: relative; top: 2px; }
.extra-nav h3 { padding-top: 0.3em; }
.tab-nav ul, .extra-nav ul { margin: 0.5em 0 0 0; padding: 0 0 0 1em; list-style: none; }
.extra-nav ul {	padding-top: 2px; }
.tab-nav li, .extra-nav li { margin: 0 1px 0 0; padding: 0 5px 0 0; background: url(image/tab-back.png) 100% -100px; float: left; border-bottom: 1px solid #bbb; }
.extra-nav { padding-right: 5px; }
.extra-nav li {	float: right; }
.extra-nav h2 {	float: left; border: none; }
.tab-nav li.current, .extra-nav li.current { border-bottom: 1px solid #fff; background: url(image/tab-back.png) 100% 0; }
.tab-nav li a, .tab-nav li a:visited,
.extra-nav li a, .extra-nav li a:visited {
    color: #000 !important;
	display: block;
	float: left;
	padding: 5px 17px 5px 19px;
	text-align: center;
	white-space: nowrap;
	background: url(image/tab-back.png) 0 -100px;
	text-decoration: none !important;
	min-height: 17px; /* fixes FX/Mac issue */
	color: #322F29;
}
.tab-nav li.current a,
.tab-nav li.current a:link,
.tab-nav li.current a:visited,
.extra-nav li.current a,
.extra-nav li.current a:link,
.extra-nav li.current a:visited { background: url(image/tab-back.png) 0 0;outline: none; }
.tab-nav li img, .extra-nav li img { vertical-align: middle; }
.tab-nav li:hover, .extra-nav li:hover { background-position: 100% -200px; }
.tab-nav li:hover a, .extra-nav li:hover a { background-position: 0 -200px; }
.tab-nav li.current:hover, .extra-nav li.current:hover { background-position: 100% 0; }
.tab-nav li.current:hover a, .extra-nav li.current:hover a { background-position: 0 0; text-decoration: none; }


.group-mods {
	width: 100%;
	margin-bottom: 0;
	z-index: -1;
}
