#main-header-topnav{
	background-repeat: no-repeat;	
	position: relative;
   padding-top: 2px;
	background-color: white;
   margin-left: 3px;
}
#main-header-topnav-product{
	display: none;
	position:absolute;
	top: 34px;
	left: -13px;
	background-image: url(/sites/all/themes/international/images/products_dropdown_background.png);
	background-repeat: no-repeat;
	width: 455px;
	height: 66px;	
	z-index: 100;
}
#main-header-topnav div.drop-down-tab a{
	text-align: center;	
	float: left;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 15px;
	height: 17px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
#main-header-topnav div.drop-down-tab a:hover{
	color: #ffb74b;
}
div.main-nav-button{
	text-transform:uppercase;
	height: 23px;
	color: white;
	vertical-align: middle;
	text-align: center;
	display: inline;
	font-size: 10pt;
	position: relative;
	float: left;
	margin: 0px 0px 0px 1px;
	padding-top: 10px;
}
div.main-nav-button:hover{
	font-weight: bold;
}


