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

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

div#menu_2013	{
    width:100%;
	height:50px;
    margin:0px;
	padding:0px;
}

div#mainmenu_2013	{
	margin-left:50px;
	padding:0;
    background:url(middle.jpg) repeat-x;
}

div#menu_2013 .mainmenutop{
	height:5px;
	background:url(top.jpg) no-repeat;
	overflow:hidden;
}

div#menu_2013 .mainmenubottom{
	margin-top:-9px;
	height:5px;
	background:url(bottom.jpg) no-repeat;
	overflow:hidden;
}

div#mainmenu_2013 ul {
    height: 40px;
	line-height:40px;
    overflow: hidden;
    margin-top:9px; 
}

div#mainmenu_2013 li{
    float: left;
    display: inline;
    margin: 0px;
    padding: 0 4px 0 6px;
    background: url(cut.jpg) 0px -9px no-repeat;
}

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

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

div#mainmenu_2013 a:hover{
    color: #fff;
    font-weight: bold;
	text-decoration: none;
}