
/* style the menu navigation wrap  */


/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    /*text-decoration:none; */
    /*color:#000; 
    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: #5798D0;               
    color:#000; */
}

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    /*color:#000; 
    background:#5798d0;*/
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    /*color:#000; 
    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: #fff;
    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:#000;*/
}

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

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

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
/*color: #004D99;
    background-color: #B3D9FF;*/
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    /*background-color: #B3D9FF;*/
}
#menu-wrap ul ul li a.selected{    
    /*background-color: #D0D8F0;
    color: #004D99;*/
}





/************** mainNavi *************/

#menu-wrap, #menu-wrap ul { 
	background-color: transparent;
	color: #05344e !important;
	font-family: inherit;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	z-index: 101 !important;
}

#menu-wrap ul a, #menu-wrap ul a:visited { 
	color: #05344e;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	font-style: normal;
	padding:  0px  18px  0px  18px;
	line-height:  57px;
}

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active { 
	background-color: #05344e;
	color: white;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	font-style: normal;
}

#menu-wrap li.selected_page > a,#menu-wrap li.selected_page:hover > a { 
	background-color: #05344e;
	color: white !important;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	font-style: normal;
}

#menu-wrap li.selected_subpage, #menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited { 
	background-color: #05344e;
	color: white !important;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  25px;
	width: 250px !important;
}

#menu-wrap ul ul a, #menu-wrap ul ul a:visited { 
	background-color: #f68c1e !important;
	color: #05344e !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: normal !important;
	font-style: normal !important;
	padding:  5px  10px  5px  10px;
	line-height:  25px;
	width: 250px !important;
}

#menu-wrap ul ul a:hover { 
	background-color: #05344e !important;
	color: white !important;
	font-family: inherit!important;
	font-size: 14px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

#menu-wrap li.section { 
	background-color: #4283b7;
	color: #FFF !important;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  25px;
	width: 250px !important;
}

#menu-wrap { 
	height:  57px;
}

#menu-wrap ul ul { 
	top:  57px;
	z-index: 101 !important;
}

#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    border: 0px !important; 
}



































