.top_page
{
 height: 1%;
}

.top_page .pp_menu
{
 padding: 0px;
 margin: 0px;
 list-style: none;
}


.top_page .pp_menu li
{
 float: left;
 border-right: 1px solid #ebd5ad;
 border-bottom: 1px solid #ebd5ad;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 20px;
 padding-right: 20px;
}

.top_page .pp_menu li, .top_page .pp_menu a, .top_page .pp_menu a.selected
{
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 color: #c59a5b;
}

.top_page .pp_menu a.selected
{
 color: #1b4296;
}

.top_page .pp_menu a
{
 text-decoration: none;
}

.top_page .pp_menu a:hover
{
 color: #1b4296;
}