<style type="text/css">

#slantedmenu{
font-weight: bold;
font-size: 100%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
width:761px;
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 5px;
padding: 6px 0;
margin: 0;
width:761px;
background-color: #FCF534;
border: 0px solid #bebebe;
text-align: center; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #000000;
padding: 3px 0;
padding-right: 20px;
padding-left: 20px;
margin: 3;
text-decoration: none;
}

#slantedmenu ul li a:visited{
color: #000000;
} 

#slantedmenu ul li a:hover{
color: #4e87b9;
}

.bottomborder { 
border-bottom: 1px solid #212249; 
} 

</style>
