.shadow-me {
  background: #fff;
  background-color: #1F83A7;
  /*margin-top: 15px;*/
  width:100%;
}
.topmenu-holder{z-index:999; margin:0 auto; width: 723px;  height:52px; display:block; float:left; }
.toggleMenu {
	display:  none;
	background: #333;
	padding: 10px 0px;
	color: #fff;
	text-align: center;
	width: 100%;

}
.toggleMenu:hover {
	text-decoration: none;
	background: #768E1E;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#1F83A7;
	   padding: 0;
  margin: 0;
}
.nav a:hover{
	text-decoration: none;
	color: #002A5C;
  background-color: #fff;
}
.nav a.current{
	background-color: #0F3;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	padding:0;
   width: 227px;
}
.nav a {
	padding: 18px 12px;
	color: #fff;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	border-right: solid #fff 1px;
}
.nav a.border {
	border-right: solid #214d82 0px;
}
.nav li {
    position: relative;
	list-style: none;
	background: none;
	padding:0;
}
.nav > li {
    float: left;
    
}
.nav > li > .parent {
    background-image: url("../../images/downArrow.html");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	
}
.nav li a span {
	display: block;
	color: #666;
	font: normal 11px Arial, Helvetica, sans-serif;
	display: none;
	
}
.nav li ul {
    position: absolute;
    z-index: 300;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	display: block;
	background: #FFF;
	position: relative;
	z-index:100;
	border-top: 1px solid #d7d7d7;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
	
}
.nav li li a:hover {background-color: #329BBA; color:#FFF;}
.nav li li a:hover .123 {background-color:#0F0}
.nav li li li a {
	background:#FFF;
	z-index:200;
	border-top: 1px solid #d7d7d7;
}

@media screen and (max-width: 768px) {
	.nav a{ border-bottom: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7;}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
	.nav li a{
	background: url("../images/downArrow.html") no-repeat -100% -100%; 
	}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.html");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
		
    }
	.nav li li a{padding-left: 50px; background-color: #faf8f1;}
	.nav li li li a{padding-left: 100px;  background-color: #efeeec;}
	

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

.nav a {padding-left:  25px; padding-right: 25px;}

}
