dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#depilexmenu {
	margin: 0;
	padding: 0;
	width: 160px;
	background: #63686b;
	display: block;
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}

#rvbmenu {
	margin: 0;
	padding: 0;
	width: 160px;
	background: #6c0b03;
	display: block;
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}

#algothermmenu {
	margin: 0;
	padding: 0;
	width: 160px;
	background: #004f5a;
	display: block;
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}

#depilexmenu dl {
	float: left;
	position: relative;
	background: #63686b;
}

#rvbmenu d1 {
	float: left;
	position: relative;
	background: #6c0b03;
}

#algothermmenu d1 {
	float: left;
	position: relative;
	background: #004f5a;
}

#depilexmenu dt{
	cursor: pointer;
	background: #63686b;
	width: 160px;
	border-top: 1px solid #fff;
	padding: 0;
}

#depilexmenu dt a {
	color: #fff;
	width: 150px;
	display: block;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#rvbmenu dt{
	cursor: pointer;
	background: #6c0b03;
	width: 160px;
	border-top: 1px solid #fff;
	padding: 0;
}

#rvbmenu dt a {
	color: #fff;
	width: 150px;
	display: block;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#algothermmenu dt{
	cursor: pointer;
	background: #004f5a;
	width: 160px;
	border-top: 1px solid #fff;
	padding: 0;
}

#algothermmenu dt a {
	color: #fff;
	width: 150px;
	display: block;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#depilexmenu dd{
	position: absolute;
	bottom:31px;
	background: url(../images/depilex/trans.png) repeat top left;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 400px;
	display: none;
}

* html #depilexmenu dd{
	background: url(../images/depilex/trans-ie6.jpg) repeat top left;
	bottom:30px;
	height: 399px;
}

#rvbmenu dd{
	position: absolute;
	bottom:31px;
	background: url(../images/rvb/trans.png) repeat top left;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 400px;
	display: none;
}

* html #rvbmenu dd{
	background: url(../images/rvb/trans-ie6.jpg) repeat top left;
	bottom:30px;
	height: 399px;
}

#algothermmenu dd{
	position: absolute;
	bottom:31px;
	background: url(../images/algotherm/trans.png) repeat top left;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 400px;
	display: none;
}

* html #algothermmenu dd{
	background: url(../images/algotherm/trans-ie6.jpg) repeat top left;
	bottom:30px;
	height: 399px;
}

#depilexmenu ul {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 115px;
	border-top: 1px solid #fff;
	padding: 0 0 10px 0;
	background: #393c3e;
	overflow: hidden;
}

#rvbmenu ul {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 115px;
	border-top: 1px solid #fff;
	padding: 0 0 10px 0;
	background: #450702;
	overflow: hidden;
}

#algothermmenu ul {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 115px;
	border-top: 1px solid #fff;
	padding: 0 0 10px 0;
	background: #00373f;
	overflow: hidden;
}

#depilexmenu li, #rvbmenu li, #algothermmenu li {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}


#depilexmenu li a, #rvbmenu li a, #algothermmenu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 0 none;
	float: left;
	width: 140px;
	padding: 0 10px 0 10px;
	line-height: 180%;
}

#depilexmenu li a:hover{
	background: #000;
}

#rvbmenu li a:hover{
	background: #2c0603;
}

#algothermmenu li a:hover{
	background: #012429;
}

.textbox {
	margin: 60px 10px 10px 10px;
	padding: 0;
	width: 110px;
}

#depilexmenu h2, #rvbmenu h2, #algothermmenu h2 {
	font-size: 100%;
	color: #fff;
	font-weight: normal;
	line-height: 120%;
}
