#menu {
	position: fixed;
	height: 300px;
	width: 1000px;
	top: 0px;
	/*background-color: #eee;*/
}
#menu-layer {
	position: absolute;
	z-index: 20;
	left: 100px;
	height: 300px;
	width: 800px;
}
.button {
	position: absolute;
	height: 40px;
	line-height: 40px;
	width: 80px;
	background-color: #bbb;
	z-index: 10;
	font-weight: bold;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	cursor: pointer;
	text-align: center;
}
.subbutton {
	position: absolute;
	height: 30px;
	line-height: 30px;
	width: 80px;
	background-color: #bbb;
	z-index: 10;
	font-weight: bold;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
}
.button-right {
	right: -80px;
	border-right: 3px solid #fff;
	padding-left: 20px;
}
.button-top {
	position: absolute;
	height: 30px;
	line-height: 30px;
	width: 100px;
	background-color: #bbb;
	z-index: 10;
	top: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.button a:hover, .button-top a:hover, .subbutton a:hover {
	text-decoration: none;
}
.button:hover, .button-top:hover, .subbutton:hover {
	background-color: #ddd;
}
#button-blog {
	top: 80px;
	left: -80px;
	border-left: 3px solid #fff;
	padding-right: 20px;
}
#button-inet {
	top: 0px;
	border-left: 3px solid #fff;
	padding-right: 20px;
}
#button-inet-block {
	position: absolute;
	/*border: 1px solid yellow;*/
	top: 125px;
	left: -80px;
	width: 100px;
	height: 40px;
	z-index: 9;
}
#button-inet-test {
	top: 45px;
	left: 100px;
	padding-right: 40px;
	border-left: 3px solid #fff;
}
#button-inet-doc {
	top: 80px;
	left: 100px;
	padding-right: 40px;
	border-left: 3px solid #fff;
}

#button-3 {
	top: 80px;
}
#button-4 {
	top: 125px;
}

#button-reg {
	left: -100px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #aaa;
}
#button-auth {
	right: -100px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #aaa;
}







