#store_subMenu li
	{
	list-style:none;
	width:50%;
	float:left;
	}
#store_subMenu a
	{
	text-decoration:none;
	display:block;
	background-color:#fff;
	color:#000080;
	text-align:center;
	border:2px solid #000080;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	width:90%;
	margin:auto;
	margin-bottom:5px;
	}
#store_subMenu a:hover
	{
	background-color:#000080;
	color:#fff;
	}
