@charset "UTF-8";
    .AccordionTitle
    {
        height: 15px; /*changeble*/
        overflow: hidden;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px; /*changeble*/
        font-weight: normal; /*changeble*/
        vertical-align: middle; /*changeble*/
        text-align: left; /*changeble*/
        display: table-cell;
        -moz-user-select: none;
        border-top: none; /*changeble*/
        border-bottom: none; /*changeble*/
        border-left: none; /*changeble*/
        border-right: none; /*changeble*/
        background-color: #fff;
        color: #666;
    }
    .AccordionContent
    {
	height: 0px;
	overflow: hidden; /*display: none;  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 15px;
	margin-left: 7px;
    }
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #165788;
	text-decoration: underline;
}
a:active {
	color: #165788;
	text-decoration: none;
}
    .AccordionContainer
    {
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	width: 115px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin:5px 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

