/*
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
*/
/*遮挡的话调最顶级的父元素*/


#navi1 {
    float:left;}
#navi1 li {
        overflow:display;
	float: left;
	position: relative;
        margin:1px 0px 1px 0px;}

.menuitemtitle1 {
	display: block;
	padding: 0px 33px;
	line-height: 39px;
	color: #0A3D74;
	text-decoration: none;
        font-size:14px;
        font-family: '微软雅黑','宋体',Verdana,Tahoma,Arial,Helvetica,Sans-Serif;}
.menuitemtitle1:hover{color:#EE7700;}      


#navi1 li ul {

  left:0;
  top:36px;
  width:120px;}

#navi1 li ul li a {
  color:blue;
  width:120px;
  display: inline-block;
  font-size:12px;
  height:32px;
  line-height:32px;
  text-align: center;}
#navi1 li ul li a:hover {
  color: #EE7700;}

#navi1 li ul li ul li a {
  color:black;
  width:120px;
  display: inline-block;
  font-size:12px;
  height:32px;
  line-height:32px;
  text-align: center;}  
