#leftNav
{
}
#MenuCon
{
    float: left;
    width: 160px;
    margin-bottom: 10px;
}
.Mnu
{
    float: left;
    clear: both;
    width: 155px;
    padding: 0;
}

.Mnu ul
{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Mnu ul ul
{
    float: left;
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

.Mnu li
{
    font-size: 11px;
    padding: 5px 0 5px 0px;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    clear: both;
}

.Mnu li.all
{
    font-size: 11px;
    padding: 4px 0 4px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    clear: both;
    background: url(../images/vMnuBG.gif);
}

.Mnu li.sub
{
    font-size: 11px;
    padding: 4px 0 4px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    clear: both;
}

.Mnu li a, .Mnu li a:visited
{
    text-decoration: none;
    color: #666;
    display: block;
    width: 147px;
    height: auto;
    background-position: 5px 5px;
}

.Mnu li a:hover
{
    text-decoration: none;
    color: #000000;
    display: block;
    width: 147px;
    height: auto;
    background-position: 5px 5px;
}

.Mnu li a.header
{
    text-decoration: none;
    color: #f98403;
    display: block;
    width: 155px;
    height: auto;
    background: none;
}

.Mnu li a.spacer
{
    text-decoration: none;
    color: #000;
    display: block;
    width: 155px;
    height: 10px;
    background: none;
}

.Mnu li.subUl
{
    font-size: 11px;
    padding-top: 5px;
    text-indent: 0px;
    border: none;
    list-style-type: none;
    clear: both;
    background-image: none;
}

.Mnu li.subUl a, .Mnu li.subUl a:visited
{
    text-decoration: none;
    color: #666;
    display: block;
    width: 155px;
    height: auto;
}

.Mnu li.subUl a:hover
{
    text-decoration: none;
    color: #059192;
    display: block;
    width: 155px;
    height: auto;
}

.Mnu li.subLi
{
    font-size: 11px;
    padding: 0px 0 4px 0px;
    margin-left: 0px;
    border: none;
    list-style-type: none;
}
.Mnu li.subLi a.header
{
    text-decoration: none;
    color: #f98403;
    display: block;
    width: 155px;
    height: 15px;
    background: none;
}
.Mnu li.subLi a.spacer
{
    text-decoration: none;
    color: #000;
    display: block;
    width: 155px;
    height: 15px;
    background: none;
}

.Mnu li.subLi a, .Mnu li.subLi a:visited
{
    padding-left: 10px;
    font-size: 11px;
    border: none;
    list-style-type: none;
    background: url(../images/leftBullet.gif) no-repeat;
    background-position: 1px 5px;
}

.Mnu li.subLi a:hover
{
    background: url(../images/leftBulletHover.gif) no-repeat;
    background-position: 1px 5px;
}

.Mnu li.selectedSub
{
    font-size: 11px;
    padding: 4px 0px 4px 5px;
    text-indent: 15px;
    border: none;
    list-style-type: none;
    background-image: none;
    color: #059192;
}

.Mnu li.selectedLeftSub
{
    font-size: 11px;
    padding: 4px 0px 4px 0px;
    text-indent: 15px;
    border: none;
    list-style-type: none;
    background-image: none;
    color: #059192;
}


.Mnu li.selectedSub a, .Mnu li.selectedSub a:visited, .Mnu li.selectedLeftSub a
{
    font-size: 11px;
    padding: 0 0 0 5px;
    text-indent: 15px;
    width: 135px;
    color: #059192;
    border: none;
    list-style-type: none;
    background: url(../images/leftBulletHover.gif) no-repeat;
    background-position: 10px 5px;
}
.Mnu li.selectedSub a:hover
{
    font-size: 11px;
    padding: 0 0 0 5px;
    text-indent: 15px;
    color: #059192;
    border: none;
    width: 135px;
    list-style-type: none;
    background: url(../images/leftBulletHover.gif) no-repeat;
    background-position: 10px 5px;
}


.Mnu li.selected
{
    font-size: 11px;
    padding: 4px 0 4px 5px;
    text-indent: 15px;
    border: none;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    color: #059192;
}

.Mnu li.selected a, .Mnu li.selected a:visited
{
    font-size: 11px;
    padding: 0 0 0 5px;
    text-indent: 15px;
    width: 135px;
    color: #059192;
    border: none;
    list-style-type: none;
    background: url(../images/leftBulletHover.gif) no-repeat;
    background-position: 10px 5px;
}
.Mnu li.selected a:hover
{
    font-size: 11px;
    padding: 0 0 0 5px;
    text-indent: 15px;
    color: #059192;
    border: none;
    width: 135px;
    list-style-type: none;
    background: url(../images/leftBulletHover.gif) no-repeat;
    background-position: 10px 5px;
}

/** Home page vertical menu.*/
.HomePageMenuRow
{
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    width: 156px; /*padding-left: 0px;*/
    padding-top: 3px;
    padding-bottom: 5px;
    white-space: normal;
    overflow: hidden;
}

.HomePageMenuRowHeading
{
    cursor: pointer;
    color:#666666;
}

.HomePageMenuRowHeading:hover
{
    cursor: pointer;
    color: #059192;
}

.HomePageMenuRowHeading a
{
    text-decoration:none;
    cursor: pointer;
    color:#666666;
}

.HomePageMenuRowHeading a:hover
{
    cursor: pointer;
    color:#059192;
}

.HomePageMenuImageStyle
{
    margin-top:4px; 
    margin-right:4px
}

.HomePageMenuChild
{
    float: left; 
    
    cursor: pointer;
    color:#666666;
}

.HomePageMenuChildRow
{
    height:17px
}
.mC
{
    width: 160px;
    margin-bottom:10px;
}
.mH
{
    cursor: pointer;
    font-weight: bold;
}
.mL
{
    display: none;
}
.mO
{
    margin-left: 10px;
    display: block;
}
