/* Slider Control */
.control
{
    /*position: absolute;
    text-indent: -10000px;*/
    cursor: pointer;
}
#s3controls
{
    height: 10px;    
}
#leftControl
{
    position: relative;
    top: -45px;
    left: 610px;
    z-index: 10001;
}
#leftControl
{
    z-index: 1003;
}

#rightControl
{
    position: relative;
    top: -45px;
    left: 620px;
    z-index: 10000;
}
#rightControl
{
    z-index: 1002;
}
/* Quick Link Navaigation */
div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

#menu, #menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 230px; /*15em*/
}

#menu a
{
    display: block;
    text-decoration: none;
}

#menu li, #menu a
{
    margin-top: 1px;
}

#menu a
{
    padding: 10px 0px 5px 5px;
    height: 20px;
    background: #8B8B8B;
    color: #fff;
    font-weight: bold;
}

#menu a:hover
{
    background: #026FB8;
}

#menu ul li a
{
    background: #ccc;
    color: #000;
    font-weight: normal;
    padding-left: 20px;
}

#menu ul li a:hover
{
    background: #aaa;
    border-left: 5px #026FB8 solid;
    padding-left: 15px;
    color: #fff;
    font-weight: bold;
}

#menu a.menuselected
{
    background-color: #026FB8;
    background: #026FB8;
}

.indent1
{
    padding-left: 1em;
}
.indent2
{
    padding-left: 2em;
}

