<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Accordion Menu powered by www.menucool.com */

/* ##### Top level items #####*/
#acdnmenu 
{
    /* Note about height: 
    Set "height:auto;" if flexible height is required. 
    A fixed height(eg. height:300px;) is prefered as content below the menu won't be pulled down/up when the menu is expanding/collapsing. */
    height: auto;
    width: 100%; /*or pixel value*/
    font-size:0;
}


#acdnmenu ul.top
{
	padding-left:0;
    border:1px solid #122;
    background:#314f60;
}

#acdnmenu div.heading, #acdnmenu a.link
{
    padding:5px 4px 5px 30px;
    text-align:left;
    font-size:11px;
    color:#ccc; 
    transition:color .25s linear;
    text-decoration:none;
    outline:none;
    text-transform:uppercase;
}

#acdnmenu div.heading a
{
    font-size:11px;
    text-transform:uppercase;
}

#acdnmenu div.current, #acdnmenu div:hover, #acdnmenu a.link:hover, #acdnmenu div.current a.link
{
    color:#eee;
    text-decoration:none;   
}

/*Top level link without children*/
#acdnmenu a.current, #acdnmenu a.current:hover
{
    color:#eee;
    text-decoration:underline;   
}
/* arrow image for the top headings */
#acdnmenu div.arrowImage {
    width:12px;
    height:12px;
    top:8px;
    left:9px; /* Changing it to "right:4px;" will position the arrow image to the right */
    background-image:url(../images/arrows.gif);
    background-position:0 0;
}

#acdnmenu div.current div.arrowImage {
    background-position:0 -12px;
}

#acdnmenu li.separator
{
    border-top:1px solid #122;
    border-bottom:1px solid #3a5b6d;
}


/* ##### Sub level items #####*/
#acdnmenu ul.sub
{
	padding-left:14px; /*hierarchical offset*/ 
}

#acdnmenu ul.sub div.heading
{
    text-align:left;
    font-size:12px;
    padding:7px; padding-left:20px;
    color:#ccc;
    background:none; 
}
#acdnmenu ul.sub div.heading a
{
    color:#ccc;
}

#acdnmenu ul.sub div.current
{
    color:#eee;
    background:none; 
}

#acdnmenu ul.sub a.link
{
    font-size:12px;
    color:#ccc;
    padding:6px; padding-left:20px;
    text-decoration:none;
    background:none;

}

#acdnmenu ul.sub a.link:hover, #acdnmenu ul.sub a.current, #acdnmenu ul.sub div.heading a:hover, #acdnmenu ul.sub div.heading a.current
{
    color:#eee;
    text-decoration:underline;
    background:none; 
}


#acdnmenu ul.sub div.arrowImage {
    width:12px;
    height:12px;
    top:8px;
    left:4px;right:auto; /*Setting "right:6px;left:auto;" will position the arrow image to the right*/
    background-image:url(../images/arrows.gif);
    background-position:0 -24px;
}
#acdnmenu ul.sub div.current div.arrowImage {
    background-position:0 -36px;
}



/* ##### Followings usually don't need modification ###### */
/*Hack the font-size:0 bug for IE6 */
#acdnmenu,  #acdnmenu ul
{
    display:block;
    font-size:0px;
    line-height:0px;
}
#acdnmenu li {font-size:12px; line-height:16px;}
#acdnmenu:after {content:'.';height:0;clear:both;display:block;visibility:hidden;} 

/*Hack for IE6-7*/
#acdnmenu ul, #acdnmenu li, #acdnmenu div.heading, #acdnmenu a.smLink, #acdnmenu div.description {*zoom:1;}
#acdnmenu li {*float:left;*width:100%;}

#acdnmenu ul
{
	position:relative;/*!*/
	overflow:hidden;
	padding:0;margin:0;list-style-type: none;padding-left:10px;
}
#acdnmenu&gt;ul{visibility: hidden;}
#acdnmenu li {padding:0;margin:0;}

#acdnmenu div.heading, #acdnmenu div.current
{
	position:relative;
    cursor: pointer;
}
#acdnmenu div.arrowImage {position:absolute; overflow:hidden;}


</pre></body></html>