﻿/*
	DESTOON Copyright (C)2008-2099 www.destoon.com
	This is NOT a freeware,Use is subject to license.txt
*/
#menu a
{
    text-decoration: none;
}
.menu
{
    background: #03459e;
    height: 44px;
    overflow: hidden;
    font-size: 16px;
    border-radius: 6px 6px 0 0;
}
.menu span
{
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 16px;
    color: #fff;
}
.menu_li
{
    float: left;
    white-space: nowrap;
    line-height: 44px;
    margin: 0 1px 0 0;
}
.menu_li:hover
{
    background: #011e70;
}
.menu_on
{
    float: left;
    white-space: nowrap;
    line-height: 44px;
    background: #011e70;
    margin: 0 1px 0 0;
}
