#fancymenu {
	position: relative;
	height: 34px;
	width: 538px;
	overflow: hidden;
}
/*#fancymenu ul, #pictureselect {
	padding: 0;
	margin: 0;
}

 Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor 
#fancymenu ul li, #pictureselect li {
	float: left;
	list-style: none;
}*/

.fancymenu a{
	font:11px Arial, Helvetica, sans-serif;
	padding-top:13px;
	font-weight:bold;
	z-index: 10;
	height: 21px;
	overflow: hidden;
	color:#FFFFFF;
}
.fancymenu a:hover { color:#a90000;}
/*#menu_about, #menu_pharma, #menu_industries, #menu_tracking, #menu_tools, #menu_links{
	float:left;
	}

.menu_about a {	width: 87px; text-align:center; }
.menu_pharma a {	width: 121px; text-align:center;}
.menu_industries a {	width: 122px; text-align:center;}
.menu_tracking a {	width: 66px; text-align:center;}
.menu_tools a {	width: 66px; text-align:center; }
.menu_links a {	width: 71px; text-align:center;}

/*
#fancymenu li.background {
	background: url(../images/menu_bg_right.gif) no-repeat top right ;
	
}

#fancymenu .background a {
	background: url(../images/menu_bg.gif) no-repeat top left !important;
	height: 23px;
	color:#a90000;
	padding-top:11px;
	padding-bottom:-1px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bolder;
	margin-right: 3px; /* 7px is the width of the rounded shape 
}*/




