#topcosmetics {
	position: relative;
} 

#topcosmetics .dynbox {
	position: relative;
	z-index: 50;
}

#topcosmetics .dynbox img {
	margin-bottom: 10px;
}

.bullet1home {
	display: block;
	float: left;
	/* height: 100px; */
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	position: absolute;
}

.procedure_subtrigger {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px !important; /* was 26 */
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px; /* was 34 */
	padding-right: 0px;
	padding-top: 8px;
	border-top: 2px solid rgb(82, 71, 66);
	position: absolute;
	width: 136px;
	text-transform: uppercase;
	z-index: 50;
}

.procedure_subnav {
	position: relative !important;
	top: 0px;
	left: -34px !important;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding: 5px;
	width: 160px;
	z-index: 50;
}

.procedure_subnav li {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 0px;
	text-transform: none;
	list-style-image: none !important;
	list-style-type: none !important;
}

.procedure_subnav li.active {
	color: rgb(223, 138, 26);
	text-decoration: none;
}

.procedure_subnav li a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

	.bullet1home li .triggername {
		position: relative;
		left: -14px;
		padding-left: 24px;
		background:url(../images/arrow1.gif) no-repeat;
	}
	
	.bullet1home li.current .triggername {
		background:url(../images/arrow1a.gif) no-repeat; 
	}

