@charset "utf-8";
/* CSS Document */

#dd {
	padding: 0 0 20px;
}

#dd li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#dd li a.menu {
	display: block;
	text-align: center;
	background: transparent;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
	height: 26px;
	width:118px;
	list-style: none;
}

#dd li a.products {
	background: #535353;
}

#dd li a.menu:hover {
	background: #3974AE;
	color: #FFF;
}


.submenu {
  background: #333;
  margin-top: 1px;
  visibility: hidden;
  position: absolute;
  z-index: 3;

}

.submenu a {
	font: 12px Arial, Helvetica, sans-serif;
  display: block;
  text-align: left;
  text-decoration: none;
  	padding: 4px 10px 4px 34px;
	margin: 0;
	color: #fff;
	width: 170px;
	border-bottom: 1px solid #333;
}

.submenu a:hover {
	background: #3974AE;
	color: #FFF;
}

