@charset "utf-8";
.main_table {
background-image : url(images/page-bg.gif);
background-repeat : repeat;
text-align : left;
font-family:Arial, Helvetica, sans-serif;
font-size : 14px;
color:#069;
text-shadow:#000;

}
.table2 {
text-align : center;
border : thin;
}
.date {
text-align : center;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
}
.table_cont {
text-align : left;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color:#069;
}
.menu {
background-image : url(images/menu.gif);
}
.footer {
background-image : url(images/footer.gif);
}
.clock {
position : relative;
}
.copyright {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #fff;
text-align : center;
font-weight : bold;
}
p {
font-family : Arial, Helvetica, sans-serif;
text-align : justify;
font-size : 12px;
text-indent : 20px;
margin-left : 5px;
margin-right : 5px;
margin-top : 10px;
margin-bottom : 10px;
}
h1 {
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
color : #098ed3;
font-size : 14px;
text-align : center;
margin : 5px 0 0 0;
}
a {
text-decoration : underline;
font-weight : normal;
color : #0084cb;
}
a:hover {
text-decoration : none;
font-weight : normal;
color : #0084cb;
}

<!--меню-->
ul#nav {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav {
	float:left;
	background-image:url(images/menu.gif);
	width:1024px;
	height:38px; /* Высота всего меню (и верхнего уровня и нижнего, все вместе) */
	position:relative;
	margin: 0px 0 0px; /* Отступ сверху и снизу от меню */
}

#nav .select, #nav .current {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}

#nav li {
	font-family: Verdana, Geneva, sans-serif; /* Шрифт меню */
	color:#FFF;
	display:inline;
	margin:0;
	padding:0;
	height:auto;
}

#nav .select a, #nav .current a {
	display:block;
	height:38px; /* Высота верхнего уровня */
	float:left;
	
	padding:0 0 0 0px;
	text-decoration:none;
	font-size:12px; /* Размер шрифта верхнего уровня */
	line-height:40px;
	white-space:nowrap;
	margin-left:0px;
	margin-right: 0px; /* Отступы пунктов верхнего уровня */
	position: relative;
	z-index: 500;
}

#nav .select a b, #nav .current a b {
	height:100%;
	display:block;

	padding:0 6px 0 6px;
	color: #23548F; /* Цвет ссылок верхнего уровня */
}

#nav .select a:hover, #nav .select li:hover a {
	background-position:0 -50px;
	cursor:pointer;
}

#nav .select a:hover b, #nav .select li:hover a b {
	background-position:100% -50px;
	color:#fff;
}

#nav .sub {
	display:none;

}

#nav .current a {
	background-position:0 -50px;
	border-color:#046;
}
#nav .current a b {

	color:#fff; /* Цвет шрифта активного меню верхнего уровня */
}


#nav .sub li a:hover, #nav .select a:hover .sub li a:hover, #nav .select li:hover .sub li a:hover, #nav .sub_active .current_sub a, #nav .sub_active a:hover {
	color:#fff; /* Цвет шрифта активного меню нижнего уровня */
	text-decoration:underline;
}


#nav .select li a:hover .sub, #nav .select li:hover .sub, #nav .sub_active {
	display:block;
	position:absolute;
	width:100%;
	height: 35px;
	top:38px;
	left:0;
	background-image: url(http://dnz3.ho.ua/images/menu_down.gif);
     /* Фон нижнего уровня */
	padding:0;
	z-index:100;
}

#nav .sub_active {
	z-index:10;
}

#nav .sub, #nav .sub_active {
	margin:0;
	padding:0;
	list-style:none;
}


* html #nav .sub_active, * html #nav .select a:hover .sub {
	z-index:-1;
	margin-top:0;
	margin-top:1px;
}

#nav .sub_active a {
	height:25px;
	float:left;
	text-decoration:none;
	line-height:24px;
	white-space:nowrap;
	font-weight:normal;
}

#nav .sub_active a, #nav .select a:hover .sub li a, #nav .select li:hover .sub li a {
	display:inline;
	background:none;
	padding:0 10px;
	margin:0;
	font-size:11px; /* Размер шрифта нижнего уровня */
	width:auto;
	white-space:nowrap;
	font-weight:normal;
	border:0;
	color: #fff;
	height:35px;
	line-height:35px;
}



<!--меню-->
.up_down {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
color : #098ed3;
}
.right {
background-image : url(images/menu-right.png);
background-repeat : repeat-x;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #fff;
text-shadow : #06c;
text-align : center;
height : 25px;
}
.right2 {
background-color : #fff;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #fff;
text-shadow : #06c;
text-align : center;
height : 25px;
}
.eblock {
margin-top : 50px;
margin-left : 20px;
}
.marguee {
width: 200px;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #09c;
font-weight : bold;
}

<!--zoom-->
img.expando{
border: none;
vertical-align: top;
text-align:center;
}
<!--zoom-->