<style type="text/css">

/*Credits: DANIEL ENE */
#doubleround{
border: 0px solid black;
border-bottom-width: 0;
width: 180px;
}

#doubleround ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

#doubleround li{
border-bottom: 2px solid white; /* white border beneath each menu item */
font: bold 12px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

#doubleround li a{
display: block;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
width: 180px;
text-decoration: none;
font: bold 12px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
text-indent: 8px;
color: white;
background-color: #7E0305;
background: #7E0305 url(img/mc3.png) no-repeat right bottom; /*color of menu by default*/
border-bottom: 0px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

#doubleround li a:hover {
background-color: #B83536;
color: white;
border-bottom: 0px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

</style>
