.bg-nav{
	/* background: url(../img/bg_nav.png) repeat; */
	height: 40px;
	width: 100%;
	/*float: right;*/
	width: 1100px;
	margin: 0px auto;
	/* margin-top: 9px; */
	z-index: 150;
	/* border-radius: 0px 0px 10px 10px; */
	/* border: 1px solid #9b9b9b; */
}
	/* General menu styling */
.product-box .nav {
	   /* position: relative; */
	   margin: 0;
	   padding: 0;
	   /* background: url(../images/bg_name_prd.png) no-repeat top center; */
	   margin-top: -4px;
	   height: 40px;
	   /* padding-top: 21px; */
	   background: #fff;
	   width: 100%;
	   /* font-family: 'Daxlinebold'; */
	   /* border-radius: 0px 0px 8px 8px; */
}
.nav {
	   /* position: relative; */
  margin: 0;
  padding: 0;
}
/* The main navigation link containers */
/*.nav>li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 38px;
	line-height: 18px;
	min-width: 155px;
	background: url(../images/nav_line.gif) no-repeat right top;
}
*/
/* The main navigation links */
.nav>li>a {
	/* Layout */
	display: block;
	position: relative;
	padding: 10px 0px;
	/* Text */
	/*font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;*/
	/*font-family: Cambria;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	*/
	
	/* Background */
	/*background: black; /* For older browsers */
	/*background: rgba(0, 0, 0, .6); /* Transparent background for modern browsers */
	/* Making the color to change on hover with a transition */
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	-ms-transition: color .3s ease-in;
	
}
.nav>li>a:hover {
	background: none;
}
.nav>li>a {
	background: none;
}
/* Changing the color on hover */
.nav>li>a:hover, .nav>li:hover>a {
	color: #fff;
}
/* The links which contain dropdowns menu are wider, because they have a little arrow */
.nav>.dropdown>a {
padding: 10px 30px 10px 20px;
}
/* The arrow indicating the dropdown */
.dropdown>a::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	/*border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;*/
}
/* Changing the color of the arrow on hover */ 
.dropdown>a:hover::after, .dropdown:hover>a::after {
	border-color: #0fd0f9;
}
/* The submenus */

.nav ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	  z-index: 1001;
	padding-top: 3px;
	text-align: left;
	   margin-top: -5px;  
}
.nav ul.class_cap1 {
	  margin-top: 66px;
	  margin-left: 0px;
}
/* General layout settings for the link containers of the submenus */
.nav ul li {
	position: absolute;
	top: -9999px;/* Hiding them */
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;/* Making them to expand their height with a transition, for a slide effect */
	-webkit-transition: height .2s ease-in;
	-moz-transition: height .2s ease-in;
	-o-transition: height .2s ease-in;
	-ms-transition: height .2s ease-in;
	line-height: 25px;
}
/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.dropdown:hover>ul>li {
	height: 31px;
	position: relative;
	top: auto;
}
/* The submenu links */
.nav ul li a {/* Layout */
	padding: 0px 10px 6px 10px;
	width: 243px;
	display: block;
	position: relative;/* Text */
	/*font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;*/
	font-family: 'utmneosansintel';
	text-decoration: none;
	font-size: 14px;/* Background & effects */
	height: 17px;
	line-height: 4px;
	background: url(../images/bg_menu.png);
	/*background-color: #6cc535;
	background: rgba(0, 0, 0, .6);
	*/
	-webkit-transition: color .3s ease-in, background .3s ease-in;
	-moz-transition: color .3s ease-in, background .3s ease-in;
	-o-transition: color .3s ease-in, background .3s ease-in;
	-ms-transition: color .3s ease-in, background .3s ease-in;
	color: #fff;
}
/* Changing the link's color and background on hover */
.nav ul li:hover>a, .nav ul li a:hover {
	color: #33c60a;
	/*background: #1c9ef9;
	background-color: #efefef;
	background: rgba(0, 0, 0, .75);*/
}
/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.nav ul .dropdown:hover ul {
	left: 243px;
	top: 2px;
}
/* The submenu links have a different arrow which indicates another dropdown submenu */
.nav ul .dropdown a::after {
width: 6px;
height: 6px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 12px;
}
/* Changing the color of the arrow on hover */
.nav ul .dropdown:hover>a::after, .nav ul .dropdown>a:hover::after {
border-right: 1px solid #0fd0f9;
border-top: 1px solid #0fd0f9;
}
.li_cap1 {
	min-width: 110px;
	text-align: center;
}
/*.icon_home {
	background: url(../images/home.png) no-repeat left;
	height: 28px;
	width: 28px;
	display: block;
	float: left;
	margin: -7px 0px 0px 6px;
}
*/
.nav>li:first-child{
	/*min-width: 148px;*/
}
.nav>li.li_cap1:hover a{
	/*background: #1c9ef9;*/
}




.nav_left {
	position: relative;
	margin: 0;
	padding: 0;
	/*line-height: 27px;
	width: 860px;
	margin: 0 auto;
	*/
}
/* The main nav_leftigation link containers */
/*.nav_left>li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 38px;
	line-height: 18px;
	min-width: 155px;
	background: url(../images/nav_left_line.gif) no-repeat right top;
}
*/
/* The main nav_leftigation links */
.nav_left>li>a {
	/* Layout */
	display: block;
	position: relative;
	padding: 10px 0px;
	/* Text */
	/*font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;*/
	/*font-family: Cambria;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	*/
	
	/* Background */
	/*background: black; /* For older browsers */
	/*background: rgba(0, 0, 0, .6); /* Transparent background for modern browsers */
	/* Making the color to change on hover with a transition */
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	-ms-transition: color .3s ease-in;
	
}
/* Changing the color on hover */
.nav_left>li>a:hover, .nav_left>li:hover>a {
	color: #fff;
}
/* The links which contain dropdowns menu are wider, because they have a little arrow */
.nav_left>.dropdown>a {
padding: 10px 30px 10px 20px;
}
/* The arrow indicating the dropdown */
.dropdown>a::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	/*border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;*/
}
/* Changing the color of the arrow on hover */ 
.dropdown>a:hover::after, .dropdown:hover>a::after {
	border-color: #0fd0f9;
}
/* The submenus */
.nav_left ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	z-index: 150;
	padding-top: 3px;
	text-align: left;
	margin-top: 17px;
}
/* General layout settings for the link containers of the submenus */
.nav_left ul li {
	position: absolute;
	top: -9999px; /* Hiding them */
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	/* Making them to expand their height with a transition, for a slide effect */
	-webkit-transition: height .2s ease-in;
	-moz-transition: height .2s ease-in;
	-o-transition: height .2s ease-in;
	-ms-transition: height .2s ease-in;
}
/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.dropdown:hover>ul>li {
	height: 40px;
	position: relative;
	top: auto;
}
/* The submenu links */
.nav_left ul li a {
	/* Layout */
	padding: 4px 20px;
	width: 243px;
	display: block;
	position: relative;
	/* Text */
	/*font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;*/
	font-family: Cambria;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	/* Background & effects */
	height: 40px;
	background: #0362b4;
	background-color: #0362b4;
	/*background: rgba(0, 0, 0, .6);
	*/
	-webkit-transition: color .3s ease-in, background .3s ease-in;
	-moz-transition: color .3s ease-in, background .3s ease-in;
	-o-transition: color .3s ease-in, background .3s ease-in;
	-ms-transition: color .3s ease-in, background .3s ease-in;
	
}
/* Changing the link's color and background on hover */
.nav_left ul li:hover>a, .nav_left ul li a:hover {
	color: red;
	/*background: #1c9ef9;
	background-color: #efefef;
	background: rgba(0, 0, 0, .75);*/
}
/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.nav_left ul .dropdown:hover ul {
	left: 243px;
	top: 2px;
}
/* The submenu links have a different arrow which indicates another dropdown submenu */
.nav_left ul .dropdown a::after {
width: 6px;
height: 6px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 12px;
}
/* Changing the color of the arrow on hover */
.nav_left ul .dropdown:hover>a::after, .nav_left ul .dropdown>a:hover::after {
border-right: 1px solid #0fd0f9;
border-top: 1px solid #0fd0f9;
}
.li_cap1 {
	min-width: 110px;
	text-align: center;
}
/*.icon_home {
	background: url(../images/home.png) no-repeat left;
	height: 28px;
	width: 28px;
	display: block;
	float: left;
	margin: -7px 0px 0px 6px;
}
*/
.nav_left>li:first-child{
	/*min-width: 148px;*/
}
.nav_left>li.li_cap1:hover a{
	/*background: #1c9ef9;*/
}
