http://115.156.150.117/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-5-20, 15:30:19
    Author     : admin
*/
/*遮挡的话调最顶级的父元素*/
.divzindex{    
    position:relative;
    z-index:9998;}

#navi {
    position:relative;
    z-index:9998;}
#navi li {
        overflow:display;
	float: left;
	position: relative;}
#navi li.open, #navi li:hover {
  background: #B2413B;}/* #FD340D  */
  
.menuitemtitle {
	display: block;
	padding: 0px 26px;
        height:49px;
	line-height: 53px;
	color: white;
	text-decoration: none;
        font-size:18px;
        font-family: '微软雅黑','宋体',Verdana,Tahoma,Arial,Helvetica,Sans-Serif;}
    


#navi li ul {
    display:none;
  position: absolute;
  left:0;
  top:49px;
  width:140px;

  background: #C14A43;   /*#fc5004*/
  border: none;
  border-width: 0 1px 1px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  box-shadow: 0 3px 3px rgba(0,0,0,0.15);}

#navi li:hover ul {
  display: block;}
  
/*鼠标移到菜单内部 标题栏仍然保持样式*/
#navi li:hover .menuitemtitle{color:white;}

#navi li ul li {
    float:none;
    overflow:hidden;}
#navi li ul li a {
  color:white;
  width:120px;
  display: inline-block;
  font-size:12px;
  height:32px;
  line-height:32px;
  text-align: center;}
#navi li ul li a:hover {
  color: yellow;}
  
