www.gusucode.com > 2026网博士成品网站管理系统 PHP网站源码程序 > 2026/menu/templates/images/mainmenu_2026/A.css

    
/*=========栏目菜单===========*/

div#menu_2026{
    width:100%;
	height:44px;
    margin:0px;
	padding:0px;
}

div#mainmenu_2026{
	margin:0px;
	padding:0;
	background: url(menubg.gif) repeat-x;
}

div#menu_2026 .mainmenuleft{
	margin:0;
	padding:0;
	float:left;
	width:54px;
	height:44px;
	background: url(left.gif) no-repeat;
}

div#menu_2026 .mainmenuright{
	margin:0;
	float:right;
	width:53px;
	height:44px;
	background: url(right.gif) no-repeat;
}

div#mainmenu_2026 ul {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    margin: 0 3px; 
}

div#mainmenu_2026 li{
    float: left;
    display: inline;
    margin:0px;
    padding:0px;
    background: url(menu.gif) no-repeat;
}

div#mainmenu_2026 a{
    display: block;
    width: 99px;
    text-align: center;
    font:14px/44px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
}

div#mainmenu_2026 a:link,div#mainmenu_2026 a:visited,div#mainmenu_2026 a:active{
    color: #fff;
	text-decoration: none;
}

div#mainmenu_2026 a:hover{
    color: #fff;
	text-decoration:underline;
	background: url(hover.gif) no-repeat;
}

div#mainmenu_2026 a.current{
    color: #fff;
    font-weight: bold;
	text-decoration: none;
}