
/* Reset */
.nv,.nv ul
{
	width:auto;
}
.nv a,
.nv li,
.nv div,
.nv form,
.nv input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nv a { text-decoration: none; 
	color: Black;}

.nv li { list-style: none; }




@media only screen and (min-width:480px){
	
	
	/* Menu Container */
.nv {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}



/* Menu List */
.nv > li {
	display: block;
	float: left;
	font-size:06px;
}

/* Menu Links */
.nv > li > a {
	
	position: relative;
	display: block;
	z-index: 510;
	height: 12px;
	padding: 0 07px;
	line-height: 10px;
	color: #000;
	border-right:1px solid #CCC;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	/*background: #372f2b;
	border-left: 1px solid #4b4441;
	border-right: 1px solid #312a27;
*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nv > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}

/* Search Form */
.nv > li.nv-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nv > li.nv-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 20px;

	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nv > li.nv-search input[type="text"]:focus { color: #fcfcfc; }

.nv > li.nv-search input[type="text"]:focus,
.nv > li.nv-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nv > li.nv-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #372f2b url(../img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nv > li.nv-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nv > li > div {
	position: absolute;
	display: block;
	width: 110px;
	top: 20px;
	opacity: 0;
	padding-top:15px;
	visibility: hidden;
	overflow: hidden;
	background: #727272;

	-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;
}

.nv > li:hover > div {
	opacity: 1000;
	visibility: visible;
	overflow: visible;
	border:0px solid gray;
	
}

/* Menu Content Styles */
.nv .nv-column {
	margin-top:-20px;
	float: left;
	width: 110px;
}

#solutionA:hover
{
	 border-bottom:1px solid #073c60;
}

.nv .nv-column h3.orange { color: #FFF; }

.nv .nv-column li a {
	display: block;
	line-height: 15px;
	font-size: 06px;
	color: #444;
	margin-left:-28px;
}

.nv .nv-column li a:hover { color: #e5666b;}
	
	
	
}














@media only screen and (min-width:980px){
	
	
	/* Menu Container */
.nv {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}



/* Menu List */
.nv > li {
	display: block;
	float: left;
	font-size:09px;
}

/* Menu Links */
.nv > li > a {
	
	position: relative;
	display: block;
	z-index: 510;
	height: 15px;
	padding: 0 10px;
	line-height: 15px;
	color: #000;
	border-right:1px solid #CCC;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	/*background: #372f2b;
	border-left: 1px solid #4b4441;
	border-right: 1px solid #312a27;
*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nv > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}

/* Search Form */
.nv > li.nv-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nv > li.nv-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 20px;

	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nv > li.nv-search input[type="text"]:focus { color: #fcfcfc; }

.nv > li.nv-search input[type="text"]:focus,
.nv > li.nv-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nv > li.nv-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #372f2b url(../img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nv > li.nv-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nv > li > div {
	position: absolute;
	display: block;
	width: 110px;
	top: 20px;
	opacity: 0;
	padding-top:5px;
	visibility: hidden;
	overflow: hidden;
	background: #FAF8F2; 

	-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;
}

.nv > li:hover > div {
	opacity: 1000;
	visibility: visible;
	overflow: visible;
	border:0px solid gray;
	
}

/* Menu Content Styles */
.nv .nv-column {
	margin-top:-20px;
	float: left;
	width: 110px;
}

#solutionA:hover
{
	 border-bottom:1px solid #073c60;
}

.nv .nv-column h3.orange { color: #FFF; }

.nv .nv-column li a {
	display: block;
	line-height: 20px;
	font-size: 09px;
	color: #444;
	margin-left:-28px;
}

.nv .nv-column li a:hover { color: #e5666b;}
	
	
	
}


@media only screen and (min-width:1200px){

/* Menu Container */
.nv {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}



/* Menu List */
.nv > li {
	display: block;
	float: left;
	font-size:12px;
}

/* Menu Links */
.nv > li > a {
	
	position: relative;
	display: block;
	z-index: 510;
	height: 20px;
	padding: 0 14px;
	line-height: 20px;
	color: #000;
	border-right:1px solid #CCC;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	/*background: #372f2b;
	border-left: 1px solid #4b4441;
	border-right: 1px solid #312a27;
*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nv > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}

/* Search Form */
.nv > li.nv-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nv > li.nv-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 20px;

	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nv > li.nv-search input[type="text"]:focus { color: #fcfcfc; }

.nv > li.nv-search input[type="text"]:focus,
.nv > li.nv-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nv > li.nv-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #372f2b url(../img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nv > li.nv-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nv > li > div {
	position: absolute;
	display: block;
	width: 110px;
	top: 20px;
	opacity: 0;
	padding-top:5px;
	visibility: hidden;
	overflow: hidden;
	background: #FAF8F2; 

	-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;
}
.nv > li > div > .nv-column > a h3{
padding-right:10%;
}
.nv > li:hover > div {
	opacity: 1000;
	visibility: visible;
	overflow: visible;
	border:0px solid gray;
	
}

/* Menu Content Styles */
.nv .nv-column {
	margin-top:-20px;
	float: left;
	width: 110px;
}

#solutionA:hover
{
	 border-bottom:1px solid #073c60;
}

.nv .nv-column h3.orange { color: #FFF; }

.nv .nv-column li a {
	display: block;
	line-height: 26px;
	font-size: 12px;
	color: #444;
	margin-left:-28px;
}

.nv .nv-column li a:hover { color: #e5666b;}

}



		.nv .nv-column
		{
			text-align:left;
			margin-top:1px;
		}
		.nv > li:hover > a { background-repeat:repeat-x;color:#e5666b;}

		.nv .nv-column h3 {
			margin: 1px 0 1px 0; 

			line-height: 15px;
			font-family:'Open Sans', sans-serif;
			font-size: 12px;
			font-weight:100;
			padding:4px 0px 4px 5px;
			background-color:#727272;
			color:#fff;
					
					}	
					.nv .nv-column h3:hover 
					{background:#e5666b;
					color:#FFF;
					 }
					
						.nv .nv-column h3 > a:hover{
							background:#e31f26;
								
						color:#FFF;}	
		
