/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width:649px;
list-style:none;
list-style-image:none;
background:none;
margin-top:25px;
}

.mattblackmenu ul li{
display: inline;
height:39px;
margin: 0;
padding:0;
background:none;
list-style:none;
list-style-image:none;
}
.mattblackmenu ul li.pharma, .mattblackmenu ul li a.pharma{
	background:url(../images/navigation-prolistmenu.jpg) no-repeat 0px -1px;
	width:216px;
	height:39px;
	float: left;
	display: block;
	text-indent:-3000px;
	
}
.mattblackmenu ul li.personal, .mattblackmenu ul li.personal a{
	width:146px;
	height:39px;
	background:url(../images/navigation-prolistmenu.jpg) no-repeat -216px -1px;
	float: left;
	display: block;
	text-indent:-3000px;
}

.mattblackmenu ul li.safe-herbs, .mattblackmenu ul li.safe-herbs a{
	width:126px;
	height:39px;
	background:url(../images/navigation-prolistmenu.jpg) no-repeat -362px -1px;
	float: left;
	display: block;
	text-indent:-3000px;
}
.mattblackmenu ul li.new-develop, .mattblackmenu ul li.new-develop a{
	width:157px;
	height:39px;
	background:url(../images/navigation-prolistmenu.jpg) no-repeat -488px -1px;
	float: left;
	display: block;
	text-indent:-3000px;
}

















/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Arial;
margin: 0px 0 0 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
background: white;
border: 1px solid #709102;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle ul{
	background:none;
}
.ddsubmenustyle li{
	background: #fff;
	background-image:none;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}
.ddsubmenustyle li a, .ddsubmenustyle li a:visited{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
color: #145445;
text-decoration: none;
padding: 4px 5px;
background:url(../images/dropdown-li-bg.jpg) no-repeat 0 bottom #fff;
}
.ddsubmenustyle li a:hover{
	color:#00ac50;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
	background:none;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	background-image:none;
width: 170px; /*width of menu (include side paddings of LI A*/
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;

}

