.slantedmenu{
font-weight: bold;
}

.slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.slantedmenu ul{
text-indent: 5px;
padding: 9px 0;
margin: 0;
background-color: #685971;
border: 1px solid #bebebe;
text-align: center; /*set value to "center" for example to center items*/
}

.slantedmenu ul li{
display: inline;
}

.slantedmenu ul li a{
color: #FFFFFF;
padding: 0px 0;
padding-left: 5px;
padding-right: 17px;
text-indent: -10px;
margin: 0;
text-decoration: none;
/* background: transparent url(divider.gif) top right no-repeat; */
}

.slantedmenu ul li a:visited{
color: white;
}

.slantedmenu ul li a:hover{
color: pink;
}