@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-size: 90%;
}

#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 0;
margin: 0;
background-color: #759B9D;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #ffffff;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(../images/slantdivider.png) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #ffffff;
} 

#slantedmenu ul li a:hover{
color: #FFFF66;
}

</style>

