.articleText{
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
.linkSelected{
	/*padding-left: 50px; */
	margin: 0;
	background-image: url('images/erp_menu_btn_selected_01.jpg'); 
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

.linkSelected a{
	color: white;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}

.linkSelected a:hover{
	color: white;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}

.linkNotSelected{
	display: block;
	background-image: url('images/erp_menu_btn_off_01.jpg'); 
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

.linkNotSelected a{
	color: #333232;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}

.linkNotSelected a:hover{
	color: white;
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 50px;
	background-image: url('images/erp_menu_btn_off_over_01.jpg');
	background-repeat: no-repeat;
}


