.navhor{
margin: 0 auto;
width: 1000px;
height: 38px;
background: url(../images/bg_litop.png) repeat-x;
position: relative;
}


.menu_banner{
height: 38px;
margin: 0 auto;
width: 1000px;
}

.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: 38px;
}


.navhor ul li:first-child {
color:white;
}
/*Top level menu link items style*/
.navhor ul li a{
display: block;
color: white;
padding: 0px 10px;
color: #2d2b2b;
text-decoration: none;
height: 38px;
}


.li_chon {
background: #d7d7df;
line-height: 36px;
}

* 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: 39px;
padding-left: 16px;
padding-right: 16px!important;
text-transform: uppercase;
color: #454545;
height: 38px;
font-weight: bold;
font-size: 12px;
}

.navhor ul li:first-child a:hover{
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
}

.navhor ul li a:hover{
color:#f1231b;
}

.navhor ul li :hover{
background: #d7d7df;
line-height: 36px;
}

.navhor ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
height: 38px;
}

/*1st sub level menu*/
.navhor ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin-top:3px;
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: #e6e6eb;
}



/*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;
}


.navhor ul li ul li:first-child {
margin-left: 1px;
display: list-item;
font-size: 8px;
width: 250px;
float: none;
border-bottom: 1px white solid;
height: 31px;
background: #e6e6eb;
border-radius: 0px;
}


/* 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;
}