body,html {
	margin: 0 0 0 0;
	padding: 0;
	overflow:hidden;
}
/*----------------------- BODY ---------------------------------*/
#mybody{
	position:absolute;
	border-top: solid 1px #E6E7EC;
	top:25px; 
	left:0px; 
	height:97%; 
	width:100%;	
}
/*----------------------- MENU ---------------------------------*/
#menu{
	position:absolute;
	width: 100%;
	height:25px;
	/*height:100%;*/
	font: bold 10px/10px arial, helvetica, sans-serif;
	background:#F7F7F9;
	background: url( '../html/palyazatok/background.png' ) top left repeat-x;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 70px;
	float: left;
}

#menu a {
	text-decoration:none;
	font: 11px/11px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	cursor:pointer; /* IE5 IE5.5 NOT SUPPORTED*/
	cursor:hand;    /* FireFox 1.0 NOT SUPPORTED*/
	height:30px;
	background: url( '../html/palyazatok/bars-default.png' ) top left no-repeat;
	padding-top:8px;
	padding-left:20px;
	color: #5E768A;
	outline:none;

}
#menu a:hover {
	background: url( '../html/palyazatok/bars-hover.png' ) top left no-repeat;
	padding-top:9px;
	padding-left:21px;

}

