/* Vestnik Kipra */
/* index.php */
/* http://www.seoconsultants.com/css/menus/tutorial/ */
/* http://www.alistapart.com/articles/dropdowns#resettop */
a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.a_left {
	font-family: Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #a79d9d;
	text-decoration: none
}

.a_left:hover {
	color: #000000
}

.copyright {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-decoration: none
}

.filter {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	background-color: #dddddd
}

.h {
	font-family: Verdana;
	font-size: 10pt;
	color: #c94714;
	font-weight: bold
}

.t1 {
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	text-decoration:none
}

.a1 {
	font-family:Verdana;
	font-size:8pt;
	color:#0000FF;
	font-weight:bold;
	text-decoration:none
}

.a1:hover {
	text-decoration:underline
}

.hd {
	font-family:Verdana;
	font-size: 9pt;
	color: #c94714;
	font-weight: bold;
	text-decoration: none
}

.hd:hover {
	text-decoration:underline
}

.hd2 {font-family:Verdana; font-size:9pt; color:#1790ed; font-weight:bold}
.hd3 {font-family:Verdana; font-size:9pt; color:#737373; font-weight:bold}

.h01 {
	font-family:Verdana;
	font-size:9pt;
	color:#737373;
	text-decoration:none
}

.a01 {
	font-family:Verdana;
	font-size:8pt;
	color:#737373;
	text-decoration:none
}

.a01:hover {
	text-decoration:underline
}

.a02 {
	font-family:Verdana;
	font-size:9pt;
	color:#0000ff;
	font-weight:bold;
	text-decoration:none
}

.a02:hover {text-decoration:underline}

/* START.PHP */
.dt {font-family:Verdana; font-size:9pt; color:#b5b3ac}
.txt {font-family:Verdana; font-size:9pt; color:#737373}

/*  ARCHIVE. PHP */
.filter {font-family:Verdana; font-size:8pt; color:#000000; font-weight:bold; background-color:#dddddd}
.h {font-family:Verdana; font-size:10pt; color:#c94714; font-weight:bold}
.t1 {font-family:Verdana; font-size:8pt; color:#000000; font-weight:bold; text-decoration:none}
.a1 {font-family:Verdana; font-size:8pt; color:#0000FF; font-weight:bold; text-decoration:none}
.a1:hover {text-decoration:underline}
.hd {font-family:Verdana; font-size:9pt; color:#c94714; font-weight:bold; text-decoration:none}
.hd:hover {text-decoration:underline}
.h01 {font-family:Verdana; font-size:9pt; color:#737373; text-decoration:none}
.a01 {font-family:Verdana; font-size:8pt; color:#737373; text-decoration:none}
.a01:hover {text-decoration:underline}
.a02 {font-family:Verdana; font-size:9pt; color:#0000ff; font-weight:bold; text-decoration:none}
.a02:hover {text-decoration:underline}



/*  Vadim styles*/

.updated,
.error {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 5px 15px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* NEW STYLE */

body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
	/* padding: 2em; */
	margin: 0;
}

/*
#content {
	width: 34em;
	background-color: #f4ecd9;
	padding: 1em 0;
	border: 6px double #7d6340;
	margin: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 32em;
}
*/
/* ---------------------------------- */
/*
.topmenu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

ul{
  background: #eee;
	height: 35px; 
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	float: left;
	position: relative;
	width: 8em;
}

li ul{
	background: #eee;
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	width: 12em;
	-- rem
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	width:225px;
	z-index:200;
	
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul{ display: block; }

* /

/*  TOP MENU ` */
/*
.topmenu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.topmenu ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.topmenu li{
		float:left;
		padding:0px;
		}
	.topmenu li a{
		background:#333333 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.topmenu li a:hover, .topmenu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.topmenu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		top:1em; -- deleted
		left:0;  -- deleted
		}
	.topmenu li:hover ul{
		display:block;

		}
	.topmenu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.topmenu li:hover li a{
		background:none;

		}
	.topmenu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.topmenu li ul a:hover, .topmenu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.topmenu p{
		clear:left;
		}
*/
