/* style the menu navigation wrap  */
#menu-wrap {
	font-size:13px;
	font-weight:bold;
    /* background-color: #eee; */
}

#menu-wrap ul {
    background-color: #5798d0;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    color:#ccc; 
    /* border-right:1px solid #fff; */
}
/* top level items on hover */
#menu-wrap ul li a:hover, #menu-wrap ul li a:focus, #menu-wrap ul li a:active{    
    /* background-color: #5798D0; */
    color:blue; 
}

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    color:blue; 
    /* background:#5798d0; */
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    color:blue; 
    /* background:#B3D9FF; */
}


/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
    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: #ccc;
    background-color: #4283b7;
    /* font-weight: bold; */        
} 
/* style sections from the dropdown menus */


/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    color:#ccc;
	background-color:#131313;
}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    color:blue
}
#menu-wrap ul ul :hover > a {
    color:blue
}

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page a{    
    color: blue;
    /* background-color: #5798d0; */
}

#menu-wrap li.selected_page ul li a{
    color: #ccc;
    /* background-color: #5798d0; */
}

#menu-wrap li.selected_page ul li a:hover{
    color:blue
}

#menu-wrap li.selected_page ul li :hover > a {
    color:blue
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    color: blue;
    background-color: #131313;
	font-size:12px;
	line-height:15px;
	margin: 0 2px;
	padding:3px 7px 3px 6px;
}

#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
	color: #ccc;
    /* background-color: #B3D9FF; */
}
#menu-wrap ul ul li a.selected{    
    background-color: #131313;
    color: blue;
}

/* 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 */
}