/*-------------------------Menu Doc -------------------------------*/
.navbar{
  width: 1000px;
  margin: auto;
  min-height: 40px;
  text-align: right;
  background-color: #027f01;
}
.dn_mnleft{
background: url(../images/nonhovtrai.png)no-repeat;
}
.ddsmoothmenu ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 182px;
}
.ddsmoothmenu ul li {
    position: relative;
}
/* Top level menu links style */
.ddsmoothmenu ul li a {
    background:url(../images/line-menu.png) right no-repeat;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding-left: 23px;
    line-height: 35px;
    display: block;
}
.ddsmoothmenu ul li a:focus, .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a:active {
    color: #000;
    font-weight: bold;
    text-decoration:none;
}
/*Sub level menu items */
.ddsmoothmenu ul li ul {
    height:32px;
    line-height:32px;
    color:#000;
    position: absolute;
    width: auto;
    min-width:190px;
    white-space:nowrap;
    top: 0;
    left: 0;
    visibility: hidden;
}
.ddsmoothmenu ul li ul li a {
    line-height:30px;
    margin: 0;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu ul li a {
    height: 1%;
}
/* End */


.ddsmoothmenu3{
    font-size: 12px;
    position: relative;
    z-index: 100;width: 1000px;
margin: auto;
}
.ddsmoothmenu3 ul{
    z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu3 ul li{
	list-style: none;
	position: relative;
	float: left;
	  height: 40px;
}
.ddsmoothmenu3 ul li:last-child{
background:none;
}
.ddsmoothmenu3 ul li a h2:hover{


}
.ddsmoothmenu3 ul li ul li{width:200px;overflow:hidden;  text-align: left!important;}
/*Top level menu link items style*/
.ddsmoothmenu3 ul li a h2:hover{
background:#216606;
}
.ddsmoothmenu3 ul li a h2{
font-size: 13px;
  white-space: nowrap;
  float: left;
  list-style: none;
  margin-right: 0px;
  height: 40px;
  line-height: 15px;
  color: #FFF;line-height: 40px;
  padding: 0 14px;
  /* padding-right: 15px; */
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
}
@font-face {
	font-family: 'comsegoe';
	src: url('../fonts/com_segoe_ui_light.ttf');
		 
}
* html .ddsmoothmenu3 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
	
}
.ddsmoothmenu3 ul li a{padding-right:0px!important;`}
.ddsmoothmenu3 ul li a:hover{

    text-decoration: none;
}
.ddsmoothmenu3 ul li ul li{color:#fff;}
.ddsmoothmenu3 ul li ul li:hover{
background:#216606;
}
.ddsmoothmenu3 ul li:hover{
background:#216606;
}
.ddsmoothmenu3 ul li ul li a{padding:0 5px;}
.home:hover{
background:#d7e5b5;
}
/*1st sub level menu*/
.ddsmoothmenu3 ul li ul{
z-index: 999999999;
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;width: 200px;
  background-color: rgba(2, 127, 1, 0.9);
}
.ddsmoothmenu3 ul li ul li{
height:auto!important;
  padding: 5px 0;
  border-bottom: 1px dashed #d7e5b5;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu3 ul li ul li ul{
    top: 0;

}

/* Sub level menu links style */
.ddsmoothmenu3 ul li ul li a{

    font-size: 13px;
    color: #fff;
    margin: 0;
    line-height: 28px;
    border-top-width: 0;
	font-weight:bold;
    z-index: 100;
}
.ddsmoothmenu3 ul li ul li a:hover{
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu3 ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu3 ul li a {
    height: 1%;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    display:none;
}
.rightarrowclass {
    display:none;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
    display: none;
    background: none;
}
.toplevelshadow {
}


