﻿/*
    Function:menu.ascx
    Note:browers for ie 6,7,8
*/

*{margin:0;padding:0;}

img{border:0;}

body{font:12px/130% verdana,geneva,arial,helvetica,sans-serif,宋体;}

.top {
    background:url(../images/top_nav1.jpg) no-repeat;
	width:950px;
	height:55px;
	margin:0 auto;}

li{list-style:none;}

.clearfix:after{
    content:"&nbsp;";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;}

.clearfix{*display:inline-block;}

a:link{ 
    color:#000; 
    text-decoration:none; }

a:visited{ 
    color:#000; 
    text-decoration:none; }

a:hover{ 
    color:#000; 
    text-decoration:underline; }

.menubg{
    width: 950px;
    height: 55px;
    background: url(../images/logo.gif) no-repeat 10px 10px ;}/* 10px 20px */
    
.menubg{}

.menu{ 
    width: 765px; /* 880px */
    width:765px !important;  /* 880px */ 
    margin: auto;
    
    text-align:left;

    margin-left:160px;/* 70px */}

*html .menu{margin-top:15px; }
*+html .menu{margin-top:15px; }

/* 一级导航 */
.menusel{ 
    float:left;
    width:65px;/* 80px */
    width:95px !important; /* ie7,8hack 100px*/
    position:relative; 
    height:29px; 
    line-height:29px; 
    line-height: 30px;}

.menusel h2{
    height:29px; 
    font-family:宋体; 
    font-weight:bold; 
    position: relative; 
    z-index: 1009;}

.menusel h2 a:link,.menusel h2 a:visited{ 
    font-weight: 400; 
    font-size: 14px; 
    font-weight:bold;
    color: #1e1e1e;}
.menusel h2 a{font-size: 14px; }
.menusel h2 a:hover{ text-decoration: none;}

/* 1 */
.menusel a:link,.menusel a:visited{ 
    width:150px;/* 150 */ 
    display: block; 
    text-align:center; 
    font-size: 14px;
    font-family:宋体;
    position:relative; 
    z-index:1002;}
/* 1 */
.menusel h2 a:link,.menusel h2 a:visited{ 
 width:80px;/* 110 */ 
}
/* 2 */
.menusel ul a:link,.menusel ul a:visited{ 
    width:125px; 
}
/* 3 */
.menusel ul ul a:link,.menusel ul ul a:visited{ 
    width:150px; 
}


.menusel a:hover{
    position:relative; 
    z-index:1002; 
    height:26px;}

/* 二级导航 */
.menusel div{ 
    width:100px;
    position:absolute; 
    z-index:1001;
    margin-top: -1px;}

/* 2 ul */
.menusel ul{
    width:125px; 
    background:#e7e7e7;
    border:0px solid #969695; 
    position:relative; 
    z-index:1001; 
    display:none;}
/* 3 ul */
.menusel ul li ul{ width:150px; }

.menusel .block{ display:block;}

.menusel ul li{
    border-bottom:1px dashed #fff; 
    position:relative; 
    float:left; 
    height: 26px;}

.menusel ul li a{ 
    border:none; overflow:hidden;}


.menusel ul li a:link,.menusel ul li a:visited,.typeul li a:visited{  
    font-size: 12px;
    height: 26px;
    line-height: 26px; 
    color: #000;}

.menusel ul li a:hover{
    background:#ccc; 
    color: #990000;
    height: 26px;
    line-height: 26px; 
    text-decoration:none;}

.menusel ul{  margin-left:0;  }

.menusel ul li ul{
    left:125px; 
    top:-1px; 
    position:absolute;}

.menusel .lli{ 
    border:none; }

.h2hover{ background: url(http://home.blueidea.com/attachment/200908/13/285026_1250155294kip2.png) center no-repeat;height: 26px;}

.h2hover a:link,.h2hover a:visited{ color: black!important ;}




#menu1{ text-align:right;}

.menu h2{ padding-top:10px;}
*html .menu h2{ padding-top:0px;}
*+html .menu h2{ padding-top:0px;}

