#topnavi {
	font: 80%/150% Arial, Helvetica, sans-serif;
	background: url(../images/layup/topnavibg.gif) repeat-x;
	height: 25px;
	width: 100%;
}
#topnavi ul  {
	margin: 0;
	padding: 0 0 0 150px;
}

#topnavi li {
	display: inline;
} 

#topnavi  a {
	text-align: center;
	color: #000000;
	text-decoration: none;
	padding-right: 19px;
	padding-left: 19px;
	height: 25px;
	font: normal 89%/21px Arial, Helvetica, sans-serif;
	white-space: nowrap;
	float: left;
}
#topnavi a:hover 
 {
	text-decoration: none;
	color: #000000;
	background: url(../images/layup/topnavibg2.gif) repeat-x;
}
#products {
	display: none;
	position:absolute;
	left:380px;
	top:107px;
	width:160px;
	height:161px;
	z-index:1;
	background: #AAC6EA;
	filter: Alpha(Opacity=90);
	border-top: 3px solid #FFFFFF;
	padding: 0 !important;
}

#products a {
	color: #000000;
	text-decoration: none;
	width:160px;
	padding-right: 19px;
	padding-left: 19px;
	font: normal 89%/21px Arial, Helvetica, sans-serif;
	display: block;
	text-align: left;
	float: none;
}
#products a:hover 
 {
	text-decoration: none;
	color: #000000;
	background: #7CA6DF;
}
