﻿

/*
menu水平位置相关属性
1、width：menu整体宽度
2、border-bottom:menu底端空余高度*/
.MenuHorizontal
{
	float: left;
	width: 100%;
	font-family: 宋体, Arial;
	font-size: 100%;
	line-height: normal;
}

.MenuHorizontal a
{
	float: left;
	/*background: url(/webcommon/imagesMenu/tableft10.gif) no-repeat right top;*/
	margin: 0;
	padding: 0 0 0 2px;
	text-decoration: none;
	cursor: hand;
	font-weight: bold;
}

.MenuHorizontal a span
{
	float: left;
	display: inline;
	/*background: url(/webcommon/imagesMenu/tabright10.gif) no-repeat right top;*/
	padding: 0px 3px 0px 3px;
	color: #FFF;
	width: 50px;
	text-align: center;
}     

/*横向ｍｅｎｕ，当鼠标移到的时候得颜色*/
.MenuHorizontal a:hover span
{
	color: #ff6600;
}
.MenuHorizontal a:hover {
      background-position:0% -42px;
      }
.MenuHorizontal a:hover span {
      background-position:100% -42px;
      }      

.MenuHorizontal .current a 
{
	background-position:0% -42px;
        }
.MenuHorizontal .current a span 
{
	background-position:100% -42px;
        }
        
/*下拉菜单属性设置   */
 
.MenuVertical
{
	width: 100px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-top: 3px;
	margin-bottom: 1em;
	font-family: 宋体, Arial; 
	font-size: 10px;
	background-color: #90bade;
	color: #333;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0em;
	padding-top: 0px;
}
        
.MenuVertical td
{
	border-bottom: 1px solid #90bade;
	margin: 0;
	width: 100px;
}

.MenuVertical a
{
	width: 100px;
	height: 26px;
	line-height: 26px;
	display: block;
	border-left: 5px solid #1e6ae0;
	border-right: 5px solid #508fc4;
	background: #2786d7;
	color: #fff;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.MenuVertical a:hover 
{
	    line-height: 26px;
        border-left: 5px solid #1e6ae0;
        border-right: 5px solid #5ba3e0;
        background-color: #2390ed;
        color: #ff6600;
}

.MenuVertical li #active {
        border-left: 10px solid #1e6ae0;
        border-right: 10px solid #5ba3e0;
        background-color: #2390ed;
        color: #fff;
}
        

