@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #222;
	background-image: url();
}
#menu img {
	border:0;
	cursor:pointer;
	margin:0 1px;
	border:0;
	outline:0;
}
/*//-------------------------------------------------------------------------------------*/
#menu {
	width:100%;
	height:40px;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	position:absolute;
	top:0;
	width: 100%;
}
#menu ul li {
	margin:0 1px;
	float:left;
}
#menu #box {
	position:absolute;
	left:0;
	top:0;
	z-index:200;
	background:url(../tooltipsmenu/tail.png) no-repeat right center;
	height:40px;
	padding-right:23px;
	margin-left:30px;
}
#menu #box .head {
	background:url(../tooltipsmenu/head.png) no-repeat 0 0;
	height:40px;
	color:#eee;
	white-space:nowrap;
	padding-left:8px;
	padding-right:5px;
	padding-top:12px;
}