﻿/*****************************************
*Title: 导航页样式
*Update: 2009-3-8
*****************************************/

/*导航头部*/
.menuHead
{
	width:100%;
	height:50px;
	background-image:url(Image/Menu/menuHead.gif);
}

/*导航头部LOGO*/
.menuHeadImg
{
	height: 50px;
	width: 300px;
	background-image: url(Image/Menu/adminLogo.gif);
}

/*菜单*/
.menu
{	
	width:100%;
	background-image: url(Image/Menu/tools_bg.gif);
	text-align:left;
	height: 26px;
	
}
.menu table
{	
	width:auto;
}
.menu a
{	
	text-decoration:none;
	color: #0c4596;
}

/*菜单项默认*/
.menuItemNormal
{
	width:106px;
	height:26px;
	text-align:center;
}

/*菜单项高亮*/
.menuItemHover
{	
	width: 106px;
	height: 26px;
	text-align:center;
	background-image: url(Image/Menu/hoverbg.gif);
}

/*菜单项分隔线*/
.menuPoint
{
	background-image: url(Image/Menu/tools_point.gif);
	width: 3px;
	height: 26px;
}
