@charset "utf-8";
/* CSS Document */
a {
	text-decoration:none;
}
body {
        margin：0
}
.menu {
	margin: 0;
	background-image: url(/r/cms/carryonen/en/img/index_left2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 0;
	color:#999;
	padding-left:0px;
}
.menu p {
	padding:0;
	margin:0;
	font-weight: 700;
	color:#666;	
	font-size:14px;
        margin-left:10px;
	
}
.menu p a{
	text-decoration: none;
	color:#666;	
}
.menu li {
	margin:0;
	height: 24px;
	line-height: 24px;
	list-style-type: none;
	font-size: 13px;
	color:#999;
	font-weight:bold;
	padding-left: 30px;
}
.menu li a{
	margin:0;
	height: 24px;
	line-height: 24px;
	list-style-type: none;
	font-size: 13px;
	color:#666;
	font-weight:normal;
	text-decoration: none;
}
.menu a:hover {
	color:#666;
	text-decoration: underline;
}

.sel p{
	color:#999;
}

.sel p a{
	color:#999;
	text-decoration:none;
}

.artile{
	padding-left:30px;
}


