@import url("style.css");
.user_ico {
	border: 3px solid #e7e6e6;
	padding: 6px;
}
.bell {}
.bell li {
	background-color: #FFC;
	border: 2px solid #F93;
	margin-top: 4px;
	background-image: url(../images/bell.png);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
}
.notice {
	background-image: url(../images/notice.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 4px;
	line-height: 40px;
	padding-left: 40px;
	font-weight: bold;
	color: #000;
}
.msg {
	background-image: url(../images/msg.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 4px;
	line-height: 40px;
	padding-left: 40px;
	font-weight: bold;
	color: #000;
}
.tool {
	background-image: url(../images/tool.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 4px;
	line-height: 40px;
	padding-left: 40px;
	font-weight: bold;
	color: #000;
}
.toolBody {
	line-height: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.toolBody a {
	display: block;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	float: left;
	margin: 2px;
	width: 80px;
	background-color: #f3f3f3;
	text-align: center;
}
.toolBody a:hover {
	background-color: #EBEBEB;
}
ul.noticeBody  {

}
ul.noticeBody li {
	background-color: #f3f3f3;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 26px;
	line-height: 23px;
	height: 23px;
}
ul.noticeBody li:hover {
	background-color: #FF9;
}
ul.noticeBody li a {}
ul.noticeBody li span {}
.contact {
	background-image: url(../images/contact.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 6px;
	line-height: 40px;
	padding-left: 48px;
	font-weight: bold;
	color: #000;
}
.contactMenu {
	float: right;
}
.contactMenu a {
	display: block;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	padding: 8px;
}
.contactMenu .btn {
	background-color: #F3F3F3;
}
.contactMenu .btn:hover {
	background-color: #D8D8D8;
}
.u_ico {
	background-image: url(../images/u_ico.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 6px;
	padding-left: 28px;
	line-height: 24px;
}
ul.contactBlack {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.contactBlack li {
	line-height: 20px;
}
.contactHover{
	background-color: #d8d8d8;
	color: #ff6600;
}