.mainNav ul {
	padding: 0;
	margin: 0;
}
.mainNav ul li {
	list-style-type: none;
}
.mainNav ul#nav2 {
	padding: 0;
	text-align: left;
}
.mainNav ul#nav2 li {
	list-style-type: none;
}
#ContentMobileNavSecondary > a {
	display: none;
}
#ContentMobileNavSecondary li {
	position: relative;
}
#ContentMobileNavSecondary li a {
	display: block;
	
}
#ContentMobileNavSecondary li a:hover {}
#ContentMobileNavSecondary li a:active {
	background-color: #0F2240 !important;
}

#ContentMobileNavSecondary span:after {
	width: 0;
	height: 0;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */

#ContentMobileNavSecondary > ul {
	height: 3.75em; /* 60 */
	background-color: #e15a1f;
}
#ContentMobileNavSecondary > ul > li {
	width: 25%;
	height: 100%;
	float: left;
}
#ContentMobileNavSecondary > ul > li > a {
	height: 100%;
	/*font-size: 1.5em; 
						line-height: 2.5em; */
	text-align: center;
}
#ContentMobileNavSecondary > ul > li:not( :last-child ) > a {
}
#ContentMobileNavSecondary > ul > li:hover > a,  #ContentMobileNavSecondary > ul:not( :hover ) > li.active > a {
	background-color: #52A9BC;color:#fff;text-decoration: none;
}
/* second level */

#ContentMobileNavSecondary li ul {
	background-color: #dab533;
	display: none;
	position: absolute;
	top: 100%;
	padding:20px 10px!important;
}
#ContentMobileNavSecondary li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#ContentMobileNavSecondary li:not( :first-child ):hover ul {
	left: -1px;
}
#ContentMobileNavSecondary li ul a {
	/*font-size: 1.25em;*/ /* 20 */
	padding:10px 15px;
	font-size:.875em;
}
#ContentMobileNavSecondary li ul li a:hover,  #ContentMobileNavSecondary li ul:not( :hover ) li.active a {
	background-color: #f0c739;text-decoration: none;color:#07285b;
}

/*****************************************************/
/* Mobile view */
/*****************************************************/

@media only screen and ( max-width: 699px ) {
.mainBodyContent {
/*	float: left;*/
	clear: both;
}
.mobileDropdown {
	text-align: center;
}
#ContentStructLogoClubs {
	text-align: center;
}
.mainNav ul.clearfix {margin-bottom:20px;}
#ContentMobileNavSecondary {
	position: relative!important;
	/*left:0!important;
				float:left!important;
				*/
	margin: 0 auto;
}
#ContentMobileNavSecondary > a {
	width: 145px;/* 50 */
	padding: 12px 0; /* 50 */
	margin: -22px auto 0 auto;
	/*text-indent: -9999px;*/
	background-color: #0f2240;
	color: #fff;
	position: relative;
	background-image: none;
	line-height:1em;
}
#ContentMobileNavSecondary a{text-decoration: none!important;}
#ContentMobileNavSecondary > a:hover {
	text-decoration: none;
}
#ContentMobileNavSecondary > a:before,  #ContentMobileNavSecondary > a:after {
	position: relative;
						left: 25%;
						right: 25%;*/
					/*content: '';*/
}
#ContentMobileNavSecondary > a:after {
	top: 60%;
}
#ContentMobileNavSecondary:not( :target ) > a:first-of-type,  #ContentMobileNavSecondary:target > a:last-of-type {
	display: block;
}
#ContentMobileNavSecondary .mobileNavsActive {
	background-color: #fff;
	width: 100%;
	color: #0f2240;
	text-align: left;
}
#ContentMobileNavSecondary .mobileNavsActive span {
	padding-left: 15px;
}
#ContentMobileNavSecondary	.mobileNavsActive em{display:block;float:right;background: url(../images/close-icon.gif) no-repeat;width:34px;height:34px;margin-right:15px;text-indent: -9999em;}
/* first level */

#ContentMobileNavSecondary > ul {
	height: auto;
	display: none;
	background-color:#fff;
}
#ContentMobileNavSecondary:target > ul {
	display: block;
	padding:0px 15px 15px 15px;
}
	
#ContentMobileNavSecondary > ul > li {
	width: 100%;
	float: none;
}
#ContentMobileNavSecondary > ul > li > a {
	height: auto;
	text-align: left;
	font-size: 1.125em;
    padding: 10px 12px!important;
}
#ContentMobileNavSecondary > ul > li.active > a {background-color: #52a9bc!important;color:#fff;}
#ContentMobileNavSecondary > ul > li:not( :last-child ) > a {
	border-right: none;
}
/* second level */
#ContentMobileNavSecondary li.active ul {
	background-color:#dab533;
}
#ContentMobileNavSecondary li ul {
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
	background-color:#dab531;
}
}
