<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
font-size: 14px;
border-top:1px solid #036;
margin-bottom:10px;
padding-bottom:10px;
}


#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: 0px 0px 3px 0px;
	margin: 3px 0px 3px 0px;
	background-color:#6184A9;
	border-top:2px solid #000088;
	border-bottom:1px solid #000088;
	text-align: left;
	line-height:17px;
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
	color:#FFF;
	padding: 1px 0;
	padding-right: 15px;
	margin: 0;
	text-decoration: none;
	font-size: 11px;
	background-color: #6184A9;
	font-weight: bold;
	
}

#slantedmenu ul li a:visited{
	color: #FFF;
} 

#slantedmenu ul li a:hover{
	color: #000088;
	text-decoration: none;
}

</style>
