﻿/* Begin CSS Menus at Left */
#menuleft
{
    width: 152px;
    background: #b3b1c0;
    padding: 1px;
    z-index: 2;
    text-align: left;
}
#menuleft span
{
    font: normal 14px/26px tahoma,arial,helvetica,sans-serif;
}
#menuleft li a
{
    display: block;
    font: normal 14px/26px tahoma,arial,helvetica,sans-serif;
    width: 146px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
}
#menuleft li a
{
    text-decoration: none;
    background: #edeef6 url(/images/tile-silver-3.gif) repeat-x bottom right;
    padding: 0 0 0 4px;
}
#menuleft li a:link, #menuleft a:visited
{
    color: #494c59;
    width: 142px;
    border-right: 5px solid #090;
}
#menuleft li a:hover
{
    color: #060;
    background: #e2e2ec url(/images/tile-blue-over-3.gif) repeat-x bottom right;
}
#menuleft li a:active
{
    color: #000;
    background: #e2e2ec url(/images/tile-blue-on-3.gif) repeat-x bottom right;
}
#menuleft form
{
    margin: 0;
}
#menuleft li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menuleft ul, #menuleft ul ul, #menuleft ul ul ul
{
    margin: 0;
    padding: 0;
    list-style-image: none;
    width: 150px;
}
#menuleft h2, #menuleft h3
{
    font: bold 13px/27px tahoma,sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    color: #edeef6;
    background: #369 url(/images/tile-h2-blue.gif) repeat;
    margin: 0;
    padding: 0 0 0 5px;
    width: 145px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
}

/* Begin CSS Popout Menus at Left */
#menuleft ul li
{
    position: relative;
}
#menuleft li ul
{
    position: absolute;
    left: 152px;
    top: 0;
    display: none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menuleft ul li
{
    float: left;
    height: 1%;
}
* html #menuleft ul li a
{
    height: 1%;
}
/* End */

div#menuleft ul ul, div#menuleft ul ul ul, div#menuleft ul li:hover ul ul, div#menuleft ul li:hover ul ul ul
{
    display: none;
}
div#menuleft ul li:hover ul, div#menuleft ul ul li:hover ul, div#menuleft ul ul ul li:hover ul
{
    display: block;
}

#menuleft li a.x, #menuleft li a.x:visited
{
    color: #494c59;
    background: #edeef6 url(/images/tile-silver-3.gif) repeat-x bottom right;
    width: 139px;
    border-right: 8px solid #0083c1;
}
#menuleft li a.x:hover
{
    color: #060;
    background: #edeef6 url(/images/tile-blue-over-3.gif) repeat-x bottom right;
}
#menuleft li a.x:active
{
    color: #000;
    background: #e2e2ec url(/images/tile-blue-on-3.gif) repeat-x bottom right;
}
/* End CSS Popout Menus at Left */
/* End CSS Menus at Left */

.menu1
{
    background-color: #191D4D;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 2px;
    height: 18px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
.menu1:hover
{
    background-color: Navy;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 2px;
    height: 18px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
.menuSelected
{
    background-color: #191D4D;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 2px;
    height: 18px;
    cursor: default;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    border: none 3px Gray;
}
.submenu
{
    background-color: #8B95B2;
    display: block;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 0px;
    padding-top: 4px;
    padding-bottom: 2px;
    height: 18px;
    color: #000000;
}
.submenu:hover
{
    background-color: #8B95B2;
    display: block;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 0px;
    padding-top: 4px;
    padding-bottom: 2px;
    height: 18px;
    color: #000000;
    text-decoration: underline;
}
.subMenuSelected
{
    background-color: #8B95B2;
    display: block;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 0px;
    padding-top: 4px;
    padding-bottom: 2px;
    height: 18px;
    color: #000000;
     text-decoration: underline;
    cursor: default;
    
}
.hide
{
    display: none;
}
.show
{
    display: block;
}
