﻿/* 顶层菜单项样式 */
#xixi_essence_new_100607_menu {
	float: right;
	width: 780px;
	height: 60px;
	background: white url('img/new_100607_menu.gif') no-repeat center;
	color: white;
	font: 14px/70px Verdana;
	text-align: center;} /* 菜单栏－蓝－白字居中 */
	
.MenuTopItem
{
	display: inline;
	color: white;
	font: 14px/60px Verdana;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	cursor: hand;
}
.MenuTopItemOver
{
	color: #00FFFF;
	font: 14px/60px Verdana;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	cursor: hand;
}
.MenuTopItemOrange
{
	display: inline;
	color: white;
	font: 14px/60px Verdana;
	font-weight:bold;
	vertical-align: middle;
	text-decoration: none;
	cursor: hand;
}
.MenuTopItemOrangeOver
{
	color: #FFFF00;
	font: 14px/60px Verdana;
	font-weight:bold;
	vertical-align: middle;
	text-decoration: none;
	cursor: hand;
}
.MenuTopItemSplit
{
	width: 16px;
	height: 28px;
	color: white;
	font: 14px/55px Verdana;
	text-align:center;
	display: inline;
	list-style-type: none;
	vertical-align: top;
}
.MenuTopItemBoldSplit
{
	width: 54px;
	height: 28px;
	display: inline;
	list-style-type: none;
	vertical-align: middle;
}

/* 子菜单框样式 */
.MenuSubGroup
{
	width: 130px;
	visibility: hidden;
	background-color: white;
	border: 1px solid #8D9EB0;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#D7E4EA, endColorStr=white, gradientType=0);
	filter: alpha(opacity=95);
	text-align: left;
}

/* 叶子菜单项样式 */
.MenuLeafItem
{
	height: 24px;
	list-style: outside none;
	background-color: #EEF3F6;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-bottom: 1px solid #DEE3E7;
	color: black;
	font: 12px/24px Verdana;
	text-indent: 5px;
	cursor: hand;
}
.MenuLeafItemOver
{
	height: 24px;
	list-style: outside none;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-bottom: 1px solid #DEE3E7;
	font: 12px/24px Verdana;
	text-indent: 5px;
	background-color: #8D9EB0;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	cursor: hand;
}
.MenuLeafBoldItem
{
	height: 24px;
	list-style: outside none;
	background-color: #EEF3F6;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-bottom: 1px solid #DEE3E7;
	color: black;
	font: 12px/24px Verdana;
	font-weight:bold;
	text-indent: 5px;
	cursor: hand;
}
.MenuLeafItemBlank
{
	height: 3px;
	background-color: #FFFFFF;
}

/* 分支菜单项样式 */
.MenuBranchItem
{
	height: 24px;
	list-style: outside none;
	background: #EEF3F6 url('img/dd05.gif') no-repeat right;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-bottom: 1px solid #DEE3E7;
	color: black;
	font: 12px/24px Verdana;
	text-indent: 5px;
	cursor: hand;
}
.MenuBranchItemOver
{
	height: 24px;
	list-style: outside none;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-bottom: 1px solid #DEE3E7;
	font: 12px/24px Verdana;
	text-indent: 5px;
	background: #8D9EB0 url('img/dd06.gif') no-repeat right;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	cursor: hand;
}

