@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial,sans-serif;
}
.maintble {
	border: thin dashed #000000;
}
.menuheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
.mainmenu {
	display: block;
	background-image: url(images/shop_by.gif);
	background-repeat: no-repeat;
	width: 130px;
	vertical-align: middle;
	text-indent: 0px;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 7px 1px 7px 30px;
	color: Black;
	font-weight: bolder;
}
.menulink a{
display: block;
width:150px; 
	background-image: none;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	text-align: left;
	font-size: 12px;
	float: left;
	}
	.menulink a:hover{
	
display: block; 
width:150px;
	background-color: #cccccc;
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	font-weight: bolder;
	width: 150px;
	}
.content {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #000000;
}

