/* style the menu navigation wrap  */

#menu-wrap {

    background-color: #a29777;
	
	border-bottom: 1px solid #7d545b;
	
	font: 12pt/13pt Georgia, "Times New Roman", Times, serif;
	
	font-weight: bold;
} 



#menu-wrap ul {

    background-color: #a29777;

}



/* style the links for the top level */

#menu-wrap ul a, #menu-wrap ul a:visited {

    text-decoration:none; 
	
	font: 12pt/13pt Georgia, "Times New Roman", Times, serif;
	
	font-weight: bold;
    
	color:#e2d9ca; 

    /*border-right:1px solid #fff; */

}

/* top level items on hover */

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    

    background-color: #7d545b;               

    color:#e2d9ca; 

}



/* style the top level hover */

#menu-wrap a:hover, #menu-wrap ul ul a:hover{

    color:#e2d9ca; 

    background:#7d545b;

}

#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {

    color:#e2d9ca; 

    background:#7d545b;

}





/* menu sections with children */

#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {

    background-repeat: no-repeat;

    background-position: right center;

}





/* style sections from the dropdown menus */

#menu-wrap li.section{

    color: #fff;

    background-color: #a29777;
	
    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:#e2d9ca;
	
}



          

/* style the second level hover */

#menu-wrap ul ul a:hover{

    background:#a87a83;
	border-bottom: 1px #7d545b solid;

}

#menu-wrap ul ul :hover > a {

    background:#a87a83;
	border-bottom: 1px #7d545b solid;

}



                                  

/* style selected page in the top menu */                                  

#menu-wrap li.selected_page{    

    color: #e2d9ca;

    background-color: #7d545b;

}



/* style selected subpage in the top menu */                                  

#menu-wrap li.selected_subpage{    

    color: #e2d9ca;

    background-color: #a29777;
	
	border-left: 1px #7d545b solid;
	border-bottom: 1px #7d545b solid;
	border-right: 1px #7d545b solid;

}

#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{

    background-color: #7d545b;

}

#menu-wrap ul ul li a.selected{    

    background-color: #7d545b;

    color: #e2d9ca;

}



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

}