#subLeftMenu{
	border-top: 1px solid #959595;
	background: white;
	margin: 0 0 24px 0;
	padding: 12px 24px;
	list-style: none;
	border-bottom: 1px solid #a9a9a9;
}

#subLeftMenu a{
	text-decoration: none;
	font-size: 22px;
	padding: 4px 0;
	color: black;
	display: block;
    font-family: 'Roboto-Regular';
    line-height:35px;
}

#subLeftMenu .stock {
    text-align: center;
    background: #fdc300;
    border: 1px solid white;
    border-radius: 3px;
}

// #subLeftMenu a:hover{
// 	color: #ffffff;
// }

#subLeftMenu .sub_2:hover,
#subLeftMenu .sub_2.selected a{
	color:#344899; 
}

#subLeftMenu .sub_3:hover,
#subLeftMenu .sub_3.selected a
{
	color:#ed1c24; 
}

#subLeftMenu .sub_4:hover,
#subLeftMenu .sub_4.selected a{
	color:#fdc300; 
}

#subLeftMenu .sub_5:hover,
#subLeftMenu .sub_5.selected a{
	color:#39b54a; 
}

#subLeftMenu .sub_6:hover,
#subLeftMenu .sub_6.selected a{
	color:#c255c3; 
}