HTML, BODY{
	margin: 0;
	padding: 0;
	height: 100%;
}
#main-menu{
	width: 780px;
}
#main-menu .item{
	width: 190px;
	margin-right: 5px;
	float: left;
	height: 24px;
	background: #898689 url(../i/m-left.gif) no-repeat;
	position: relative;

}
#main-menu .item .inner{
	background: url(../i/m-right.gif) right top no-repeat;
	height: 24px;
	text-align: center;
}
#main-menu .item A{

	padding-right: 20px;
	font: 17px Tahoma;
	text-decoration: none;
	color: #FFF;
	cursor: pointer !imporntant;
	cursor: hand;
}

#main-menu .has-dropdown A{
	background: url(../i/angle-dn.gif) right 9px no-repeat;
	
}
#main-menu .here, #main-menu .over{
	background-color: #5e0e62;
	background-image: url(../i/m-left-here.gif);
}
#main-menu .over{
}
#main-menu .over2{
	z-index: 1;
}
#main-menu .here .inner,
#main-menu .over .inner{
	background-image: url(../i/m-right-here.gif);
}
#main-menu .here A{
	background: url(../i/angle-dn-here.gif) right 9px no-repeat;
	color: #cdb4ce;
	
}
.dd-plashka .dd-edge{
	font-size: 0 !important;
	height: 8px;
	padding: 0 8px;
	position: relative;
	width:auto;
	zoom:1;
}
.dd-plashka .dd-corner{
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
}
.dd-plashka .dd-left{
	left: 0;
}
.dd-plashka .dd-right{
	right: 0;
}
.dd-plashka .dd-top .dd-left{
	background-image: url(../i/dd-lt2.png);
}
.dd-plashka .dd-top .dd-right{
	background-image: url(../i/dd-rt2.png);
}
.dd-plashka .dd-bottom .dd-left{
	background-image: url(../i/dd-lb2.png);
}
.dd-plashka .dd-bottom .dd-right{
	background-image: url(../i/dd-rb2.png);
}
.dd-plashka .dd-bgr{
	height: 8px;
	xposition:relative;
}
.dd-plashka .dd-top .dd-bgr{
	background-image: url(../i/dd-bgr3.png);
	height: 8px;
}
.dd-plashka .dd-bottom .dd-bgr{
	background-image: url(../i/dd-bgr3.png);
}
.dd-plashka .dd-border1{
/*
	background: url(../i/dd-borer.png) repeat-y;
*/
}
.dd-plashka .dd-border2{
	/*
	background: url(../i/dd-border.png) right top repeat-y;
	*/
}
.dd-plashka .dd-content{
	background: url(../i/dd-bgr3.png) repeat;
	zoom: 1;
	padding: 0 20px;
}
#main-menu .item .item{
	width: auto;
	float: none;
	background: transparent;
	text-align: left;
	height: auto;
	padding: 2px 0;

}
#main-menu .item .item A{
	background: none;
	font: 12px Tahoma;
	padding: 0;
	white-space: nowrap;
	color: #FFF;
}
#main-menu .item .item A:hover{
	color: #3b1536;
}
#main-menu .item .dropdown{
	position: absolute;
	left: 0;
	top: 24px;
	padding-top: 2px;
	visibility: hidden;
	background: url(../i/blank.gif);
}
#main-menu .item .dd-here{
	visibility: visible;
}
#main-menu .item .dd-here .item{
}
#main-menu .item .dd-here .here{
	display: block;
	padding: 0;
	position: relative;
	width: auto !important;
}
#main-menu .item .dd-here .here A{
	display: block;
}
#main-menu .item .dd-here .resize-root{
	position: relative;
}
#main-menu .item .dd-here .move-root{
	width: auto;
}
#main-menu .item .dd-here .here .dropdown .item{
}
#main-menu .item .dd-here .dropdown .item A{
	padding: 0;
	background: none;
	font-size: 12px;
}
#main-menu .item .dd-here .track{
}
#main-menu .item .dd-here .dd-root{
	position: relative;
}
#main-menu .item .dd-here .dd-root .dropdown{
	visibility: hidden;
}
#main-menu .item .dd-here .root-here .dropdown,
#main-menu .item .dd-here .dd-root .dd-here{
	visibility: visible;
	top: -1px;
}
#main-menu .item .dd-here .root-here .dropdown .track{
	overflow: hidden;
	position: relative;
}
#main-menu .item .dd-here .here A{
	font: 14px Tahoma;
	padding-right: 20px;
}
#main-menu .item .dd-here .has-dropdown A{
	background: url(../i/angle-dn-here.gif) right 6px no-repeat;	
}
#main-menu .over .dropdown{
	visibility: visible;
}
#main-menu .over .dropdown .track{
	overflow: hidden;
	position: relative;
}
/*.dd-here .dd-plashka .dd-edge{
	zoom: 1;
	width:100%;
}
*/

#console{
}