﻿.menu
{
    font-size: 11px;
    margin: 0px;
    padding:0px;
    width: 930px;
    position: relative;
}
.menu ul LI
{
    background-image: url(../Images/page/bg/dhbg.gif);
    height: 30px;
}
.menu UL LI A
{
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    height: 30px;
    text-align: center;
    text-decoration: none;
}
.menu UL LI A:visited
{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    line-height: 28px;
    height: 30px;
    text-align: center;
    text-decoration: none;
}
.menu UL
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    top: 30px;
}
.menu UL LI
{
    border-left: #ffffff 1px solid;
    float: left;
    position: relative;
}
.menu UL LI UL
{
    display: none;
}
.menu UL LI UL li{
	height: 22px;
}
.menu UL LI UL LI UL {
	DISPLAY: none
}
.menu UL LI:hover A
{
    color: #ccff99;
}
.menu UL LI:hover UL
{
    display: block;
    background: #fff;
    left: 0px;
    width: 150px;
    position: absolute;
    top: 30px;
}
.menu UL LI:hover UL LI A.hide {
	BACKGROUND: #ddd; COLOR: #000;
	height: 22px;
}
.menu UL LI:hover UL LI UL {
	DISPLAY: none
}
.menu UL LI:hover UL LI A
{
    margin-top: 1px;
    display: block;
    background: #ddd;
    width: 140px;
    color: #000;
    height: 22px;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    padding-left: 10px;
}
.menu UL LI:hover UL LI A:hover {
	BACKGROUND: #4d82b6; COLOR: #fff
}
.menu UL LI:hover UL LI:hover UL {
	DISPLAY: block; LEFT: 150px; POSITION: absolute; TOP: 0px; TEXT-ALIGN: left
}
.menu UL LI:hover UL LI:hover UL.left {
	LEFT: -80px
}
.menu_left {
	FLOAT: left
}
.menu_right {
	FLOAT: right
}