#homeTabs {
	background-image: url('/images/general/layout/promoLeftLine.png');
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 1px;
}

#homeTabsTopSpacer {
	background-image: url('/images/general/layout/bgnd_hline_dot.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	width: 785px;
}

#homeTabsBottomSpacer {
	background-image: url('/images/general/layout/bgnd_hline_dot.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
	margin: 6px 0;
	width: 795px;
}

#homeTabsMenu {
	position: absolute;
	z-index: 2;
	list-style-type: none;
	padding: 1px 0;
	font-family: Verdana;
	font-size: 9px;
	text-align: left;
	z-index: 100;
}

#homeTabsMenu li {
	float: left;
	border: 1px solid #9999CC;
	border-left: 0px none;
	color: #9999CC;
	width: 125px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
}

#homeTabsMenu li:hover {
	color: #000000;
}

#homeTabsMenu li.selected {
	border-bottom: 0px none;
	color: #333366;
	font-weight: bold;
	cursor: default;
}

#homeTabsMenu li.lastborder {
	border: 0px none;
	background-image: url('/images/general/layout/promoHeaderLine.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 134px;
	margin-top: 2px;
	cursor: default;
}

/* ACCOUNT (also for devis account) */
#homeTabsAccount {
	width: 790px;
	height: 359px;
}

#homeTabsAccount ul {
	float: left;
	margin: 50px 0 0 25px;
}

#homeTabsAccount li {
	height: 20px;
	width: 250px;
	list-style-type: disc;
	color: #666699;
}

#homeTabsAccount li a {
	font-size: 12px;
	color: #666699;
	text-decoration: none;
}

#homeTabsAccount li a:hover {
	color: #333366;
	text-decoration: underline;
	font-weight: bold;
}
/* end ACCOUNT */