@charset "windows-1251";
table.leftmenu {
	width:201px;
}

table.leftmenu tr td {
	background-color:#fff0d6;
}
table.leftmenu tr.top {
	height:12px;
}
table.leftmenu tr.top td {
	font-size:1px;
}
table.leftmenu tr.top td.lefttop {
	width:12px;
	background-image:url(../img/top-left1.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:no-repeat;
}
table.leftmenu tr.top td.toptop {
	background-image:url(../img/top2.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:repeat-x;
}
table.leftmenu tr.top td.righttop {
	width:12px;
	background-image:url(../img/top-right1.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:no-repeat;
}

table.leftmenu tr.bottom {
	height:12px;
}
table.leftmenu tr.bottom td {
	font-size:1px;
}
table.leftmenu tr.bottom td.leftbottom {
	width:12px;
	background-image:url(../img/bottom-left1.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:no-repeat;
}
table.leftmenu tr.bottom td.topbottom {
	background-image:url(../img/bottom2.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:repeat-x;
}
table.leftmenu tr.bottom td.rightbottom {
	width:12px;
	background-image:url(../img/bottom-right1.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:no-repeat;
}

table.leftmenu tr.submenu {
}
table.leftmenu tr td.left {
	background-image:url(../img/left2.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:repeat-y;
}
table.leftmenu tr td.right {
	background-image:url(../img/right2.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:repeat-y;
}

table.leftmenu tr.submenu td.left {
}
table.leftmenu tr.submenu td.content {
	font-family:Tahoma;
	font-size:10px;
	color:#82593b;
	font-weight: bold;
	word-spacing:3px;
	letter-spacing:0.04em;
	cursor:default;
	background-color:#ffe3c4;
}
table.leftmenu tr.submenu td.content a {
	color:#82593b;
	text-decoration:none;
}
table.leftmenu tr.submenu td.content a p {
	margin:0;
	margin-left:7px;
	width:100%;
	cursor:pointer;
}
table.leftmenu tr.submenu td.right {
}

table.leftmenu tr.submenuA td.left {
}
table.leftmenu tr.submenuA td.content {
	font-family:Tahoma;
	font-size:10px;
	color:#82593b;
	font-weight: bold;
	word-spacing:3px;
	letter-spacing:0.04em;
	cursor:default;
	background-color:#fff0d6;
}
table.leftmenu tr.submenuA td.content a {
	color:#82593b;
	text-decoration:none;
}
table.leftmenu tr.submenuA td.content a p {
	margin:0;
	margin-left:24px;
	margin-top:2px;
	width:100%;
	cursor:pointer;
	font-weight:normal;
}
table.leftmenu tr.submenuA td.content a p span {
	font-weight:bold;
	position:relative;
	top:1px;
}
table.leftmenu tr.submenuA td.right {
}

table.leftmenu tr.divider {
	height:1px;
}
table.leftmenu tr.dividerAtop {
	height:4px;
}
table.leftmenu tr.dividerAbottom {
	height:7px;
}

