.menu {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #353535;	
	font-size: 1.1em;
}
.buttons {
	width: 887px;
	height: 40px;
	margin: 0px auto;
}
.mainmenu {
	float: left;
	font-weight: bold;
}
.submenu {
	position: absolute;
	margin-top: 19px;
	margin-left: 40px;
}
.n, .s {
	float: left;
	height: 12px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -1px;	
}
.s, .s a, .s a:hover {
	background: #ffffff;
	color: #000000;
}
.submenu .n {
	border-top: 1px solid #ffffff;
	background: #000000 url('/layout/end.gif') top right no-repeat;
}
