	/****
	 * Cascading Style Sheet
	 * Side Menu defintions
	 ****/
	div.catOpen {
		display: none;
    }
	div.catClosed {
        display: block;
    }
	tr.menuSpacer {
		/****
		 *	This is used to position the menu below the slanted superbyke header-logo image
		 ****/
        height: 80px;
    }
	div.MenuSpacer {
    	/*padding-left: 35px;*/
    }

	td.MenuSpan {
		/****
		 * Defines the background and default text for the menu content
		 ****/
		background: url('/menu_vertical/images/span.jpg') repeat-y;
		font-family: Arial;
		text-align: left;
	}
	ul.ProductMenu {
		/****
		 * Defines the layout of the product list
		 ****/
		display: block;
		list-style-type: none;
		margin-left: 0;
		text-align: left;
		padding-left: 35px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	ul.ProductMenuToggle {
		/****
		 * Defines the layout of the product list
		 ****/
		display: block;
		list-style-type: none;
		margin-left: 0px;
		text-align: left;
		padding-left: 35px;
		padding-top: 0px;
		padding-bottom: 0px;
		/*height: auto;*/

	}
	ul.SiteNav {
		/****
		 * Defines the layout of the site navigation list
		 ****/
		list-style-type: none;
		margin-left: 0;
		padding-left: 20px;
		text-align: left;
		padding-top: 2px;
		display: block;
	}
	ul.SubProductMenu {
		/****
		 * Defines the layout of the sub-category product lists
		 ****/
		list-style-type: none;
		margin-left: 0;
		padding-left: 0px;
		text-align: left;
		display: block;
    }
	div.CategoryTitle, div.CategoryTitle a {
		/****
		 * Defines the layout of the category titles
		 ****/
		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
		text-indent: 30px;
		white-space: nowrap;
	}
	div.SubCategoryTitle, div.SubCategoryTitle a {
		/****
		 * Defines the layout of the category titles
		 ****/
		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
		white-space: nowrap;
		display: block;
	}
	li.Product {
        padding-top: 0px;
    }

	li.SiteNav {
        padding-top: 2px;
    }

	li.Product, li.Product div a, li.Product div a img, li.SiteNav div a {
		/****
		 * Defines the layout of the links for the product/site nav links
		 ****/
		font-size: 11px;
		text-decoration: none;
		border: 0px;
		color: #000000;
		display: block;
	}
	li.Product div a:hover, li.SiteNav div a:hover {
		/****
		 * Defines the hover colour
		 ****/
		color: #1a76b7;
	}
	div.sideLink {
        display: none;
    }
/****
 *	End Of File
 ****/