#menuButton{
	display:block; 
	text-align: center; 
	vertical-align: middle; 
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
/*	font-family: "Times New Roman", Times, serif;*/
/*	font-size: 16px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(http://www.woodenswisdom.com/images/nav_bg.png);
	background-repeat: repeat-x;
	height: 46px;
/*	border-right: solid 1px #657495; */
/*	border-left: solid 1px #657495; */
}

#menuButton a{
	color: #006;
}

#menuButton a:hover{
	color:#00F;
}

#menuButton a:visited {
}

#menuButton a:active {
}


.dropdown{
	float:left;
	font: 10pt arial,sans-serif black;
}

/* drop down */

.dropdown dt{ 
	font-weight:bold;  
	cursor:pointer;
	height: 32px;
}

.dropdown dt:hover {
}

.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width: auto; 
	display:none; 
	background:#BBC2D8;
	z-index:200; 
	opacity:0.9 !important;
	alpha: 90 !important;
	margin: 0px;
}

.dropdown ul {
	list-style:none;
	border-top:0;
	margin: 0;
	padding: 0;
}

.dropdown li {
	display:inline;
	font-size: 14px;
	margin: 0;
}

.dropdown a:visited {
	display:block; 
	text-decoration:none;
	text-align: center;
	color: #000;
}

.dropdown a:active {
	display:block; 
	text-decoration:none;
	text-align: center;
	color: #000;
}

.dropdown a {
	display:block; 
	text-decoration:none;
	text-align: center;
	color: #000;
}

.dropdown a:hover {
/*	color: #d9e1e4;*/
	color:#00F;	
}

.dropdown img{
	border: 0; 
}

#one-ddcontent a{
	width: 190px; 
}

#two-ddcontent a{
	width: 218px;
}

#three-ddcontent a{
	width: 109px;
}

#four-ddcontent a{
	width: 95px;
}

#five-ddcontent a{
	width: 100px;
}

.dropdown dd a{
	margin: 8px 0 2px 0;  
}

