.navhor{
width: 1000px;
height: 35px;
z-index: 999;
margin: 0 auto;
right: 0px;
position: relative;
background: url(../images/bglitop.png) repeat-x;
border-radius: 5px;
}

.vachngan{
height: 35px;
background: url(../images/span.png) repeat-x;
float: left;
width: 2px;
}
.menu_banner{
width: 1000px;
height: 35px;
background: url(../images/bg_litop.png) repeat-x;
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;
text-align: center;
background: url(../images/gach.png) right no-repeat;
}

.navhor ul li img{
display:none;
}

.navhor ul li:last-child{
background: none;
}

.navhor ul li a:hover{
text-decoration:underline;
}



/*Top level menu link items style*/
.navhor ul li a{
display: block;
padding: 0px 10px;
color: 16px;
text-decoration: none;
}



* 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: 35px;
padding-left: 13px;
padding-right: 13px!important;
text-transform: uppercase;
color: white;
font-weight: bold;
font-size: 12px;
font-family: Arial;
}


.navhor ul li a:hover{
 color:red;
 -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*/
}


/*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;
top: 36px!important;
}

.navhor ul li ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
box-shadow: none!important;
top: 0px!important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navhor ul li ul li{
display: list-item;
font-size: 8px;
width: 220px;
float: none;
border-bottom: 1px white solid;
height: 30px!important;
background: #247d2b;
margin-top: 0px;
}
.navhor ul li ul li:last-child{
background: #247d2b;
border-bottom: 0px white solid;
}
.navhor ul li ul li a{
color: white!important;
}



/*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;
text-align: left;
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;
}