#slantedmenu{
	font-weight: bold;
	font-size: 90%;
	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: 10px;
	padding: 3px 0;
	margin: 0;
	background-color: #E0E0E0;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bebebe;
	border-bottom-color: #bebebe;
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
	color: #494949;
	padding: 3px 0;
	padding-right: 25px;
	margin: 0;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../menu_files/slantdivider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: #000000;
}

