    .horizontal {
	float: left;
      margin-top: 39px;
	  height: 61px;
      }

    body.home .horizontal {background: url(gfx/home/cat_menu.jpg) no-repeat bottom;}
	body.pages .horizontal {background: url(gfx/home/cat_menu.jpg) no-repeat bottom;}
	body.ladies .horizontal {background: url(gfx/ladies/cat_menu.jpg) no-repeat bottom;}
	body.gents .horizontal {background: url(gfx/gents/cat_menu.jpg) no-repeat bottom;}
	body.boysgirls .horizontal {background: url(gfx/boysgirls/cat_menu.jpg) no-repeat bottom;}
	body.iwant .horizontal {background: url(gfx/iwant/cat_menu.jpg) no-repeat bottom;}
	body.newWatches .horizontal {background: url(gfx/home/cat_menu.jpg) no-repeat bottom;}
	
	
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			margin: 0;

			

		}
		.horizontal li{
			float: left;
			display: inline;

		}
		.horizontal li a{
			text-decoration: none;
			height: 60px;
			float: left;
			display: block;
			width: 140px;
			padding: .1em 1px;
			border-left: none;
			text-indent: -900px;
		}
		.horizontal li li a{
			border-top: none;
			height: auto;
			border-bottom: 1px solid;
			padding: 2px 5px;
			text-indent: 0px;
 		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 60px;
			margin-left: 2px;
			width: 137px;
			border: none;
			display: block;
			height: auto;
			border: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
		}
		.horizontal li ul li a{
		width: 127px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li ul li a{
			background-color: black;
			color: white;
			border-color: white;
		}
		.blackwhite li ul li a:hover{
			background-color: #FFCC00;
			color: black;
			border-color: black;
		}
		.blackwhite ul li ul{
			border-color: white;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}