@charset "UTF-8";
/* CSS Document */

	ul#protouch_menu {
		background:url("../images/macKeybd/store_navbar.png") no-repeat;
		list-style: none;
		margin: 0px 0px 0px 52px;
		padding: 0;
		height: 33px;
		width: 809px;
	}
	ul#protouch_menu li {
		float: left;
		display: inline;
		height: 33px;
		margin: 0;
		overflow: hidden;
	}
		
	ul#protouch_menu li a {	
		text-decoration:none;
		color:#6d6d6d;
		display: block;
		height: 33px;		
		text-indent: -999em;
	}
	ul#protouch_menu li.air a {
		width: 158px;
	}
	/*ul#protouch_menu li.air a:hover {
		background:url("../images/macKeybd/store_navbar.png") 0px -33px no-repeat; 
	}*/
	ul#protouch_menu li.wireless a {
		width: 188px;
	}
	/*ul#protouch_menu li.wireless a:hover {
		background:url("../images/macKeybd/store_navbar.png") -158px -33px no-repeat; 
	}*/
	ul#protouch_menu li.wired a {
		width: 168px;
	}
	/*ul#protouch_menu li.wired a:hover {
		background:url("../images/macKeybd/store_navbar.png") -347px -33px no-repeat; 
	}*/
	ul#protouch_menu li.pro a {
		width: 154px;
	}
	/*ul#protouch_menu li.pro a:hover {
		background:url("../images/macKeybd/store_navbar.png") -514px -33px no-repeat; 
	}*/
	ul#protouch_menu li.macbook a {
		width: 141px;
	}
	/*ul#protouch_menu li.macbook a:hover {
		background:url("../images/macKeybd/store_navbar.png") -668px -33px no-repeat; 
	}*/
	ul#protouch_menu li.selected_air a {
		width: 158px;
		background:url("../images/macKeybd/store_navbar.png") 0px -33px no-repeat; 
	}
	ul#protouch_menu li.selected_wireless a {
		width: 188px;
		background:url("../images/macKeybd/store_navbar.png") -158px -33px no-repeat; 
	}
	ul#protouch_menu li.selected_wired a {
		width: 168px;
		background:url("../images/macKeybd/store_navbar.png") -347px -33px no-repeat;
	}
	ul#protouch_menu li.selected_pro a {
		width: 154px;
		background:url("../images/macKeybd/store_navbar.png") -514px -33px no-repeat;  
	}
	ul#protouch_menu li.selected_macbook a {
		width: 141px;
		background:url("../images/macKeybd/store_navbar.png") -668px -33px no-repeat; 
	}