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



	#shop_main_menu
		{
			float:left;
			padding: 0px 0px 0px 6px;
			margin: 0px 0px 0px 0px;
		}
	
	#shop_main_menu a
		{
			display: block;
			float:left;
			padding: 0px 0px 10px 10px;
			margin: 0px 0px 0px 0px;
			line-height: 25px;
			height: 25px;
			width: 130px;
			/*background: transparent url(tab.jpg) no-repeat 0px 0px;*/
			text-decoration:underline;
			font-size: 15px;
			font-weight: bold;
			color: #769fc3;
		}
	#shop_main_menu a:hover
		{
			display: block;
			float:left;
			padding: 0px 0px 10px 10px;
			margin: 0px 0px 0px 0px;
			line-height: 25px;
			height: 25px;
			width: 130px;
			/*background: transparent url(tab_slected.jpg) no-repeat 0px 0px;*/
			text-decoration:underline;
			font-size: 15px;
			font-weight: bold;
			color: #d0c225;
		}


	#shop_main_menu a.selecteditem
		{
			display: block;
			float:left;
			padding: 0px 0px 0px 10px;
			margin: 0px 0px 0px 0px;
			line-height: 25px;
			height: 25px;
			width: 130px;
			background: transparent url(tab_slected.jpg) no-repeat 0px 0px;
			text-decoration:none;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
		}

