.menu {
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande", verdana, sans-serif;
	width:778px;
	position: relative;
	background-image: url(btn_black.gif);
	background-repeat: repeat-x;
	height: 20px;
}
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	margin:0;
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:17px;
}

/* style all the links */
.menu a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	width: 129px;
	font-size: 12px;
	text-indent: 8px;
	text-align: left;
	line-height: 20px;	
	background-position: 8px;	
}
/* style the links hover */
.menu :hover{
	color: #FFFFFF;
}
.menu ul a:hover{
	background-image: url(btn_black_blue.gif);
	background-repeat: repeat-x;
	background-color: #004B98;
}
.menu ul ul a:hover{
	background-color: #004B98;
	background-image: none;
	color: #FFFFFF;
}
/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #333333;
	margin-top: 1px;
	padding-bottom: 1px;
	background-image: none;
}
.menu ul ul a {
	display:block;
	font-size:12px;
	color:#000;
	text-decoration:none;
	width: 126px;
	background-color: #FFFFFF;
	background-image: url(sign.gif);
	background-repeat: no-repeat;    
	margin: 0px;
	text-indent:27px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
}
#products ul a {
	width:160px;
}
