/* style the menu navigation wrap  */
#menu-wrap {
    background-color: #A3A8AC;
} 

#menu-wrap ul {
    background-color: #7ED3A9;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    color:#FFFFFF; 
    border-right:1px solid #fff; font-weight:bold; font-size:20pt }
/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
    background-color: #7ED3A9;               
    color:#000000 
}

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    color:#000000; 
    background:#7ED3A9;
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    color:#000000; 
    background:#A7ABB1;
}


/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a:hover.trigger, #menu-wrap a:visited.trigger {
    background-image: url(../img/cms-nav-dark-s.gif);
    background-repeat: no-repeat;
    background-position: right center;
}


/* style sections from the dropdown menus */
#menu-wrap li.section{
    color: #FFFFFF;
    background-color: #A7ABB1;  
} 
/* style sections from the dropdown menus */


/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; color:#000000;
    font-size:10pt; 
    font-family:Verdana; width:350px
}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    background:#333333;; color:#FFFFFF 
}
#menu-wrap ul ul :hover > a {
    background:#333333;; color:#FFFFFF 
}

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    
    color: #FFFFFF;
    background-color: #333333;font-size:12pt; font-weight:bold
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    color: #FFFFFF;
    background-color: #333333;
    font-size:10pt;
    font-family:Verdana; width:350px
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background-color: #A7ABB1;
}
#menu-wrap ul ul li a.selected{    
    background-color: #A7ABB1;
    color: #008000;
}

/* style sidebar navigation */

#sidebar-navigation h4{
    /* style sidebar title */
}
#sidebar-navigation .cms-nav-sidebar a, #sidebar-navigation .cms-nav-sidebar a:visited{
    /* links */
}
#sidebar-navigation .cms-nav-sidebar a:hover, #sidebar-navigation .cms-nav-sidebar a:focus, #sidebar-navigation .cms-nav-sidebar a:active{
    /* links hover */
}

.cms-nav-sidebar .selected_page_side{
    /* selected item in side navigation */
}

.cms-nav-bc a, .cms-nav-bc a:visited{
    /* trail navigation links */
}
.cms-nav-bc a:hover, .cms-nav-bc a:focus, .cms-nav-bc a:active{
    /* trail navigation links hover */
}
.cms-nav-bc{
    /* trail navigation links hover - not linked */
}