
/* commom style for all browsers */
/*a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: none;
}*/
#nav {
	font-family:arial;
	font-size: 12px;
	text-decoration: none;
	font-weigth: bold;
	font-size: 12px;
	position: absolute;
	width:744px;
	/*left: 50px;
	top: 10px;*/
	}
#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 13px; /* spacing between list items */
	padding-bottom: 7px; /* my addition - seaprate the borders from dropdown lists */
	padding-left: 4px; /* my addition - seaprate the borders from dropdown lists */
	padding-top: 1px; /* my addition - seaprate the borders from dropdown lists */
	z-index: 2;
}
#nav a {
	font-family:arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color:#ffffff;
	/*width: 8em;  width - see below re. Opera */
}
#nav li { /* all list items */
	font-family:arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color:#ffffff;
	float: left;
	/*width: 8em;  width needed or else Opera goes nuts */
}
#nav li ul { /* dropdown lists */
	position: absolute;
	background: #58585a;
	padding:2px;
	width: 6.5em; /* width of dropdown */
	left: -999em;
	border: 1px dotted #000000;
}
#nav li:hover ul, #nav li.sfhover ul  { /* lists nested under hovered list items */
	left: auto;
	}
#nav .top {
	padding-left: 0px; /* my addition - to match the offset of the dropdowns */
}
#nav .topwidth { /* my addition - adjust width of top menu */
	width: 20px;
}
#nav .drop1 { /* my addition - adjust width of dropdown */
	width: 40px;
}
#nav .drop2 { /* my addition - adjust width of dropdown */
	width: 40px;
}

#product_dropdown, #more_links{
  width: 100px;
  height: 60px;
  text-align: left;
  background-color: #cccccc;
  border: solid 1px #000000;
   font-family:arial;
   font-size: 12px;
   text-decoration: none;
   font-weight: bold;
   color: #000000;
}

#product_dropdown a, #more_links a {
   font-family:arial;
   font-size: 12px;
   text-decoration: none;
   font-weight: bold;
   color: #000000;
}

