.new_menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px; /* 主選單字級 */
	font-weight:bold;
	}

.new_menu ul{
	background:#888888; /* 背景顏色 */
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	}
.new_menu li{
	float:left;
	padding:0px;
	}
.new_menu li a{
	background:#888888 url("../images/seperator.gif") bottom right no-repeat; /* !主選單的背景及背景色 */
	color:#eeeeee; /* 主選單字的顏色 */
	display:block;
	font-weight:normal;
	line-height:25px;
	margin:0px;
	padding:0px 12px; /* 主選單的左邊界 */
	text-align:center;
	text-decoration:none;
	}
.new_menu li a:hover, .new_menu ul li:hover a{
	background: #2580a2 url("../images/hover.gif") bottom center no-repeat;
		
	color:#FFFFFF;
	text-decoration:none;
	}
.new_menu li ul{
	background:#666666; /* 下拉選單的背景色 */
	display:none;
	height:auto; /* 下拉選單背景的總高度 */
	/*padding:0px 20px 20px 20px;
	margin:0px 20px 20px 20px;*/
	border:0px;
	/*position:absolute;*/
	
	width:225px;
	/*z-index:200;*/
	
	/*top:1em;*/
	/*left:0;*/
	}
.new_menu li:hover ul{
	display:block;
	
	}
.new_menu li li {
	background:url("../images/sub_sep.gif") bottom left no-repeat;
	display:block;
	float:none;
	/*margin:0px;
	padding:0px;*/
	width:225px;
	}
.new_menu li:hover li a{
	background:#666666;
	
	}
.new_menu li ul a{
	display:block;
	height:25px;
	width:auto;
	font-size:11px; /* 下拉選單字的顏色 */
	font-style:normal;
	/*margin:0px;*/
	/*padding:6px 10px 6px 15px;*/
	/*內跟左邊的距離設不好*/
	
	text-align:left; /* 下拉選單字對齊的方式 */
	/*background:#888888;*/
	/*margin-top=2px;
	margin-bottom:2px;
	padding-top:7px;*/
	}
.new_menu li ul a:hover, .new_menu li ul li:hover a{
	background:#2580a2 url("../images/hover_sub.gif") center left no-repeat; /* mouse下拉選單左側的三角形*/
	border:0px;
	color:#ffffff;
	text-decoration:none;
	
	
	}
.new_menu p{
	clear:left;
	
	}	
.vm_shop_car shop_car{ color:red ; font-weight:bold }

	
