www.gusucode.com > 梦想草根大联盟广告模块 build码程序 > dreamasp_unmaster/images/css_menu.css

    *{padding:0px;margin:0px;}
body{
	color:#333333;
	font-family:Arial;
	font-size:12px;
	overflow-y:auto;
	background-color: #fff;
	background-image: url(left_bg_top.gif);
	background-repeat: repeat-y;
	background-position: right center;
	padding-top: 5px;}
a{color:#000;}
a:hover{color:#FFFF00;text-decoration:none;}
.menu{
	width:152px;
	margin-left:auto;
	margin-right:auto;}
.menu dl{margin-top:2px;}
.menu dl dt{
	background:url(menu_title_bg.jpg) top left repeat-x;
}
.menu dl dt a{
	height:20px;
	padding-top:3px;
	line-height:19px;
	width:152px;
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background:url(ico_1.gif) 10px 7px no-repeat;
	text-indent:30px;
	letter-spacing:2px;
}
.menu dl dt a:hover{color:#e8f3fd;}
.menu dl dd ul{list-style:none;}
.menu dl dd ul li a{
	height:25px;
	widows:152px;
	display:block;
	line-height:25px;
	text-indent:28px;
	color: #006699;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cad9ea;
	border-bottom-color: #cad9ea;
	border-left-color: #cad9ea;
	background-color: #f2f9fd;
	background-image: url(ico_2.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-top-color: #f2f9fd;
}
.menu dl dd ul li a:hover{
	color:#239fe3;
	background-color: #e8f3fd;
	background-image: url(ico_3.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}