/* ######### Wire Frame Menu CSS ######### */
    
.slantedmenu
{
	background: url(http://www.southottawalittleleague.ca/images/lmid.jpg) #565F6D no-repeat left top;
	height:28px;
	border-left: 8px solid #0A131E;
	border-right: 8px solid #0A131E;
}

.slantedmenu ul
{
	font-weight:900;
	font-family: Arial,san-serif,tahoma;
	font-size: 10pt;
	text-transform: uppercase;
	padding: 6px 0 6px 0; /*1st and 3rd value should equal 1st and 3rd values of "padding" for link itself (see ul li a)*/
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	text-transform: uppercase;
}

.slantedmenu ul li
{
	display: inline;
}

.slantedmenu ul li a, .slantedmenu ul li a:visited
{
	color: #C1C9D4;
	padding: 6px 10px 6px 10px;
	margin: 0;
	text-decoration: none;
}

.slantedmenu ul li a:hover, .slantedmenu ul li a.selected
{
	background-color: #A5AAB1;
	color: #1D2A3C;
	text-decoration: none;	
}