/* CSS Document */

ul.Menu {
	width:100%;
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type:none;
	text-align: center;
	margin:0px;
}
a.Menu {
	float:left;
	width:100px;
	height:23px;
	text-decoration:none;
	color:#000000;
	padding-top:2px;
	border-right:1px solid white;
}
a.Menu:hover {
	background-color:#00FFFF;
}
li.Menu {
	display:inline;
}
.MenuRetail {
	background-color:#009900;
}
.MenuWholesale {
	background-color:#33cc33;
}
.MenuAbout {
	background-color:#66ff66;
}
.MenuContact {
	background-color:#99ff99;
}
.MenuFAQ {
	background-color:#CCFF99;
}
.MenuLogin {
	background-color:#99CCFF;
}

a.shopCard {
	color: #FF0000;
	width:120px;
	height:25px;
	padding-top:3px;
	padding-bottom:5px;
	text-decoration:none;
}
a.shopCard:hover {
	background-color:#00FFFF;
}
