@charset "utf-8";
body{
MARGIN: 0 auto; 
width:739px;
background-color:transparent;
FONT-SIZE: 12px; COLOR: #000;
padding:0;
font: bold 12px 宋体,楷体,Verdana, Arial, Helvetica, sans-serif;;
font-family:arial;
}
 /*input样式*/
.lginput {border:1px solid #7f9db9;}
.lginput {
star:expression(onmouseover=function(){this.style.borderColor="#ff2d00"},
onmouseout=function(){this.style.borderColor="#7f9db9"})
}

 /*超连接样式*/
a{text-decoration:none;}
a:link{COLOR: #0066CC; TEXT-DECORATION: none}
a:visited {COLOR: #551A8B; TEXT-DECORATION: none}
a:hover {COLOR: #FF6600;TEXT-DECORATION: underline }
a:active {COLOR: #0066CC;}


.head{ /*头部样式*/
width:739px;
margin:0 auto;
text-align:center;
/*border:1px solid #DD740B;*/
}
.logo{/*logo样式*/
width:130px;
float:left;
font-size:13px;
background:#fd9499;

}
.logoimg{
margin:8.5px 0;
text-align:center;
background:#fd9499;

}
.logotitle{
color:#fff;
width:130px;
height:22px;
margin:1px;
border-bottom:1px solid #f94301;
padding:1px 0;
background:#f94301;


}
.loginfav{
height:22px;
background:url("../images/favbg.gif") repeat-x;
margin-bottom:3px!important;margin-bottom:-19px;

}
.loginfav span{
margin-left:2px;
padding:2px;
color:#333;
}
.loginfav span a{
color:#333;
}


/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
font-family: arial, sans-serif;
margin:0 auto;
width:100%;
height:35px;
background:url("../images/dhbg.gif") repeat-x;
float:left;
margin-bottom:10px; 
font-size:93%;

text-align:center;
line-height:normal;     
padding-bottom:0;
}
.menu a {
background:url("../images/tableftI.gif") no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
.menu a:hover span {
color:#fff;
background-position:100% -42px;/* span a:hover right blue pic*/
}
.menu a span {
float:left;
display:block;
background:red;
background:url("../images/tabrightI.gif") no-repeat right top;/* span a: right red pic*/
padding:0 15px 0 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menu a span {float:none;}
/* remove the bullets and set the margin and padding to zero for the unordered list */

.menu ul {
padding:0;
margin:0 auto;

list-style: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left;
position:relative;
width:79px;
height:30px;
text-align:center;
z-index:500;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block;
text-decoration:none;
color:#000;
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#c9c9a7;
line-height:30px;
font-size:11px;
background:url("../images/tableftI.gif") no-repeat left top;/*a: left 9px red pic*/
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li a:hover {
color:#fff;
margin:0;
padding:0 0 0 5px;
background-position:0% -42px;

}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block;
position:absolute;
top:31px;
left:0;
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block;
background:#ffcfbb;
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#fb5b00;
color:#000;
}
#current{
margin-left:13px;
}
#current a {
background-position:0% -42px;
}
#current a span {
background-position:100% -42px;
}

