/* CSS Document */

.menu {
font-size:110%;
margin:0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:15px;
margin:0;
list-style-type:circle;
width:185px;
}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
text-indent:5px;
width:175px;
color:#000;
border-bottom:1px solid #fff;
}
.menu :hover > a {
color:#FF6600; 
background:#FFF;
border-bottom:1px solid #FF6600;
}

