#NAVI a, #NAVI a:visited {
	color: #979ea6;
	font-weight: 100;
	font-size: 14pt;
	text-decoration: none;
	font-family: "Raleway", "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
#NAVI ul.Menu {
	margin: -60px 0 24px;
	padding: 0;
	text-align: right;
}
#NAVI ul.Menu li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	line-height: 50px;
}



#NAVI a:hover {
  color: #333652;
}
#NAVI a.currentpg {
  color: #333652;
}

#NAVImobile {
    display: block;
    /*position: absolute;*/
    width: 100%;
    top: 98px;
}

#NAVI .Menu li ul li a.currentpg {
  font-weight: bold;
  background-color: rgba(0,0,0,0.5);
}

#NAVImobile.NAVIenabled {
display: block;
}
#NAVImobile.NAVIdisabled {
display: none;
}

#NAVImobile ul {
margin: 0;
padding: 0;
}
#NAVImobile li {
    list-style: none;
}
#NAVImobile a {
	display: block;
	padding: 9px;
	font-size: 12pt;
	text-decoration: none;
	color: #ffffff;
	background-color: #979ea6;
	border-bottom: solid 1px #666;
	text-align: center;
	font-weight: bold;
}
#NAVImobile a:hover {
  background-color: #061147;
  color: #ffffff;
}
#NAVImobile ul ul li a {
  font-size: 10pt;
  font-weight: normal;
}
