@charset "utf-8";

/* 
********************************************************************************************/
#left UL.hmenu {
	/*margin-top: 144px;*/
	position: fixed;
	top: 144px;
	width: 202px;
}
#left UL {
	margin: 0;
	padding: 0;
}
.hmenu LI {
	background: url(../img/bg-menu-line.png) no-repeat  left 31px;
	overflow: auto;
}
.hmenu LI LI {
	background: none;
}
.hmenu LI LI A {
	line-height: 22px;
}
.hmenu LI A {
	color: #000;
	text-indent: 22px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 32px;
	margin: 0px;
	padding: 0;
	height: 100%;
	background-image: none;
}
.hmenu LI UL {
	margin: 0 0 15px 0;
}
.hmenu LI UL UL {
	margin: 0;
}
.hmenu LI.cur A {
	background: url(../img/bg-submenu.png);
	cursor: default;
}
.hmenu LI.no A {
  background-image: none;
}
.hmenu LI A:hover,
.hmenu LI A:focus {
	color: #000;
	background: url(../img/bg-submenu.png);
}
.hmenu LI.cur A,
.hmenu LI.act A {
	margin-bottom: 0px;
}
.hmenu LI.act LI.no A {
	margin-bottom: 0;
}
.hmenu LI.no A:hover,
.hmenu LI.no A:focus {

}

.hmenu LI LI A {
	text-indent: 42px;
	text-transform: none;
	background-image: none;
	margin-bottom: 0;
}
.hmenu LI LI LI A {
	text-indent: 62px;
	font-weight: normal;
}


/* Meta Menu */
#left #footer UL.hmenu {
  position: relative;
  top: 0;
  bottom: 10px;
}
#left #footer UL LI,
#left #footer UL LI A {
	background-image: none;
	font-weight: normal;
	display: inline;
	text-transform: none;
	font-size: 10px;
	text-indent: 0;
}
#left #footer UL LI A {
	margin-right: 6px;
}
#left #footer UL LI.last A {
	margin-right: 0;
}


