#productsLayer {
   background-color : #7a1214; 
   border-width : 1px 1px 1px 1px; 
   border-style : solid; 
   border-color : #00000; 
   width : 180px; 
   top : 160px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
   padding: 5px 8px;
   text-align:left;
   line-height: 13px;
}
.navLink   A { 
    color : #ffffff;
	text-decoration:none; 
}
.navLink A:hover { 
	background-color:#660000;
}
.navLink A:Visited {
	text-decoration: none; 
}

.navLink hr{
	color: #000000;
	style: solid;
	background-color: #000000;
	height: 1px;
	width: 85%;
	text-align: left;
	float: left;
	padding: 0 0 0 0;
	}

.box { float: left; width: 180px; height: 300px; }
#boxContent { position: relative; left: -2px; top: -2px; }

.sublinks {
	padding-left: 15px;
	padding-bottom: 5px;
	}

