@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
margin: 0;
padding:15px 0 0 0;
font-weight:normal;
text-transform:uppercase;
font-size:13px;
width:auto;
}

#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: 3px 0;
margin: 0;
background:transparent;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #fff;
padding: 3px 0;
padding-right: 20px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #fafafa;
} 

#slantedmenu ul li a:hover{
text-decoration:underline;
color: 333;
}

