﻿
/*菜单头部样式*/

.menuHead
{
	background-image: url('Image/List/list_nav_head.gif');
	width: 150px;
    height: 37px;
    text-align: center;
}

/*菜单样式*/
.menu
{
	margin:auto;
	
}

/*静态菜单项样式*/

.stMenuItem
{
	background-image:url('Image/List/list_nav_bg.gif');
	background-repeat:no-repeat;
	width:150px; 
	height:40px;
	background-position:center;
	font-size:13px;
}

.stMenuItem a
{
	text-decoration:none;
	background-image:none;
	color:Black;
}

.stMenuItem a:hover
{
	color:Blue;
	text-decoration:none;
}

/*动态菜单样式*/

.dyMenu
{
	z-index:100;
	
}

/*动态菜单项样式*/

.dyMenuItem
{
	border:solid 1px #a9cee1;
	background-image:url('Image/List/list_nav_item_bg.gif');
	width:200px; 
	height:33px;
	font-size:13px;
}

.dyMenuItem a
{
	text-decoration:none;
	background-image:none;
	color:Black;
}

.dyMenuItem a:hover
{
	color:Blue;
	text-decoration:none;
}

/*下一级栏目链接*/
.subMenuLinkSpan
{
	width:210px;
	display:inline-block;
	text-align:left;
}

.subMenuLink
{
	color:#7e8081;
	font-size:14px;
}
.subMenuLink:hover
{
	text-decoration:none;
	color:Blue;
}

/*文章标题前栏目导航*/
.titleNav
{
	font-size:12px;
	color:#7e8081;
	text-decoration:none;
}

.titleNav:hover
{
	color:Blue;
	text-decoration:none;
}