I am working with a ul containing some li elements, here is an example:
<ul class="M199 WIDTHBOX1 5ColumnBox">
<li class="M2">
<a class="M2" href="about-1561.aspx" target="">About</a>
<div class="WIDTHBOX2" style="">
<ul class="M2">
<li class="M3">
<a class="M3" href="site-1571.aspx" target="">Title</a>
It is important to note that the ul with class 199 is unique. Is there a way in CSS to specifically target the links with class M3 within this particular ul?