.arrowlistmenu{
    padding-top: 8px;
    width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
    font-family: Arial, Verdana, Tahoma;
    font-size: 13px;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px 0 0px 10px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
}

.arrowlistmenu .menuheader a, .arrowlistmenu .menuheader a:active, .arrowlistmenu .menuheader:visited, .arrowlistmenu .menuheader:hover{
    font-family: Arial, Verdana, Tahoma;
    font-size: 13px;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: hand;
    cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 7px;
    margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
    padding-bottom: 5px;
    line-height: 1.3em;
}

.arrowlistmenu ul li{
    padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
}

.arrowlistmenu ul li a{
    color: #f0f0f0;
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-left: 20px; /*link text is indented 19px*/
    text-decoration: none;
    font-size: 12px;
    border-style: none;
    border-width: 0px;
}

.arrowlistmenu ul li a:visited{
    font-size: 12px;
    color: #f0f0f0;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
    font-size: 12px;
    color: #fac000;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
    bborder-style: none;
    border-width: 0px;
}

.arrowlistmenu ul li a.subexpandable:active{
    border-style: none;
    border-width: 0px;
}

img.li{
    position: relative;
    top: -2px;
}




#element{
    position: relative;
    min-width: 190px;
    max-width: 190px;
    padding-top: 0px;
    width: 190px;
    left: 3px;
    top: 14px;
}
#element .element_a{
    background-image: url('../images/menu/element_a.png');
    background-repeat: no-repeat;
    border-top: 1px dotted #f0f0f0;
    padding-left: 7px;
    padding-top: 2px;
    color: #d0d0d0;
    height: 56px;
}
#element .element_a span{
    font-size: 9px;
    padding: 0px;
    margin: 0px;
    width: 120px;
}
#element .element_b{
    background-image: url('../images/menu/element_b.png');
    background-repeat: no-repeat;
    border-top: 1px dotted #f0f0f0;
    padding-left: 7px;
    padding-top: 2px;
    color: #d0d0d0;
    height: 55px;
}

a.element, a.element:visited, a.element:active, a.element:hover{
    color: #d0d0d0;
    cursor: pointer;
    text-decoration: none;
}
a.element_fancy, a.element_fancy:visited, a.element_fancy:active, a.element_fancy:hover{
    color: #d0d0d0;
    cursor: pointer;
    text-decoration: none;
}