
/*========================== drop menu style ========================*/

#dropmenudiv{
	visibility:hidden;
	width: 200px;
	position:absolute;
	margin-top: 0px;
	border-bottom-width: 0;
	font-size: 10px;
	line-height:18px;
	background-color: #f5d57a;
	z-index:100;
	-moz-opacity:.96;
	filter: Alpha(opacity=96);
}
*html #dropmenudiv {
	margin-top: -1px;
}
#dropmenudiv a{
	width: 190px;
	display:block;
	text-indent: -6px;
	text-decoration: none;
	font-weight: bold;
	color: #ab171d;
	padding: 8px 0px 8px 10px;
	border-top: 1px solid #ffe499;
}

#dropmenudiv a:hover{ /*hover background color*/
	width: 190px;
	color: #c8654e;
	text-decoration: none;
	display: block;
	text-indent: -6px;
	padding: 8px 0px 8px 10px;
	background-color: #ffe499;
}
/*--------------  NAMBAH DIKIT YOOOO -- rifqi --- drop down untuk "find a retailer" ------------*/
#dropmenudiv-ret{
	visibility:hidden;
	width: 150px;
	position:absolute;
	margin-top: 0px;
	border-bottom-width: 0;
	font-size: 10px;
	line-height:18px;
	background-color: white;
	z-index:100;
	-moz-opacity:.96;
	filter: Alpha(opacity=96);
}
*html #dropmenudiv-ret {
	margin-top: -1px;
}
#dropmenudiv-ret a{
	width: 150px;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #ab171d;
	padding: 3px 0px;
}

#dropmenudiv-ret a:hover{ /*hover background color*/
	width: 200px;
	color: #5d4225;
	text-decoration: none;
	display: block;
	text-indent: 6px;
	padding: 3px 0px;
	background-color: white;
}