gusucode.com > 软件企业网站源码程序 > 软件企业网站源码程序/menu/templates/images/channelmenu_soft/menu.css

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

div#menu	{
    width:100%;
	height:60px;
    margin:0px;
	padding:0px;
}

div#mainmenu	{
	margin:0px;
	padding:0;
    background: #fff url(menubg.jpg) repeat-x;
}

div#menu .mainmenuleft{
	margin:0px 0px 0px 0px;
	padding:0;
	float:left;
	width:15px;
	height:60px;
	background: #fff url(left.jpg) no-repeat;
}

div#menu .mainmenuright{
	margin:0;
	float:right;
	width:15px;
	height:60px;
	background: #fff url(right.jpg) no-repeat;
}

div#mainmenu ul {
    height: 60px;
    line-height: 52px;
    overflow: hidden;
    margin: 0px 0px 0px 5px; 
}

div#mainmenu li{
    float: left;
    display: inline;
    margin: 0px 0px 0px -3px;
    padding: 0px;
    background: url(line.jpg) no-repeat;
}

div#mainmenu a{
    display: block;
    width: 99px;
    text-align: center;
    font:bold 15px/52px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
	height:60px;
	
}

div#mainmenu a:link,div#mainmenu a:visited{
    color: #053446;
	text-decoration: none;
}

div#mainmenu a:hover,div#mainmenu a:active{
    color: #fff;
    font-weight: bold;
	height:60px;
    background: url(menunow.jpg) 3px 0px no-repeat;
	text-decoration: none;
}

div#mainmenu a.current{
    color: #fff;
	height:60px;
	width:95px;
    font-weight: bold;
    background: url(menunow.jpg) 3px 0px no-repeat;
	text-decoration: none;
}


div#smenu	{
padding: 0;
height: 26px;
background:url(menu_a.png) repeat-x 0px -268px;
}


div#smenu .smenuleft{
	margin:0;
	float:left;
	width:9px;
	height:26px;
	background: #fff url(menu_a.png) no-repeat 0 -236px;
}

div#smenu .smenuright{
	margin:0;
	float:right;
	width:9px;
	height:26px;
	background: #fff url(menu_a.png) no-repeat 0 -299px;
}



div#smenu ul{
display:none;
margin:0px 0px 0px 45px;
}

div#smenu li {
margin:0;
list-style-type: none;
line-height:22px;
float:left;
color:#235e99;
white-space: nowrap;
}

div#smenu a:link,div#smenu a:visited,div#smenu a:active{
margin:0 6px;
color:#235e99;
font:12px/22px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
text-decoration: none;
}

div#smenu a:hover{
color:#235e99;
line-height:22px;
text-decoration: underline;
}