<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.menu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.menu a{
font: bold 23px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #666666;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.menu a:visited{
color: #595959;
}

html>body .menu a{ /*Non IE rule*/
width: auto;
}

.menu a:hover{
background-color: #999999;
color: FF0000;
}

</style>
