body{
	margin:0px;
	padding:0px;
	text-align:center;
	color:#4C4D4C;
	font-family:arial;
	font-size:12px;
	background:#fff;
	padding-right:20px;
	padding-left:20px;
}
table{
	color:#543A2B;
	font-family:tahoma;
	font-size:11px;
}
body img
{
	border:none;
}
body ul,body li,body form
{
	margin:0px;
	padding:0px;
}
body li{
}
body a
{
	color:#4FB316;
	font-weight:bold;
}
body a:hover
{
	color:#804000;
}
body .clr
{
	clear:left;
	font-size:1px;
	height:30px;
}
#menfi{
	display:none;
}
#wrapper{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:955px;
}
#header{
	height:70px;
}
#logo{
	float:left;
	margin-top:15px;
	margin-left:30px;
}
#tools{
	float:right;
	margin-top:15px;
}
#tools a{
	display:block;
	float:left;
	width:90px;
	text-align:center;
}
#tools img{
	float:left;
}
#tools a img{
	float:none;;
}
#langense{
	margin-top:35px;
	float:right;
	margin-right:0;
	color:#4FB316;
}
#img{
	background:url("img/bina.jpg") center top no-repeat;
	height:224px;
	width:100%;
}
#langense a{
	padding:5px;
}
#topbanner{
	border:1px solid #3B7E3C;
	position:relative;
	height:224px;
}
#topbanner div{
	position:absolute;
}

.menu{
	background:url("img/menubg.gif");
	height:28px;
	border:1px solid #3B9021;
	margin-top:2px;
}
.menu a{
	color:#010100;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding-left:32px;
	padding-right:32px;
	padding-top:7px;
	border-right:1px solid #9AD91F;
	border-left:1px solid #66950C;
	height:21px;
}
.menu .first{
	border-left:none;
}
.menu .last{
	border-right:none;
}
.menu a:hover{
	background:url("img/selected.gif");
	color:#FFFF80;
}
*html .menu #menu a{
	height:28px;
}

.menu .selected{
	background:url("img/selected.gif");
}
.menu .selected a{
	color:#FFFF80;
}
.menu li{
	display:block;
	float:left;
	height:28px;
	list-style-type:none;
}

/*menu begin*/
#menu{
	background:url("img/menubg.gif");
	height:28px;
	border:1px solid #3B9021;
	margin-top:2px;
}
#menu .selected{
	background:url("img/selected.gif");
}
#menu .selected a{
	color:#FFFF80;
}
#menu .selected li a{
	color:#000;
	list-style-type:none;
}
#menu .selected .selected{
	background:none;
}
#menu .selected li a:hover{
	color:#FFFF80;
}

/*Top level list items*/
#menu ul li{
list-style-type:none;
position: relative;
display: inline;
float: left;
white-space:nowrap;
z-index:2000;
background:url("img/menulibg.gif") right top no-repeat;
}
#menu .first{
	border-left:none;
}
#menu .last{
	border-right:none;
}
#menu ul * li{
background:#A9D82F/*block_header*/;
margin-bottom:-2px;
}

/*Top level menu link items style*/
#menu ul li a{
	color:#010100;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding-top:7px;
	border-right:1px solid #9AD91F;
	border-left:1px solid #66950C;
	height:21px;
	text-align:center;
	padding-left:auto;
	padding-right:auto;
	width:100%;
}
#menu a:hover{
	background:url("img/selected.gif");
	color:#FFFF80;
}
#menu ul * li{
	width:200px;
}
#menu ul li * a{
	border:none;
	margin-top:0px;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	float:none;
	height:auto;
}

*html #menu ul li * a{
	width:100%;
}
#menu ul li * a:hover{
	margin-top:0px;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	float:none;
	background:#42813A;
}
/*1st sub level menu*/
#menu ul li ul{
left: 0;
position: absolute;
top: 4em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
padding-top:1px;
z-index:1000;
width:157px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu ul li ul li{
display: list-item;
float: none;
width:100%;
}
#menu ul li ul .backroundsuz{
background:#939495;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
#menu ul li ul li ul{ 
left: 100%; /* no need to change, as true value set by script */
top: 0;
border-left:2px solid #fff;
}
#menu ul li ul li ul li{ 
width:160px;
}
html body *> #menu ul li ul li ul li a{ 
width:145px;
}

/* Sub level menu links style */
#menu ul li ul li a{
text-align:left;
padding-left:15px;
}

#menu ul li .wsucbucaq:hover{
	/*background:#C8C8C9 url("./images/uchag.gif") right bottom no-repeat*/
}

html body * > #menu ul li a:hover{
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menu ul li  ul li { float: left; height: 1%; }
* html #menu ul li  ul li a { height: 1%; }
/* End */

#center{
	background:url("img/centerbg.gif") top repeat-x;
	margin-top:2px;
	height:30px;
}
#left{
	width:230px;
	float:left;
	padding-bottom:20px;
}
#right{
	width:230px;
	float:right;
	padding-bottom:20px;
}
#content{
	margin-left:260px;
	margin-right:260px;
	padding-bottom:20px;
	text-align:justify;
}
#innercontent li{
	margin-left:20px;
}
#leftborder{
	background:url("img/boz.gif") 245px top repeat-y;
}
#rightborder{
	background:url("img/bozright.gif") right top repeat-y;
	padding-top:15px;
}
.block ,.blocknoborder{
	background:url("img/block.gif") left bottom repeat-x;
	padding-bottom:10px;
}
.blocknoborder{
	background:none;
}
#submenu{
}
#submenu2 ul{
	margin-top:5px;
}
#submenu2 li{
	display:block;
	background:url("img/submenuli.gif") left top repeat-x;
	padding-left:0px;
}
#submenu2 .first{
	background:url("img/block.gif") left top repeat-x;
}

#submenu2 .selected,#submenu2 a:hover{
	color:#008000;
	padding-bottom:0px;
}
#submenu2 a{
	font-weight:bold;
	background:url("img/noqte.gif") left 5px no-repeat;
	padding-left:15px;
	color:#000;
	text-decoration:none;
	display:block;
}
#submenu2 li * a{
	background:none;
}
#submenu2 ul li a{
	padding-left:35px;
}
#submenu2 ul li ul li a{
	padding-left:55px;
}
#submenu2 ul li ul li ul li a{
	padding-left:75px;
}
#searchdiv{
	margin-top:35px;
	height:50px;
}
#subscribe{
	height:40px;
}
#searchdiv div,#subscribe div{
	float:left;
	background:url("img/search.gif") left top no-repeat;
	width:193px;
	height:29px;
}
#searchdiv input,#subscribe input{
	margin-top:5px;
	margin-left:15px;
	border:0px;
	background:none;
}
#searchdiv a,#subscribe a{
	float:left;
}
h2{
	font-size:18px;
	color:#804000;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
.block li,.blocknoborder li,.ziqzak table li{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
}
#qanun{
	background:url("img/qanun.jpg") right top no-repeat;
}
#qanun li{
	background:url("img/qirmizinoqte.gif") left 10px no-repeat;
}
#qezet{
	background:url("img/qezet.jpg") left top no-repeat;
}
#futbol{
	background:url("img/futbol.jpg") center top no-repeat;
}
#mac{
	background:url("img/top.png") left top no-repeat;
	height:84px;
	color:#101011;
}
#mac span{
	display:block;
	padding-top:28px;
	margin-left:3px;
	width:145px;
	text-align:center;
}
#qalereya{
	background:url("img/qalereya.jpg") right top no-repeat;
}
.qala{
	display:block;
	background:url("img/submenuli.gif") bottom repeat-x;
	padding-bottom:15px;
	margin-bottom:15px;
}
h3{
	font-size:12px;
	color:#BC403A;
}
#valyuta{
	background:url("img/valyuta.jpg") right 25px no-repeat;
}
#hava{
	background:url("img/hava.jpg") right 10px no-repeat;
}
#pollll label{
	display:block;
	height:25px;
}
.all{
	text-align:right;
}
.ziqzak{
	background:url("img/ziqzak.gif") bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
}
.ziqzak table li{
	background:url("img/qirmizinoqte.gif") left 10px no-repeat;
}
.ziqzak .menu{
	margin-bottom:10px;
}
.ziqzak table{
	text-align:justify;
}
.ziqzak .menu li{
	height:28px;
}
.ziqzak .menu li a{
	padding-right:0px;
	padding-left:0px;
	width:100%;
	text-align:center;
}
*html .ziqzak .menu li a{
	height:28px;
}
.contimgspan,.imgspan{
	border-left:1px solid #F4F4F4;
	border-top:1px solid #F4F4F4;
	width:214px;
}
.outerimage{
	border-right:15px solid #fff;
	display:block;
	float:left;
}
.contimgspan img,.imgspan img{
	padding:3px;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
}
*html .imgspan,*html .contimgspan{
	display:block;
	padding:3px;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
}
#footer{
	clear:both;
	background:#fff url("img/bottom.gif") top repeat-x;
	height:85px;
}
#copyright{
	padding-top:30px;
}
#copyright a{
	float:right;
}
div{
	/*border:1px solid #000;*/
}
.prozracni{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
}
.prozracni a{
	display:block;
	height:100%;
	text-decoration:none;
}
.mybanners div{
	position:absolute;
}
#paging{
	text-align:center;
}
#paging .selected{
	color:#804000;
}
h4{
	font-size:12px;
	margin:0px;
	margin-top:5px;
}
#path li{
	display:inline;
	margin-left:0px;
}
.justify{
	text-align:justify;
}
#milli{
	width:100px;
	float:right;
	margin-top:10px;
}

#milli img{
	width:100px;
	
}