/* style the menu navigation wrap  */
#menu-wrap {
    background-color: #6C0000;
	font-size: 11pt;
} 

#menu-wrap ul {
    background-color: #6C0000;
	height: 32px;
	width: 1024px;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    color:#FFF; 
    border:none; 
	text-align: center;
	text-decoration:none; 
    width: 150px;
}
/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
    background: #6C0000 url(../../../../../themes/whyhopeworks/images/nav_on.jpg) no-repeat center center;               
    color:#FFF; 
}

/* style the top level hover */
#menu-wrap a:hover {
    background: #6C0000 url(../../../../../themes/whyhopeworks/images/nav_on.jpg) no-repeat center center;               
    color:#FFF; 
}
#menu-wrap :hover > a {
    background: #6C0000 url(../../../../../themes/whyhopeworks/images/nav_on.jpg) no-repeat center center;               
    color:#FFF; 
}

#menu-wrap ul ul a:hover{
    background: #6C0000 none no-repeat center center;               
    color:#FFF; 
}
#menu-wrap ul ul :hover > a {
    background: #6C0000 none no-repeat center center;               
    color:#FFF; 
}


/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:visited {
	background-color: #6C0000;               
}
#menu-wrap a.trigger:hover {
	background: #6C0000 url(../../../../../themes/whyhopeworks/images/nav_on.jpg) no-repeat center center;               
}

/* style sections from the dropdown menus */
#menu-wrap li.section{
    color: #fff;
    background-color: #6C0000;
    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 {
    background: #6C0000 none !important;
	color:#FFF;;
	font-size: 10pt;
}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    background:#9A0000 !important;
}
#menu-wrap ul ul :hover > a {
    background:#9A0000  !important;
}

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    
    background: #6C0000 url(../../../../../themes/whyhopeworks/images/nav_on.jpg) no-repeat center center; 
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    background-color: #9A0000;
	color: #FFF;
	font-style: italic;
	font-size: 10pt;
	text-align: center;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background-color: #9A0000;
}
#menu-wrap ul ul li a.selected{    
    background-color: #9A0000;
    color: #FFF;
}

/* 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 */
}