body { 
	/* background:URL("http://athome-products.com/images/bg.jpg") #666 repeat-x; */
	background-color: #989898;
	margin:0; 
	padding:0; 
	font-family:arial; 
	font-size:12px }
h1 { font-size:16px; color: #003399; margin:5px 0 5px 0;}
.special { font-size:16px; color: #cc0000; margin:4px 0 3px 0; font-weight:bold;}
.bestseller { font-size:14px; font-weight:bold; color:#336699 }
.crosssell-link a { font-size:11px; color:#336699 }
a { 
	color:#003399;
	text-decoration:none; }
a:visited { color:#336699 }
a:hover { 
	color:#cc0000; 
	text-decoration:underline; }
td { font-size:12px; }
#button {
	width: 160px;
	border-right: 0px solid #336699;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #336699;
	color: #333;
	margin: 0;
	font-szie:11px
	}
#button ul {
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		list-style: none;
		border-bottom: 1px solid #90bade;
		margin: 0;
		position:relative;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		font-weight:bold;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		font-weight:bold;
		}

#button li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	z-index:10;
	width:150px;
	}

#button ul li ul li {
	border-bottom: 0px solid #90bade;
	margin: 0;
	position:relative;
	border: 1px solid #ccc;
	background-color: #FFF;
	}

#button ul li ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	background-color: #FFF;
	border: 0px solid #ccc; /* IE6 Bug */
	}

#subnav {
	width: 180px;
	border: 1px solid #1c64d1;
	}

#subnav ul {
	z-index:10;

	}
#subnav li a {
	display: block;
	text-decoration: none;
	color: #003399;
	padding: 5px;
	background-color: #CCFFFF;
	font-weight:normal;
	width: 180px;
	border-right: 0px solid #508fc4;
	}

#subnav li a:hover {
	display: block;
	text-decoration: none;
	padding: 5px;
	background-color: #336699;
	font-weight:normal;
	width: 180px;
	border-right: 0px solid #508fc4;
	}

.subnav a { background-color: #FFF; }

/* Holly Hack. IE Requirement \*/
* html #button ul li { float: left; height: 1%; }
* html #button ul li a { height: 1%; }
/* End */

#button li:hover ul, #button li.over ul { display: block; }
