﻿
/*** LEFT NAVIGATION ***/
#LeftNav 
{  
    padding: 5px 5px 5px 0;
    padding:7px 0 0 7px;
    list-style-type: none;
}
#LeftNav li {
    font-family: Arial,Myriad Pro;
    /*font-family: Arial Narrow, Myriad Pro Cond,  Arial, Sans-Serif;*/
    color:#3F0C5B;
    display:block;
    font-weight:bold;
    cursor:pointer;
    font-size:13px;
    line-height:1.75em;
}
#LeftNav ul li {
    font-family: Arial,Myriad Pro;
    /*font-family: Arial Narrow, Myriad Pro Cond,  Arial, Sans-Serif;*/
    color:#414141;
    display:block;
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
    line-height:1.75em;
}
#LeftNav ul {
    list-style-type:none;
    margin:0;
    padding:0 0 0 10px;
}
#LeftNav a.homelink {
    font-family: Arial,Myriad Pro;
    /*font-family: Arial Narrow, Myriad Pro Cond,  Arial, Sans-Serif;*/
    color:#3F0C5B;
    display:block;
    font-weight:bold;
    font-size:13px;
    text-decoration:none;
    line-height:1.75em;
}
#LeftNav li a {
    font-family: Arial,Myriad Pro;
    /*font-family: Arial Narrow, Myriad Pro Cond,  Arial, Sans-Serif;*/
    color:#414141;
    display:block;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
}
#LeftNav a:hover, #LeftNav span:hover {
    background-color:#D5C9DE;  /*  purple */
    /*background-color:#EEE2B9;    gold*/
    color:#3F0C5B;
    font-weight:bold
}
#LeftNav a:hover
{
    display: block;
}
#LeftNav span
{
    display: block;
    line-height:1.75em;
}
#LeftNav li.navSel a.leftnavSel {
    /*background-color:#D5C9DE;    purple */
    background-color:#EEE2B9;   /* gold */
    color:#3F0C5B;
    font-weight:bold
}
/*#LeftNav li.navSel span {
    text-decoration: underline;
}
.navSelh {
    background-color:#D5C9DE;
    color:#3F0C5B;
    font-weight:bold
}
.navSelh li:hover {
    background-color:#D5C9DE;
    color:#3F0C5B;
    font-weight:bold
}
.leftnavSel 
{
    background-color:#D5C9DE;
    color:#3F0C5B;
    font-weight:bold
}*/

/** Accordion nav **/
/*
div#accordionnav {
    font-family: "Myriad Web Pro Regular", Frutiger, Arial, Sans-Serif;
}
div#accordionnav .navcontent, .navheader, .selnavheader, a.navheader {
    padding-left: 8px;
    color:#39275B;
    cursor:pointer;
    font-size:1em;
    font-weight:normal;
    line-height:1.8em;
}
div#accordionnav .navcontent {
    padding-left: 16px;
    font-size:.97em;
}
div#accordionnav .selnavheader {
    background-color: #dfdde8;
    font-weight:bold;
}
div#accordionnav a.navheader {
    text-decoration: none;
    display: block;
}
*/

/** Telerik Panel **/
/*
div#navpanel {
    font-family: "Myriad Web Pro Regular", Frutiger, Arial, Sans-Serif;
}
*/