@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
text-align:left;
}

#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: 10px;
padding: 3px 5px;
margin: 0;
background-color: #000000;
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: #b6b6b6;
padding: 3px 0;
padding-right: 20px;
margin: 0;
text-decoration: none;
background: transparent ;
}

#slantedmenu ul li a:visited{
color: #b6b6b6;
} 

#slantedmenu ul li a:hover{
	color: #f8fa5e;
	text-align: left;
}

</style>

