
ul.menu_pie
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;

}
li.menu_pie
{
float:left;
background-color:#F5F5DC;
height:218px;
width:19.8%
}
a.menu_pie:link,a.menu_pie:visited
{
display:block;
width:180px;
font-family:Verdana, Arial;
font-size:12px;
color:blue;
border-right:1px solid blue;
text-align:center;
text-decoration:underline;
line-height:2;
}
a.menu_pie:hover,a.menu_pie:active
{
color:red;
text-decoration:none;
}
