@import url('basic.css');
#container {
	background:url('../i/title_bg.jpg') no-repeat top left;
	width:779px;
	float:left;
}

#searchbar {
	position:absolute;
	top:30px;
	left:109px;
	width:150px;
/*	height:40px;*/
	background:#f3f3f3;
	border:1px solid #9b9b9b;
	visibility:hidden;
	z-index:1;
}

#searchbar div {
	margin:11px 7px 7px 7px;
}
#searchbar input.text {
	margin-bottom:4px;
}

#datetime{
	float:right;
	font-size:10px;
	color:#867f7d;
	margin-right:5px;
}
#space {
	clear:both;
	height:185px;
	overflow:hidden;
}
#space object {
	position:relative;
	top:-10px;
}
#mnu {
	margin:0;
	padding:0;
	list-style:none;
}
#mnu li {
	float:left;
	width:184px;
	background:url('../i/tmnu.gif') no-repeat top right;
	margin:0 10px 13px 0;
}
#mnu li a {
	font:bold 11px Arial Narrow;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	height:47px;
	padding-left:63px;
	padding-right:5px;
	color:#000;
	background:url('../i/tmnu-pinigine.jpg') no-repeat top left;
}
#mnu li a span {
	width:100%;
	display:block; 
	position:relative; 
	top:50%;
}
html>body #mnu li a span {top:0}

#mnu li a span span {
	position:relative; 
	top:-50%;
	cursor:hand;
}
html>body #mnu li a span span {top:0}

#mnu li ul {
	background: #fff;
	visibility:hidden;
	position:absolute; 
	padding:0;
	list-style:none;
	width:181px;
	margin:5px;
	border-bottom:1px solid #d9d9d9;
	z-index:1000;
}
#mnu li ul li {
	position:relative;
	margin:0;
	padding: 3px 14px 0 17px;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	background: #fff url('../i/submnu-bullet.gif') no-repeat 8px 8px;
	height:17px;
	width:151px;
}

#mnu li ul li.active {
	background:url('../i/submnu-bullet-a.gif') no-repeat 8px 8px;

}
#mnu li ul li a {
	position:relative;
	display: block;
	background: #fff; /* IE6 Bug */
	height:17px;
	color: #000;
	display:inline;
	font: normal 11px Arial;
	padding:0;
	text-decoration:none;
	text-transform:none;
}
#mnu li ul li a:hover {
	color:#f00;
}
#mnu li ul li.active a {
	color: #f00;
}
/* Styles for Menu Items */
/* Fix IE. Hide from IE Mac \*/
* html #mnu ul li { float:left; height:1%; }
* html #mnu ul li a { height:1%; }
/* End */
#mnu li:hover ul, #mnu li.over ul { display:block; visibility:visible} /* The magic */


#mnu li ul li ul {
	position:static;
	background: #fff;
	padding:0;
	list-style-type: disc;
	border:none;
}

#mnu li ul li ul li {
	margin:0;
	border:none;
	padding: 3px 5px 0 17px;
}


#partners {
	padding:0;
	clear:both;
	margin:40px 0 20px 0;
	list-style:none;
}
#partners li {
	padding:0 10px;
	background:url('../i/t-v-border.gif') repeat-y right;
	height:38px;
	float:left;
	text-align:center;
}
#partners li.last {
	background:none;
}
#promo {
	font-size:11px;
	clear:both;
	background:url('../i/bottom-msg.jpg') no-repeat top left;
	margin-top:20px;
	padding:9px 5px 9px 5px;
	color:#666;
	text-align:center;
}
#scroll-container {
	position:relative;
	width:720px;
	height:15px;
	overflow:hidden;
}
#scroll-text { position: absolute; white-space: nowrap; }
