﻿.dmx {
    font: 11px tahoma;
    background-color:#fff;
}
/*一级栏目样式 start*/
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover 
{	
    padding-left: 28px;
    font: 12px arial;
    color: #666666;
    text-align: left;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    height:30px;
    line-height:30px;
    width:188px;        
	padding: 3px 0 5px 0;
	height: auto;
	text-indent: 40px;
	background: url(../images/arrow_02.gif) no-repeat 20px 12px;
	border-bottom: 1px solid #DCDCDC;
}
.dmx .item1.current
{
	color:Red;
    background-color:#F7F7F7;
}
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover 
{
	color:Red;
	background-color:#F7F7F7;
}
/*一级栏目样式 end*/
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    position: relative;
    z-index: 500;
    
    padding-left: 28px;
    font: 12px arial;
    color: #666666;
    text-align: left;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    height:29px;
    line-height:29px;
    width:150px;        
	padding: 3px 0 5px 0;
	height: auto;
	text-indent: 40px;
	border-bottom: 1px solid #DCDCDC;
}
.dmx .item2 {
    /*background: #F4F8FB;二级以下的背景样式*/
    background:#FFFFFF;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    color:red;
}
/*
.dmx .arrow,
.dmx .arrow:hover {
	padding: 3px 0 5px 0;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 12px;
    right: 1px;
    border: 0;
}*/
.dmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.dmx .bottom,
.dmx .bottom:hover {
   /* border-bottom: 1px solid #000000; */
}

* html .dmx td { position: relative; } /* ie 5.0 fix */
