#slantedmenu{
font-weight: bold;
font-size: 90%;
width: 800px;
}

#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-image:url(../img/panelpic.gif);
border: 1px solid #C5C5C5;
border-right-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	border-top-width: 1px; 
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #003399;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(../img/tmenu-li-bg.jpg) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #003399;
} 

#slantedmenu ul li a:hover{
color: black;
}