.navhor{
margin: 0 auto;
width: 1140px;
height: 54px;
}


.menu_banner{
width: 1140px;
height: 54px;
background-color: #c5d6db;
margin: 0 auto;
}

.navhor ul{
z-index:100;
margin: 0;
float: left;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.navhor ul li{
position: relative;
display: inline;
float: left;
height: 54px;
border-right: 1px #474e56 solid;
}
.navhor ul li:last-child{
border-right: none;
}
.navhor ul span{
float:left;
height: 54px;
width:2px;
background: url("../images/vachngan.png") no-repeat;
}



/*Top level menu link items style*/
.navhor ul li a{
display: block;
padding: 0px 10px;
color: white;
text-decoration: none;
height: 54px;
}



* html .navhor ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.navhor ul li a:link, .navhor ul li a:visited{
line-height: 54px;
padding-left: 20px;
padding-right: 20px!important;
text-transform: uppercase;
color: white;
height: 54px;
font-weight: 100;
font-size: 13px;
}

.navhor ul li:hover{
background: #f6311e;
}
.li_chon{
background: #f6311e;
}
.navhor ul li a:hover{

 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
}

.navhor ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
height: 60px;
}


/*1st sub level menu*/
.navhor ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
box-shadow: none!important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navhor ul li ul li{
margin-left: 1px;
display: list-item;
font-size:8px;
width: 250px;
float: none;
border-bottom: 1px white solid;
height: 31px;
background: #6eb010;
}

.navhor ul li ul li:first-child {
margin-left: 1px;
display: list-item;
font-size: 8px;
width: 200px;
float: none;
border-bottom: none;
 height: 31px;
background: #06a348;
border-radius: 0px;
}
.navhor ul li ul li:last-child {
margin-left: 1px;
display: list-item;
font-size: 8px;
width: 250px;
float: none;
border-bottom: none
height: 31px;
background: #06a348;
border-radius: 0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.navhor ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.navhor ul li ul li a:link{
width: 210px; /*width of sub menus*/
margin: 0;
text-transform: none;
border-top-width: 0;
border-bottom: 0px solid gray;
line-height:31px;
height: 31px;
}





/* Holly Hack for IE \*/
* html .navhor{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
display:none;
}

.rightarrowclass{
display:none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}