/*VerticalSoilAssociation
Ciss.SideMenu - dnn360.net
by thangpdtt@gmail.com
created date: 03/28/2009 (Saturday, March 28, 2009)
*/
#VertNav  {
    border-top: 5px solid #00689F; 
    border-bottom: 5px solid #00689F; 
    padding: 0; 
    margin: 0 0 10px 0;
    background: #E6F5FC;
    font-size: 80%;
    }
    
#VertNav a {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    display:block; 
    padding-left: 8px;
    color: #005380;        /* standard Font colour */
    }
    
#VertNav a:hover {color: #099!important; background: #eff8fc; } /* fixed hover color for all levels */
#VertNav ul,#VertNav li {list-style: none;}
#VertNav ul,#VertNav li, #VertNav img {margin:0; padding: 0}

#pNav li {padding: 4px 0px 4px 0px; border-bottom: 1px solid #fff;}
#pNav li.last {border-bottom: 0}

/* =-=-=-=-=-=-=-[pNav Level 0 and default All Level]-=-=-=-=-=-=-=- */
#pNav li a {font-size: 0.95em; font-weight: bold; color: #005380; text-decoration: none; display:block;}
#pNav li.sel a {color: #8e1c21;}                /* current page colour (any level) : #099*/
#pNav li.sel a.havechild1 {color: #005380;}     /* parent link style when child pages exist */
#pNav li.sel a.havechild2 {color: #8E1C21;}     /* current page colour where child pages exist */

/* =-=-=-=-=-=-=-[pNav Level 1]-=-=-=-=-=-=-=- */
#pNav li li {border-top: 0px solid #b2b2b2;}
#pNav li li.last,#pNav ul.sNav {border-bottom: 0px solid #fff;}
#pNav ul.sNav ul.sNav {border-bottom:none; }
#pNav li.sel li a {font-size: .95em; color:#00689F; font-weight: bold;}
#pNav li.sel li.sel a {color: #69701d; font-weight: bold;} /*Current section (level 1) : #099, bold*/

/* =-=-=-=-=-=-=-[pNav Level 2]-=-=-=-=-=-=-=- */
#pNav li li li{border-top: none; font-size: 0.9em;}
#pNav li li li a {font-size: 1em; font-weight: normal;}
#pNav li.sel li.sel li.sel a {color:#69701d;font-weight: normal;} /*Current section (level 2) : #099, bold*/
#pNav li.sel li.sel li a {color:#333;font-weight: normal; }

/* =-=-=-=-=-=-=-[pNav Level 3]-=-=-=-=-=-=-=- */
#pNav li li li li {font-size: 0.95em;}/* C9 */
#pNav li li li li a {font-size: 0.65em;}
#pNav li.sel li.sel li.sel li.sel a {color:#69701d;}
#pNav li.sel li.sel li.sel li a {color:#333;}


/* =-=-=-=-=-=-=-[sNav settings]-=-=-=-=-=-=-=- */
#pNav ul.sNav li {padding: 2px 0 2px 8px; border: 0px solid green;}
#pNav ul.sNav {margin: 3px 0 0 0}

/*Host and Admin Menu*/
#nC {background-color:#ccc!important; border-bottom: 1px solid #fff;}
#nC ul.sNav li {border-bottom: none;}
#nC li a {color: #fff;}



