ul.subsection_tabs {
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
    overflow: auto;
    /*
        border-bottom:1px solid #a0da58;
    */
    border: 0px solid red;
}

ul.subsection_tabs a{
    text-decoration: none;
}

ul.subsection_tabs li {
	float:left;
    margin: 0;
    padding: 0;
    border: 0px solid red;
}

ul.subsection_tabs li span {
    display: block;
    text-decoration: none;
    text-align:center;
    cursor: pointer;
    color: silver;
    border: 1px dotted silver;
    padding: 1px 25px 1px 25px;
    font-size: 9pt;

/*

    height: 25px;
    padding: 3px 6px 0px 6px;
    margin-top: 0px;

    font-weight: bold;

    min-width:80px;
    font-size: 8pt;
    border: 1px solid #a0da58;
    border-width: 1px 0px;
    background-image: url('../../img/public_frame/tab.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
*/
}

ul.subsection_tabs li span:hover {
    /*
	color:#666;
    background-color: #CCFFCC;
    */
}

ul.subsection_tabs li span.active {
    border: 1px solid #808080;
/*
    font-size: 10pt;
    background-image: url('../../img/public_frame/tab_active.jpg');
    background-repeat: repeat-x;
    background-position: top;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #a0da58;
    height: 25px;
*/
    color: black;
}

.hidden{
    display: none;
}