﻿*{ margin:0 auto; padding:0;}

.chromestyle,.chromestyle1{
position:relative;
margin:0 auto;
width: 960px;
height:57px;
line-height:57px;
background:url("../images/nav_new.png") no-repeat;
font-size:12px;
font-family:'宋体';
}
.chromestyle em,.chromestyle1 em{ position:absolute; right:20px; top:-13px; color:#f00; 
font-size:9px; font-family:Tahoma, Helvetica, Arial, sans-serif; font-style:normal;}
.chromestyle1{ width:950px; height:56px; line-height:56px; background:url("../images/nav_neiy.gif") no-repeat;}

.chromestyle:after,.chromestyle1:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul,.chromestyle1 ul{
float:right;
width: 500px;
height:54px; line-height:54px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle1 ul{ height:56px; line-height:56px;}
.chromestyle ul li,.chromestyle1 ul li{
display: inline;
}

.chromestyle ul li a,.chromestyle1 ul li a{
display:inline-block;
color: #fff;
padding: 0px 13px;
margin:0;
margin-left:-6px;
margin-top:-3px;
text-decoration: none;
background:url("../images/line.png") no-repeat right top;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected,.chromestyle1 ul li a:hover, .chromestyle1 ul li a.selected{ 
/*script dynamically adds a class of "selected" to the current active menu item*/
background: url("../images/nav_hover.png") center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
color:#fff;
padding-top:5px;
border-bottom-width: 0;
font:normal 12px '宋体';
line-height:18px;
z-index:1000;
width: 150px;
visibility: hidden;
text-align:left;

/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv h1{ display:block; width:150px; height:9px; background:url("../images/nav_list.gif"
) no-repeat;}

.dropmenudiv a{
width: auto;
display: block;
background:url("../images/nav_line.gif") repeat-y;
text-indent: 10px;
padding: 2px 0;
text-decoration: none;
font-weight:normal;
color:#fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #3D5B74;
}
.mt_1{ margin-top:-6px;}
.mt_4{ margin-top:-6px;}
