/* NIVELL 1 ********************/

.JS1Normal{
	color: #424141;
	background: transparent;
	font-family: Tahoma;
}

.JS1Hover{
	background: transparent;
	color: #000;
	cursor: pointer;
	font-family: Tahoma;
}

.JS1Sep{
	background: url(../images/general/menu2_sep.gif) no-repeat top;
	width:1px;
	display:block;
}

/* NIVELL 2 ********************/

.JS2Header{
	height:1px;
	background:#a7a7a7;
	display:block;
	position: relative;
}

.JS2Footer{
	background: url(../images/general/menu2_footer.gif) no-repeat;
	display:block;
	width:136px;
	height:11px;
}

.JS2Normal{
	font-size:11px;
	color: #6c6c6c;
	background-color: #e5e5e5;
	font-family: Tahoma;
	display:block;
	width:104px;
	padding: 5px 16px;
}

.JS2Hover{
	display:block;
	font-size:11px;
	background-color: #e5e5e5;
	cursor: pointer;
	color:#424141;
	font-family: Tahoma;
	width:104px;
	padding: 5px 16px;
}

.JS2Sep{
	background: #d1d1d1;
	height:1px;
	display:block;
}