#innerMenu a:hover
{
background-color:#006B34;
}

#innerMenu ul {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 list-style-type: none;
 border-bottom:solid 1px #fff;
}

#innerMenu li a {
 color: #333;
 display: block;
 border-left:0px solid #666;
 border-right:0px solid #666;
 height: 20px;
 padding: 4px 0px 4px 14px;
 text-decoration: none;
 font-weight:bold;
border-top:solid 1px #fff;
margin:0px;
}

#innerMenu li a:hover {
 background-color: yellow;
 color:#000;
}











