.content {
	margin: 0 20px 0 20px;
	border: 0;
}
.menu {
	float: left;
	width: 340px;
}
.menu_tab {
	margin-top: 5px;
	width: 300px;
	height: 38px;
	background: url(/offlineResources/images/big_meniu.gif) repeat-x top #FFFFFF;
	cursor: pointer;
	display: table;
	#position: relative; /*for IE*/
}
.menu_tab div {
	#position: absolute; /*for IE*/
	#top: 50%; /*for IE*/
	display: table-cell;
	vertical-align: middle;
}
.menu_tab img {
	margin: 0;
	padding: 0;
}
.menu_tab a {
	float: left;
	width: 295px;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	#position: relative; /*for IE*/
	#top: -50%; /*for IE*/
}
.menu_tab a:visited, .menu_tab a:link {
	color: #02496C;
	text-decoration: none;
}
.offlineResources {
	/*white-space: nowrap;*/
	float: left;
	position: absolute;
	left: 360px;
	width: 600px;
	text-align: left;
	/*clear: both;*/
}
.offlineResources div {
	margin: 10px;
	cursor: pointer;
	color: #666666;
	font: bold 10pt Arial;
	text-decoration: underline;
}
.offlineResources p {
	margin: 10px;
}
.offlineResources a:link, .offlineResources a:active, .offlineResources a:visited {
	color: #666666;
	font: bold 10pt Arial;
	text-decoration: none;
}
.offlineResources a:hover {
	color: #000000;
	font: bold 10pt Arial;
	text-decoration: underline;
}

