<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
}

#slantedmenu ul{
	text-indent: 10px;
	padding: 7px 0px 4px 0px;
	margin: 0;
	background: #cccc99 url(../nav/blockdefault.gif) top center repeat-x;
	border-top: 1px solid #313125;
	text-align: left; /*set value to "center" for example to center items*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 20px;
margin: 0;
text-decoration: none;
background: transparent url(../nav/slantdivider.png) center right no-repeat;
}

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

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

</style>
