

nav, ul, li, a  {margin: 0; padding: 0; outline:none;}

a {text-decoration: none;}

.toggleMenu {
    display:  none;
    padding: 7px 100px 7px 100px;
    color: #fff;
	font-size:18px;
	outline:none;
	background:url(../images/menu.png) no-repeat 0px top #025fd3;
}


.nav {
    list-style: none;
     *zoom: 1;
	 margin:35px 0px 0px 0px;
	 padding:0; float:right;
}

.nav:before,

.nav:after {
    content: " "; 
    display: table; 
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: auto;
}

.nav a {
    margin:0px 0px 0px 0px !important;
	padding:8px 15px 8px 15px !important;
	font-size: 14px;
	line-height:18px;
	color: #FFFFFF;
	text-transform:uppercase;
	
}

.nav a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color:rgba(0,0,0,0.3);
}

.nav .active {
	text-decoration:none;
}

.nav li {
    position: relative;  margin:0px 2px 0px 2px !important;
}

.nav .grid {
    position: relative;color: #e2e2e2;font-size:14px;
}

.nav > li {
    float: left;
}

.nav > li > .parent {
background:url(../images/navarow.png) no-repeat left top;
}

.nav > li > a {
    display: block; 
}

.nav > li > a:hover {

}

.nav li  ul {
    position: absolute;
    left: -9999px;
	 background-color:#FFFFFF; border:1px solid #e1e1e1;padding: 0px 15px 0px 15px !important; z-index:99;
}

.nav li  ul li {
    border-bottom:1px solid #e9e9e9;
}
.nav li ul li:last-child {
border-bottom:none
}

.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
	margin-top:34px;
}

.nav li li a {
    display: block;
	width:90px;
    position: relative;
    z-index:100;
	font-size:14px !important;
	color:#868686;
	padding: 8px 0px 8px 8px !important;
	text-align:left;text-transform:none
}



.nav li li li a {
    z-index:200;color:#868686 ;
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
.nav {
	 margin:12px 0px 0px 0px;
}
.nav a {
    margin:0px 0px 0px 0px !important;
	padding:10px 12px 10px 12px !important;
	font-size: 14px;
	line-height:18px;
}


}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.nav {
	 margin:15px 0px 0px 0px;
}
.nav a {
    margin:0px 0px 0px 0px !important;
	padding:7px 10px 7px 10px !important;
	font-size: 11px;
	line-height:18px;
}


}


@media only screen and (max-width: 767px) {

.nav {
	 margin:15px 0px 10px 0px;float:left; width:100%;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.menu_section {
float:left;
}
a{
outline:none;
}
.toggleMenu {
    display:  none;
    padding: 5px 0px 10px 0px;
    color: #fff;
	font-size:18px; line-height:22px;
	outline:none;
	background:url(../images/menu.png) no-repeat 0px top #3369b3;
	float:right;
	width:36px;
	text-align:center;
	margin: 5px 0 0;
	position:absolute;
	right:20px;
} 
.toggleMenu:hover {
	color:#FFFFFF;
	text-decoration:none;
}
   .active {
	display: block;
}

.nav > li {
	width:100%;
	text-align:left;float: right !important; margin-bottom: 5px !important; 
}

.nav li li .parent {
	background:url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav > li > .parent {
background:url(../images/downArrow.png);
background-repeat: no-repeat;
background-position: right;
}
.nav > li > .parent:hover {
background:url(../images/downArrow.png);
background-repeat: no-repeat;
background-position: right;
}


.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul , .nav li li.hover ul {
	position: static;
}
.nav a {
    padding:10px 0px 10px 10px !important;
	margin:0px 0px 0px 0px !important;
	font-size: 15px;
	font-weight:normal;
	line-height:18px;
	color: #FFFFFF;
	text-transform:uppercase;
}
.nav .grid {
    display:none !important;
}
.nav li  ul {
    margin: 0px 0px 10px 0px !important;
}
.nav li li a {
    display: block;
	width:90px;
    position: relative;
    z-index:100;
	font-size:14px !important;
	color:#868686;
	padding: 8px 0px 0px 8px !important;
	text-align:left; text-transform:none
}

.nav > li > a:hover {
	text-decoration:none;
	border-bottom: none;

}

.nav a:hover {
	color: #fff !important;
	text-decoration:none;
	background:none;
}

.nav .active {
	color: #FFFFFF;
	text-decoration:none;
}


}