/* style the menu navigation wrap  */
#menu-wrap {
    background: #afafaf url(http://bimun.org/uploads/wp/menubg.png) repeat-x;
} 

#menu-wrap ul {
}

/* style the links for the top level */
#menu-wrap ul li a, #menu-wrap ul li a:visited {
    text-decoration:none;
    border-right:1px solid #fff;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;      
}
/* top level items on hover 
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
    background:#ccc url(http://bimun.org/uploads/wp/menuonbg.png) repeat-x;              
    color:#333;
}
*/

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    color:#5680cc; 
    background:#afafaf url(http://bimun.org/uploads/wp/menuonbg.png) repeat-x;
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    color:#5680cc; 
    background:#afafaf url(http://bimun.org/uploads/wp/menuonbg.png) repeat-x;
}


/* 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: #333;
    background: #f2f2f2 url(http://bimun.org/uploads/wp/menubg.png) repeat-x;
    font-weight: normal;
	border-top:1px solid #afafaf;
	border-bottom: 1px solid #f2f2f2;
} 
/* style sections from the dropdown menus */


/* style the second level background */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
	border-bottom:1px solid #f2f2f2;
    background: #f2f2f2;
}

/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
	background:#f2f2f2;
	font-weight:normal;
}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    background: #ccc;
	border-bottom:1px solid #ccc;
	color: #5680cc;
}
#menu-wrap ul ul :hover > a {
    background: #ccc;
	border-bottom:1px solid #ccc;
	color: #5680cc;
}

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    
    color: #5680cc;
    background: #afafaf url(http://bimun.org/uploads/wp/menuonbg.png) repeat-x;
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    color: #5680cc;
    background: #ccc;
	font-weight:normal;
	border-bottom:1px solid #ccc;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background: #ccc;
	color: #5680cc;
}
#menu-wrap ul ul li a.selected{    
	background: #ccc;
    color: #5680cc;
}

/* 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 */
	font-weight:bold;
}

.cms-nav-bc a, .cms-nav-bc a:visited{
    /* trail navigation links */
	font-size:0.9em;
}
.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 */
}