/* =Styles for the lab
-------------------------------------------------------------- */
.navHeader{
    padding-left: 20px;
}

.navHeader ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navHeader ul li {
    margin-top: 5px;
    display: inline-block;
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
}


/* sub .navHeaderigation */

.navHeader li ul {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 100px;
    border: 1px solid gray;
}

.navHeader li li {
    position: relative;
    margin: 0;
    width: 100px;
    display: block;
    height: 24px;
    line-height: 10px;
    text-align: left;
	background-color: #e8e9eb;
}

.navHeader li li ul {
    position: absolute;
    top: 0;
    left: 100px;
    margin: 0;
    border: 1px solid gray;
}


/* style all links */

.navHeader a {
    line-height: 24px;
    padding: 0 20px 0 10px;
    /*margin: 0 0 0 5px;*/
    font-size: 14px;
    color: #ffffff;
   
    text-decoration: none;
    font-family: "宋体";
	
}

.navHeader a {
    text-decoration: none;
    display: block;
	
}

.navHeader a:hover,
.navHeader a:focus,
.navHeader a:active {
    
	color: white;
	
}

.navHeader li li a:hover,
.navHeader li li a:focus,
.navHeader li li a:active {
    background-color: #2578d6;
    color: white;
}


/* style sub level links */

.navHeader li li a {
    margin: 0;
    padding: 0 10px;
	display: block;
	color: black;
	font-weight: normal;
}

.navHeader li li:last-child a {
    border-bottom: none;
	
}


/* hide sub menu links */

ul.sub-menu {
    display: none;
	color: #b75320;
    font-size: 14px;
    font: normal 12px Verdana;
	
}



/* show arrows for dropdowns */

.navHeader li.dropdown > a .navHarrow {
    
    background-position: right -1px;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
}

.navHeader li li.dropdown > a .navHLarrow {
    background-image: url();
    background-position: right -1px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.lastnavHarrow{
	right: 2px!important;
}

.subMenu60,
.subMenu60 li{
	width:80px!important;
}

.subMenu100,
.subMenu100 li{
	width:100px!important;
}


.subMenu120,
.subMenu120 li{
	width:120px!important;
}


.subMenu105,
.subMenu105 li{
	width:105px!important;
}

