/* CSS Document */
@charset "utf-8";
/*-----------定义loft二级菜单样式-----------*/
#subloftmenu{
	background-color: #f8f8f8;
	margin:1px auto 0;
	text-align:center;
    width:188px;
	line-height: 150%;
	overflow:hidden;
}

/*定义菜单样式*/


#subloftmenu ul {
    margin:5px 0 15px;
	padding:0;	
}

#subloftmenu li {
	margin:0 5px;
	padding:8px;
	text-align:left;
	border-bottom:dashed 1px #b2b2b2;
}

#subloftmenu li a {
	margin:0;
	display: block;
	padding:3px 15px 2px 10px;
	background-image: url(../Templets/img/li_blue.gif);
	background-repeat: no-repeat;
	background-position:0 center;
	color: #09c;		
	text-decoration: none;
}

#subloftmenu li a:hover,#subloftmenu li a:active{
	margin:0;
	display: block;
	padding:3px 15px 2px 10px;
	background-image: url(../Templets/img/li_red.gif);
	background-repeat: no-repeat;
	background-position:0 center;
	color: #f60;		
}
