﻿<style type="text/css">



#slantedmenu{
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}

#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: 1px;
padding: 2px 0;
margin: 0;
background-color: #294F7E;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #ffffff;
padding: 2px 0;
padding-right: 8px;
margin: 0;
text-decoration: none;
font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight: bold;
background: transparent url(slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #ffffff;
} 

#slantedmenu ul li a:hover{
font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight: bold;

color: #cccccc;
}

</style>
