div #product-family, div #about{
	overflow: visible;
}

#product-family img:hover, #about img:hover{
	margin-top:0;
}

.ddsmoothmenu{
	/*background-color: #ffffff; background of menu bar (default state)*/
	width: 960px;
	height:26px;
	margin-bottom:1px;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: none;
	text-align:center;
	/*margin-right:1px;	*/
	}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: #838383/*414141/*; /*background of menu items (default state)*/
	color: #FFFFFF/*838383*/;
	text-decoration: none;	
	font-size:1.083em;
	font-weight:bold;
	letter-spacing:0.75px;
	/*line-height:26px;*/
	/*height:26px;*/
	text-transform:uppercase;	
	width:136px;
	}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:visited{
	color: #FFFFFF/*838383*/;
}

.ddsmoothmenu ul li a:hover{
	background: #838383; /*background of menu items during onmouseover (hover state)*/
	color: #ECC345;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin-top:-2px;
	margin-left:-1px; /*lines up border with edge of top level */
	border-bottom: 1px solid #000;
}

/*.ddsmoothmenu ul li ul li ul li {margin-left:-1px;}*/

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	margin-top:-1px;
	border-top:1px solid #000;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 240px; /*width of sub menus*/				
	background-color:#838383;
	color: #FFFFFF/*414141*/;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	text-align:left;
	font-size:0.9em;
	line-height:/*18px;*/ 1.6em;
	padding: 4px 10px;
	margin: 0;
	/*height:18px;*/
	text-transform:none;	
	/*
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	*/	
}

.ddsmoothmenu ul li ul li ul li a{
	width: 315px;
}

.ddsmoothmenu ul li ul li a:visited{
	color:#FFFFFF/*414141*/;
}

.ddsmoothmenu ul li ul li a:hover{
	color:#ECC345;
}

.ddsmoothmenu ul li ul li ul {margin-left:-1px;}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	display:none;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 0;
	/*display:none;*/
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
