.mainMenu {
	width: 100%;
	height: 45px;
	background: #252932;
	float: left;
}
.menuBotBorder {
	width: 100%;
	height: 2px;
	background: #fff;
	float: left;
	margin-top: 1px;
}
.headerMenuPnl {
	/*height: 30px;*/
	font-size: 16px;
	margin-top: 5px;
}
/* Reset */

.nav1,  .nav1 a,  .nav1 ul,  .nav1 li,  .nav1 div,  .nav1 form,  .nav1 input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.nav1 a {
	text-decoration: none;
}
.nav1 li {
	list-style: none;
}
/* Menu Container */

.nav1 {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 501;
}
/* Menu List */

.nav1 > li {
	display: block;
	float: left;
}
/* Menu Links */

.nav1 > li > a {
	position: relative;
	display: block;
	z-index: 510;
	/*height: 44px;*/
	padding: 0px 12px;
	/*line-height: 50px;*/
	color: #666;
	background: none;
}
.nav1 > li > a:last-child {
	padding-right: 0px;
}
.nav1 > li:hover > a {
	text-decoration: underline;
}
.nav1 > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
	color: #666;
}
/* Menu Dropdown */

.nav1 > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 45px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	border-radius: 0 0 3px 3px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}
.nav1 > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}
/* Menu Content Styles */

.nav1 .nav1-column {
	float: left;
	width: 50%;
	padding: 1.5%;
	float: left;
}
.nav1 .nav1-column h3.orange {
	color: #ff722b;
}
.nav1 .nav1-column li a {
	display: block;
	line-height: 26px;
	font-size: 15px;
	color: #4B0082;
	padding: 5px 0px;
	border-bottom: 1px solid #2F465B;
}
.nav1 .nav1-column li a:hover {
	color: #FF9A04;
}
 @media (max-width: 767px) {
.mainMenu {	display: none}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) { }

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.mainMenu {	display: none}
 }

/* Portrait */
@media only screen
and (device-width : 982px)
and (device-height : 600px)
and (orientation : portrait) {
.mainMenu {	display: none}
}

/* Landscape */
@media only screen
and (device-width : 982px)
and (device-height : 600px)
and (orientation : landscape) {
.mainMenu {	display: none;}
}
