/* MainMenu
==========================================================*/
#MainMenu
{
    background: url(../images/Menu/MainMenuBackground.gif) repeat-x;
    height: 29px;
    font-weight: bold;  
    font-size:110%;
    padding-left:10px;
}
#MainMenu ul
{
    height:29px;
    margin:0px 5px;
}

#MainMenu ul li
{
    float: left;
    line-height: 29px;
    height: 29px;
    width: 96px;
    text-align: center;
    margin-left:10px;
}

#MainMenu ul li a
{
    width: 98px;
    display: block;
    color: #ffffff;
}

#MainMenu ul li.Selected
{
    background: url(../images/Menu/MainMenuSelected.gif) no-repeat;
    line-height: 33px;
}

#MainMenu ul li.Selected a
{
    color: #336699;
}

#MainMenu ul li.Help
{
    background: url(../images/Button/HelpBg.png) no-repeat;
    line-height: 22px;
    width:60px;
    height:22px;
    float:right;
    margin-top:3px;
    margin-right:10px;
    font-weight:normal;
    text-indent:10px;
}

#MainMenu ul li.Help a
{
    color: #336699;
    width:60px;
    cursor:pointer;
}

#MainMenu ul li.Help:hover
{
    color: #336699;
    width:60px;
    background: url(../images/Button/HelpBg.png) no-repeat;
    line-height: 22px;
    cursor:pointer;
}

#MainMenu ul li:hover
{
    background: url(../images/Menu/MainMenuHover.gif) repeat-x;
    line-height: 29px;
}

#MainMenu ul li:hover a
{
    color: #ffffff;
}

/**************二级菜单 **********************/
#SubMenu
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left:10px;
}

#SubMenu ul
{
    height: 22px;
    margin: 0px 5px;
}

#SubMenu ul li
{
    width: 75px;
    margin: 0px 2px;
    float: left;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

#SubMenu ul li a
{
    width: 75px;
    display: block;
}

#SubMenu ul li.Selected
{
    background: url(../Images/Menu/SubMenuSelected.gif) no-repeat;
}

#SubMenu ul li:hover
{
    background: url(../Images/Menu/SubMenuHover.gif) no-repeat;
}

.Shadow
{
    background: url(../images/common/shadow.png) repeat-x;
    height: 6px;
}

.HoverMenu
{
	text-decoration:underline;
	color:Orange;
}

/**** 项目计划的工具条 ****/
#ProjectPlanOperateBar
{
	position: fixed !important;
	right: 0px;
	top: 130px;
	z-index: 20; /** 下面是修正IE6下Plan页面的Toolbar不能固定的问题 ****/
	_top: expression(documentElement.scrollTop + 130);
	_position: absolute; /**** IE6 END ****/
}

#ProjectPlanOperateBar .Button
{
	display: block;
	margin-bottom: 10px;
}

#ProjectPlanWaitingBar
{
	position: fixed !important;
	left: 300px;
	top: 250px;
	z-index: 20;
	height: 40px;
	width: 200px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle; /** 下面是修正IE6下Plan页面的Toolbar不能固定的问题 ****/
	_top: expression(documentElement.scrollTop + 250);
	_position: absolute; /**** IE6 END ****/
}


/*  横向小工具条的背景 */
.SmallToolBar_Middle
{
    background-image: url(../Images/Menu/SmallToolBar_Middle.png);
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    text-indent: 0px;
    font-weight: normal;
    display: block;
    float:left;
}
.SmallToolBar_Left
{
    background-image: url(../Images/Menu/SmallToolBar_Left.png);
    width: 4px;
    height: 20px;
    display: block;
    float:left;
}
.SmallToolBar_Right
{
    background-image: url(../Images/Menu/SmallToolBar_Right.png);
    width: 4px;
    height: 20px;
    display: block;
    float:left;
}

/* 需求首页横向小工具条背景 */
.ReqToolBar_Middle
{
    background-image: url(../Images/Menu/R_Toolbar_MiddleBg.png);
    height: 21px;
    vertical-align: middle;
    float:left;
}
.ReqToolBar_Left
{
    background-image: url(../Images/Menu/R_Toolbar_LeftBg.png);
    width: 12px;
    height: 21px;
    float:left;
}
.ReqToolBar_Right
{
    background-image: url(../Images/Menu/R_Toolbar_RightBg.png);
    width: 12px;
    height: 21px;
    float:left;
}