.Css导航菜单 .menu
{
    font-family: 宋体 宋体;
    width: 954px;
    font-size: 12px;
    table-layout: fixed;
}
.Css导航菜单 .menu .item
{
    display: block;
    text-align: center;
    height: 32px;
    border-width: 1px 1px 0 0;
    background-image: url(/images/menu_bg.gif);
    background-repeat: repeat-x;
    line-height: 36px;
    width: 91px;
}
.Css导航菜单 .menu a:link 
{
    font-size: 13px;
    color: #83220c;
    text-decoration: none;
    font-weight:bold;
}

.Css导航菜单 .menu a:visited
{
    font-size: 13px;
    color: #83220c;
    text-decoration: none;
    font-weight:bold;
}
.Css导航菜单 .menu a:hover
{
   color :#0c2583;
	font-weight:bold;
	text-decoration:underline;
}
.Css导航菜单 .menu .seperator
{
    width: 4px;
    height: 32px;
    background-image: url(/images/menu_line.gif);
    background-position: center top;
    background-repeat: no-repeat;
}
.Css导航菜单 .menu .date
{
    height: 32px;
    cursor: default;
    overflow: hidden;
    font-size: 16px;
    font-family: 黑体;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 0px 8px 0px;
    background-image: url(/images/menu_bg.gif);
    background-position: center top;
    background-repeat: repeat-x;
    overflow:hidden;
}
.Css导航菜单 .submenu
{
    font-family: 宋体 宋体;
    font-size: 12px;
    background: #FFFFFF;
}
.Css导航菜单 .submenu .item
{
    height: 24px;
}
.Css导航菜单 .submenu .item a:link
{
    text-align: left;
    padding: 5px 10px 0px 10px;
    background: #F9E8D4;
    line-height: 24px;
    width: 155px;
    color: #176A88;
}
.Css导航菜单 .submenu .item a:visited
{
    text-align: left;
    padding: 5px 10px 0px 10px;
    background: #F9E8D4;
    line-height: 24px;
    width: 155px;
    color: #176A88;
}
.Css导航菜单 .submenu .item a:hover
{
    background: #EFF8FF;
    color: #176A88;
}
	
