.collapsed {
 display: none !important;
}

.expanded {
 display: block !important;
}

.tabs {
 align: left;
 width:100%;
 line-height:normal;
 height: 20px;
 overflow: hidden;
 padding-top: 0px;
 margin-bottom: 2px;
 -moz-user-select:none; 
}

.tabs input {
	position: absolute;
	left: -100px;
	width: 25px;
	height: 24px;

 /* IE doesn't send the clicks if the input is hidden */
}
.tabs ul {
 margin:0;
 padding-left: 1px;
 list-style:none;
}
.tabs li, .tabs .default {
 float:left;
 background:url( '../images/left.gif') no-repeat left top;
 margin:0;
 padding:0 0 0 5px;
}
.tabs label, .tabs .default label {
 float:left;
 display:block;
 background:url( '../images/right.gif') no-repeat right top;
 padding:4px 15px 4px 6px;
 text-decoration:none;
 font-weight:bold;
 color:#57757F;
 cursor: pointer;
}
/* Commented Backslash Hack
  hides rule from IE5-Mac \*/
.tabs label {float:none;}
/* End IE5-Mac hack */
.tabs label:hover {
 color:#00425F;
}
.tabs .selected {
 background-image:url( '../images/left_on.gif');
}
.tabs .selected label {
 background-image:url( '../images/right_on.gif');
 color:#669900;
 padding-bottom:5px;
}
