/* ######### Wire Frame Menu CSS ######### */
    
.slantedmenu
{
	background: url(http://www.crll.ca/images/bot.jpg) #668CB3 no-repeat left top;
	height:28px;
	border-left: 8px solid #224466;
	border-right: 8px solid #224466;
}

.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: #ADC2D6;
	padding: 6px 10px 6px 10px;
	margin: 0;
	text-decoration: none;
}

.slantedmenu ul li a:hover, .slantedmenu ul li a.selected
{
	background-color: #ADC2D6;
	color: #224466;
	text-decoration: none;	
}