/* expandable list with switch aligned right */

ul.rightcol {
    background-color: #C6FBC6;
    border-left: 1px solid #4f0000;
    border-right: 1px solid #4f0000;
    border-top: 1px solid #4f0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 150px;
}

ul.rightcol ul {
    display: none;
    margin: 0;
    padding: 0;
}

ul.rightcol li {
    list-style-type: none;
    position: relative;
}

ul.rightcol a {
    border-bottom: 1px solid #4f0000;
    border-left: 1px solid #4EA045;
    border-right: 1px solid #4f0000;
    border-top: 1px solid #4EA045;
    color: #006600;
    display: block;
    padding: 3px;
    width: 121px;
    text-decoration: none;
}

ul.rightcol a:hover {
    border-bottom: 1px solid #4EA045;
    border-left: 1px solid #00CC00;
    border-right: 1px solid #4EA045;
    border-top: 1px solid #00CC00;
}

ul.rightcol ul a {
    background-color: #00FF00;
    border-bottom: 1px solid #00CC00;
    border-left: 1px solid #00CC33;
    border-right: 1px solid #00CC00;
    border-top: 1px solid #00CC33;
    width: 142px;
}

ul.rightcol ul a:hover {
    border-bottom: 1px solid #00CC33;
    border-left: 1px solid #00CC00;
    border-right: 1px solid #00CC33;
    border-top: 1px solid #00CC00;
}

ul.rightcol a.switch {
    left: 129px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 13px;
}

/* Box-model hacks for Win/IE 5.5 \*/
* html ul.rightcol { width: 152px; w\idth: 150px; }
* html ul.rightcol li { left: -16px; lef\t: 0px; }
* html ul.rightcol ul li { left: 16px; lef\t: 0px; }
* html ul.rightcol a { width: 129px; w\idth: 121px; }
* html ul.rightcol ul a { width: 150px; w\idth: 142px; }
* html ul.rightcol a.switch { width: 21px; w\idth: 13px; }
/* end hacks */

#bgBlink {
background-color: #90C;
color: #eeddff;
}