@charset "windows-1251";
/* ??? ?????? ? ?????? ???????????????? ????, ? ??????????? ?? ???????? ??????? */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* ??? ??????????????? ???????? ??????? ??? ???? */
.transMenu .content {
	position:absolute;
	}

/* ??? ??????? ???????? ? ???? ??? ???????? ???? */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* ?????? TR.item ??? ???? ????? ???? */
.transMenu .item{
    /*color:red;*/
    font-size:11px;
    font-family:sans-serif;
    text-decoration:none;
	/* ??? ??? ??? mac/ie5 */
	border:none;
	cursor:pointer;
	cursor:hand;
	display: block;
	width: 145px !important;
	width: 160px;
	/*background:#C63C00;*/
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #52655F;
	text-align: left;
	text-indent: 15px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	}
.transMenu .item td{

}
/* ???? DIV ??? ?????????????? ??? ??? ??????? ???? */
/* ????????? ???? ??????????, ??? ??? mac ?? ?????????? ??? */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* ?? ?? ?????, ??? ? .background, ?????? ??? ???????? ?? ???? ?????? */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* ?? ?? ?????, ??? ? .background, ?????? ??? ???? ? ????????? ???? */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* ???? ????? ???????????? ?????, ????? ????????? ???? ???????????? ????. */
.transMenu .item.hover {
	color: #88A7C0;
	/*background:#F79A00;*/
	}

/* ????? ??????????, ??? ???? ??????? ??? spacer.gif */
.transMenu .item img {
	margin-left:10px;
	}

/* ????? ???????? Khanh - 050629 */
#wrap {
   margin: 0px;
   padding: 0px;
}
#menu {
   margin: 0px;
   padding: 0px;
   display:block;
   width:100%;

}
.transMenu .item#active {
	background:#7584F6;
	color: #000000;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	}
.transMenu .item#active.hover {
	/*background:#F79A00;*/
	color: #52655F;
	}
/* ??? ??????? ?????? ????.*/
a.mainlevel-trans:link, a.mainlevel-trans:visited {
	display: block;
	/*background: url(img/menu_bg.png) no-repeat;*/
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #52655F;
	text-align: left;
	padding-top: 0px;
	padding-left: 5px;
	height: 15px !important;
	height: 15px;
	width: 100%;
	text-decoration: none;
	width: 145px !important;
	width: 160px;
}
a.mainlevel-trans:hover {
 	background-position: 0px -25px;
	text-decoration: none;
	color: #779CC9;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
   /*color:#FF6600;*/
   font-weight:bold;
   line-height: 14px;
   display: block;
   height: 16px;
   width:auto;
   margin: 0px;
   padding: 0px 15px 0px 5px;
  
	background-position: 0px -25px;
	/*text-decoration: none;*/
	color: #88A7C0;
}
a.mainlevel_active-trans:hover {
  /*color:#3366CC;
}
/* ????????? */

