/* style the menu navigation wrap  */
#menu-wrap {

} 

#menu-wrap ul {
  
}

#menu-wrap ul li {
    padding-right:10px;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
 
font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
font-size:14px;
text-decoration:none;
text-transform:uppercase;
padding-left:0;
padding-right:0;



}


/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
                 
  
}

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover, #menu-wrap li.selected_page a {
;
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    
   
}


/* 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:#dddddb none repeat scroll 0 0;
    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 {
   height:auto;
line-height:15px;
margin:8px 10px -8px;
padding:5px 10px;
width:150px;
	background:#CC66CC none repeat scroll 0 0;
}

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

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    

		 
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
   background:#DDDDDB none repeat scroll 0 0;
color:#5D5D5D;
font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
font-size:16px;
line-height:15px;
padding:5px 10px;
position:relative;
right:-7px;
text-transform:uppercase;
top:8px;
width:150px;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background:#CC66CC none repeat scroll 0 0;
}
#menu-wrap ul ul li a.selected{    
    background:#dddddb none repeat scroll 0 0;
    color: #004D99;
}

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