/* ========== My-Giga.ru ========== */
/* Любые копирования и использование вне сайта, запрещены! */
/* Автор кода : Kromaliy */

#menu_gor_doska {
	width: 745px;
	height: 30px;
	margin-top: 20px;
	float: right;
}
/* Меню Левое - топ */
.top_menu_left {
	background: url(../images/left_collum.png);
	width: 222px;
	height: 49px;
	margin: 0 0 0 -4px;
}
/* Меню Левое - отступ в топе */
.top_menu_left_otstup {
	color: #ffffff;
	padding-top: 17px;
	padding-left: 65px;
	font: 15px Myriad Pro;
}

/* Меню Левое - контент */
.center_menu_left {
	background: url(../images/collum_left_center.png);
	width: 222px;
	min-height: 49px;
}

/* Меню Левое - контент, отступ */
.center_menu_left_otstup {
	padding-right: 14px;
	font: 15px Myriad Pro;
}

/* Меню Левое - Футер */
.bottom_menu_left {
	background: url(../images/collum_left_bottom.png);
	width: 222px;
	height: 20px;
}

.menu_left_otstup {
padding-right: 17px;
}

.menu_left_otstup a:link,
.menu_left_otstup a:visited                      {
	color:#666666;
	text-decoration:none;
	padding-left:23px;
	line-height:15px;
	display:block;
	font-weight:bold;
	border-bottom:3px solid #e6e6e6;
	background: #ddddef url(../images/icon.gif) no-repeat left;
}
.menu_left_otstup a:hover                         {
	color:#000000;
	text-decoration:none;
	padding-left:23px;
	line-height:15px;
	display:block;
	font-weight:bold;
	border-bottom:3px solid #e6e6e6;
	background: #e6e6e6;
	background: #cbcbef url(../images/icon_on.gif) no-repeat left;
}

/* ---------------------------------------------- */

/* Меню Левое - топ */
.top_menu_right {
	background: url(../images/right_collum_top.png);
	width: 222px;
	height: 49px;
	margin: 0 0 0 4px;
}
/* Меню Левое - отступ в топе */
.top_menu_right_otstup {
	color: #ffffff;
	padding-top: 17px;
	padding-left: 65px;
	font: 15px Myriad Pro;
}

/* Меню Левое - контент */
.center_menu_right {
	background: url(../images/collum_right_center.png);
	width: 222px;
	min-height: 49px;
}

/* Меню Левое - контент, отступ */
.center_menu_right_otstup {
	padding-right: 14px;
	font: 15px Myriad Pro;
}

/* Меню Левое - Футер */
.bottom_menu_right {
	background: url(../images/collum_right_bottom.png);
	width: 222px;
	height: 20px;
}

.menu_right_otstup {
padding-left: 17px;
}

.menu_right_otstup a:link,
.menu_right_otstup a:visited                      {
	color:#666666;
	text-decoration:none;
	padding-left:23px;
	line-height:20px;
	display:block;
	font-weight:bold;
	border-bottom:3px solid #e6e6e6;
	background: #ddddef url(../images/icon.gif) no-repeat left;
}
.menu_right_otstup a:hover                         {
	color:#000000;
	text-decoration:none;
	line-height:20px;
	display:block;
	font-weight:bold;
	border-bottom:3px solid #e6e6e6;
	background: #e6e6e6;
	background: #cbcbef url(../images/icon_on.gif) no-repeat left;
}