Sure, no problem. Here you go;
Code:
#nav-container {
width: 220px;
float: left;
height: 200px;
}
* html #nav-container {
width: 220px;
float: left;
top: 0;
}
#navmenu {
width: auto;
border-right: 0px solid #000;
color: #333;
font-size: 1em;
font-weight: 900;
height: 200px;
clear: left;
line-height: 2.5em;
letter-spacing: .15em;
margin: 0;
padding: 0;
}
#navmenu ul {
list-style: none;
}
#navmenu li a {
font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
display: block;
padding: 5px 5px 3px 20px;
border-left: 10px solid #012345;
background-color: #fff;
color: #012345;
text-decoration: none;
height: auto;
}
#navmenu li a:hover {
border-left: 5px solid #0099ff;
background-color: #none;
color: #012345;
}
li.one:hover, {
border-left: 5px solid #ff9900;
}
li.two:hover {
border-left: 5px solid #fff;
}
li.three:hover {
border-left: 5px solid #93ccea;
}
li.four:hover {
border-left: 5px solid #133fbf;
}
li.five:hover {
border-left: 5px solid #a524ef;
}
html>body #navmenu li a { width: auto; }