/* CSS for mobile responsive collapsible dropdown menu */
/* disable the normal desktop nav */
#desktopTabNav {display:none;}

file_tabs_group {
	/* [disabled]float: left; */
	/* [disabled]clear:left; */
	width: 100%!important;
	margin-right:0px!important;
}

.group {
  margin-top:0px;
  width:100%;
  margin:0px;
  padding:0px;
}

.navigation {
  max-width: none;
  background: #000;
  padding: 0;
  background-color:#003399;
}

.navigation li {
  float: left;
  width:100%;
  list-style-type: none;
}

.navigation li a {
  display: block;
  color: #fff;
  padding: 10px;
  width: 100%;
}

/*.navigation li a:hover {
  background: #0fcaf2;
}*/

.navheader { 
  /* font-size: 1.5em; */
  height:30px;
  background-color:#003399;
  color:#ffffff;
}

.slide-trigger {
	display: none; /* need this */
	border: 1px solid #CCCCCC;
	cursor: pointer;
	/* [disabled]margin-left: 5px; */
	/* [disabled]margin-right: 5px; */
	/* [disabled]width: 100%; */
	text-align: center;
}

.slide-trigger span {
	/* [disabled]background-image: url(../images/navbar_button.png); */
	/* [disabled]background-position: 0 -14px; */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]display: block; */
	/* [disabled]float: right; */
	/* [disabled]clear: both; */
	/* [disabled]margin-top: 0px; */
	/* [disabled]height: 40px; */
	/* [disabled]width: 100%; */
}
.slide-trigger img {	/*
	[disabled]background-image: url(../images/navbar_button.png); */
	/* [disabled]background-position: 0 -14px; */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]display: block; */
	float: right;
	/* [disabled]clear: right; */
	/* [disabled]margin-top: 0px; */
	height: 100%;
	/* [disabled]width: 100%; */
}

.slide-trigger { display: block; }
.no-js .slide-trigger { display: none; }
.navigation { display: none; }
.no-js .navigation { display: block; }
.navigation {
	/* [disabled]margin: 0 5px; */
}
.navigation li { float: none; }
.navigation li a { border-bottom: 1px solid #fff; }
