
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 260px;
	top: 5px;
	z-index: 597;
	float: left;
}

.left-bar-long {
	background: url(../images/white-background-long.png) no-repeat;
	position: absolute;
	width: 268px;
	height: 1598px;
	top: 135px;
	left: -3px;
}

.left-bar-category {
	position: absolute;
	top: 95px;
	left: 15px;
	color: #8d9d4d;
	font-size: 12.5px;
	line-height: 20px;
	font-weight: bold;
}

.left-bar-category .title {
	color: #8d9d4d;
	font-size: 12.5px;
	font-weight: bold;
	text-decoration: underline;
}

.left-bar-category .title:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 5px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
}

li {
	padding: 1px 0px 1px 0px;
}

li a {
	color: #999982;
	text-decoration: none;
	font-weight: normal;
}

li a:hover {
	text-decoration: underline;
}

.mark {
	color: #4b4b40;
}

.bottom-media {
	top: 1670px;
}