/* tabhead list */
div.tabhead {
    width:550px; 
	border: 0px solid orange;
	margin: 0;
	padding-left: 22px;
    }

div.tabhead ul {
	margin: 0 0 -6px 0px;
	_margin: 0 0 -1px -1px;
	padding:0;
	list-style: none;
	overflow: hidden; 
	_width: 100%; 
	position: relative; 
}

div.tabhead ul li {
	display: block;
	float: left;
	line-height: 24px;
	_margin:0px 0 -6px 0;
	z-index:2;
    border-bottom: 1px solid none;
    padding: 5px 0;
}

div.tabhead ul li a {
    font-family: arial,helvetica,sans-serif;
	display: block;
	float: left;
	margin: 3px 0 1px 0;
	padding: 0 0 0 12px;
	color: #FFF;
	font-weight: bold;
	height: 20px;
	line-height: 20px; 
	font-size: 11px;
	background-color: #336699;
	cursor:pointer;
}

div.tabhead ul li a span {
	display: block;
	float: left;
	padding: 0 15px 0 0;
	background: url(/art/tabhead/separator-tabhead.gif) no-repeat right;
}

fieldset {clear:both;}
/*div.tabhead ul li a:hover {
	text-decoration: underline;
}*/


div.tabhead ul li a.last span {
	background: url(/art/tabhead/tabhead-last.gif) no-repeat top right;
}

div.tabhead ul li a.first {
	background: url(/art/tabhead/tabhead-first.gif) no-repeat top left #336699;
}

div.tabhead ul li a.active {
    font-family: arial,helvetica,sans-serif;
    color: #114;
	height: 25px;
	line-height: 25px;
	margin: 0;
	background: url(/art/tabhead/tabhead-left.gif) no-repeat;
	padding: 0 0 0 4px;
	cursor:pointer;
	text-decoration:none; 
}

div.tabhead ul li.inactive {
/*    border-bottom: 1px solid #336699;*/
    border-bottom: 1px solid red;
    
    }

div.tabhead ul li a.active span {
	background: url(/art/tabhead/tabhead-right.gif) no-repeat top right;
	padding: 0 15px 0 10px; 
	height:25px;
	padding-bottom:-4px;
	z-index:200px;
}

div.tab {
	border-top:1px #a0c3e3 solid;
	padding: 0px 0 16px 0px;	
	*padding:0px;	
	margin-left:4px;
	width:550px;
}





