﻿@charset "utf-8";
*
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#topMenu {
	width: 100%;
	background-image:url(/images/dwgk-01.jpg);
	height: 30px;
	
}
#topMenu .disable{
	color: #999999;	 
	filter:glow(color=#ffffff,strength=2);
	filter:DropShadow(Color=white,OffX=1,OffY=1);
}
#topMenu a{

	FONT-SIZE: 14px;
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
	vertical-align:middle;	
}
/* 主菜单的样式 */
#topMenu .main {
	padding-left: 8px;
}
#topMenu .main .mainItem {
	height: 32px;
	line-height: 32px;
	text-align: left;
	cursor: default;

	padding: 0px;
	float: left;
	cursor: hand;
	
	FONT-SIZE: 14px;
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
}
#topMenu .main .mainItem a
{
	line-height:35px;
	vertical-align:middle;
}
#topMenu .main img{
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}
#topMenu .main span{
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}
#topMenu .main .over
{
	
}
/* 子菜单样式 */
#topMenu .sub 
{
	position:absolute;
	background-color: #656764;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#topMenu .sub img
{
	margin: 0px;
	padding: 0px;
}
#topMenu .sub .line
{
	height: 1px ;
	width: 100%;
	background-color: #999999;
	line-height: 1px;

}
#topMenu .sub .subItem
{
	background-color: #656764;
	line-height: 22px;
	cursor: hand;
	height: 22px;
	overflow: hidden;
	width: auto;
	white-space:nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
#topMenu .sub .subItem a
{
	color: #FFFFFF;
}
/* 子菜单，菜单项的左侧图标 */
#topMenu .sub .subItem .ico
{
	float: left;
	height: auto;
	width: 10px;
	overflow: hidden;
}
/* 子菜单，菜单项的正文 */
#topMenu .sub .subItem .value
{
	float: left;
	line-height: 22px;
	text-align: left;
	height: 22px;
	padding-top: 2px;
	width: auto;	
}
/* 子菜单，菜单项的右侧是否有下级菜单标识 */
#topMenu .sub .subItem .isChilds
{
	float: right;
	width: 16px;
	margin-top: 8px;
}
#topMenu .sub .over
{
	background-color: #FF0000;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#topMenu .sub .over a
{
	color: #FFFFFF;
}
#topMenu .over .isChilds
{
	filter: Invert;
}
