body {
	font-size: 12px;
	}
/*目录链接*/
#menua a {
display:block;
width:79px;
height:59px;
background: url("../images/index_05.gif") top left no-repeat;
text-decoration: none;
}
#menua a:hover {
background-position: bottom left;
}
#menua a:active {
background:top left no-repeat;
}
/*目录链接*/
#menub a {
display:block;
width:76px;
height:59px;
background: url("../images/index_06.gif") top left no-repeat;
text-decoration: none;
}
#menub a:hover {
background-position: bottom left;
}
#menub a:active {
background:top left no-repeat;
}
/*目录链接*/
#menuc a {
display:block;
width:71px;
height:59px;
background: url("../images/index_07.gif") top left no-repeat;
text-decoration: none;
}
#menuc a:hover {
background-position: bottom left;
}
#menuc a:active {
background:top left no-repeat;
}
/*目录链接*/
#menud a {
display:block;
width:75px;
height:59px;
background: url("../images/index_08.gif") top left no-repeat;
text-decoration: none;
}
#menud a:hover {
background-position: bottom left;
}
#menud a:active {
background:top left no-repeat;
}
/*目录链接*/
#menue a {
display:block;
width:74px;
height:59px;
background: url("../images/index_09.gif") top left no-repeat;
text-decoration: none;
}
#menue a:hover {
background-position: bottom left;
}
#menue a:active {
background:top left no-repeat;
}
/*目录链接*/
#menuf a {
display:block;
width:76px;
height:59px;
background: url("../images/index_10.gif") top left no-repeat;
text-decoration: none;
}
#menuf a:hover {
background-position: bottom left;
}
#menuf a:active {
background:top left no-repeat;
}
/*目录链接*/
#menug a {
display:block;
width:75px;
height:59px;
background: url("../images/index_11.gif") top left no-repeat;
text-decoration: none;
}
#menug a:hover {
background-position: bottom left;
}
#menug a:active {
background:top left no-repeat;
}
/*目录链接*/
#menuh a {
display:block;
width:74px;
height:59px;
background: url("../images/index_12.gif") top left no-repeat;
text-decoration: none;
}
#menuh a:hover {
background-position: bottom left;
}
#menuh a:active {
background:top left no-repeat;
}
/*目录链接*/
#menui a {
display:block;
width:75px;
height:59px;
background: url("../images/index_13.gif") top left no-repeat;
text-decoration: none;
}

#menui a:hover {
background-position: bottom left;
}
#menui a:active {
background:top left no-repeat;
}
.font1 {
	font-size: 12px;
	line-height: normal;
	color: #727272;
}

a.menu1:link {
    color:#727272;
    text-decoration: none;
}

a.menu1:visited {
    color:#727272;
    text-decoration: none;
}

a.menu1:hover {
    color: #ff0000;
    text-decoration: underline;
    font-style: normal;
}

a.menu1:active {
    color: #ff0000;
    text-decoration: none;
} 
.font2 {
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
}
.fontarial1 {
	font-size: 14px;color: #005DB5;
}

/*products*/
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
text-align:left;
background-image:url(../images/dot.jpg);
background-repeat:repeat-x;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 149px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
font:12px 宋体;
background: #fff;
padding: 5px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color: white;
background-color: gray;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

