www.gusucode.com > 触摸屏公司网站(英文)网站源码程序 > 触摸屏公司网站(英文)网站源码程序/menu/templates/css/dropmenu.css

    #dropmenu{	
margin: 0;
padding: 0;
width:100%;
height:54px;
}

#dropmenu li{	
float: left;
list-style: none;
font: 14px/54px  'microsoft yahei',Verdana,Arial;

}

#dropmenu li a{	
display: block;
background: url(../images/menu.png) no-repeat;
padding: 0px;
text-align:center;
text-decoration: none;
width: 121px;
color: #fff;
white-space: nowrap;
font: bold 14px/54px  'microsoft yahei',Verdana,Arial;
}

#dropmenu li a:hover{	
background: url(../images/menubgnow.png) no-repeat;
}
		
#dropmenu li ul{
margin: 1px 0 0 0;
padding: 0;
width:121px;
position: absolute;
visibility: hidden;
}
		
#dropmenu li ul li{
float: none;
display: inline;
}
			
#dropmenu li ul li a{	
width:121px;
text-align:center;
color: #fff;
font: 14px/54px  'microsoft yahei',Verdana,Arial;
background: url(../images/menu.png) no-repeat;
}
			
#dropmenu li ul li a:hover{	
background: url(../images/menubgnow.png) no-repeat;
}