Nah dont work either, thanks for trying though 
Here is the CSS code.
Code:
/* MENU SETTINGS */
#navigation {
color: #ffffff;
font-weight: bold;
}
#navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
border: none;
}
#navigation li {
margin: 0;
padding-left:0;
padding-right 1px;
}
a.menu-link
{
width: 160px;
height: 24px;
background: #FCB915;
font-weight: bold;
color: #000000;
font-size: 10px;
text-align: left;
display: block;
}
html>body a.menu-link {
width: auto;
}
a.menu-link:hover{
width: 166px;
height: 23px;
background: #FFCC00;
border-top: 1px solid #000000;
border-right: 5px solid #009966;
font-weight: bold;
color: #009966;
font-size: 10px;
text-align: left;
}
#navigation ul li#active-link ul li a {
color: #ffffff;
}
Here is the html code that is outputted now
Code:
<ul>
<li><a class="menu-link" href="component/option,com_frontpage/Itemid,1/">Home</a></li>
<li><a class="menu-link" id="active-link" href="content/section/2/25/">tutorials</a>
<ul>
<li><a class="menu-link" href="content/view/6/28/">Testing for one</a></li>
</ul></li>
<li><a class="menu-link" href="content/section/1/2/">News</a></li>
<li><a class="menu-link" href="component/option,com_weblinks/Itemid,4/">The Web Links</a></li>
The URL is the same as above.
Bookmarks