/* Top menu - menubar */
div.menuBar {
	height: 52px;
	width: 111px;
	text-align: right;
	background-image: url(../images/Btn_Menu_BG.gif);
	background-repeat: no-repeat;	
}
div.menuBar a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	-moz-box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding-right: 20px;
	padding-top: 34px;
}
div.menuBar a:hover {
	background-image: url(../images/Btn_Menu_BG-over.gif);
}
/* Top menu - submenu items */
div.menu {
	z-index: 100;
	visibility: hidden;
	position: absolute;
	background-color: #02AB78;
}
div.menu a {
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	display: block;
	-moz-box-sizing: border-box;
	cursor: pointer;
	white-space: nowrap;
	padding: 0px 6px;
	border-bottom: 1px solid #fff;
	min-width: 100px;
}
div.menu a:hover {
	background-color: #03D999;
}
div.menu a.menuItemArrow {
	background-image:url(../images/menu_arrow.gif);
	background-repeat: no-repeat;	
	background-position: right;
	padding-right: 20px;	
}
/* Select Country menu */
div.countryMenuBar {
	height: 19px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #A8A8A8;	
}
div.countryMenuBar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	padding-left: 5px;
	display: block;
	height: 100%;
	background-image:url(../images/selectcountry_BG.gif);
	background-position: right;
}
div.countryMenuBar a:hover {
	color: #333333;
	background-image: url(../images/selectcountry_BG-over.gif);
}
/* Select Country menu - submenu items */
div.countryMenu {
	z-index: 100;
	visibility: hidden;
	position: absolute;
	background-color: #666;
	width: 192px;
}
div.countryMenu a {
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	display: block;
	-moz-box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	white-space: nowrap;
	padding: 0px 4px;
}
div.countryMenu a:hover {
	background-color: #999;
}
div.countryMenu a.menuItemArrow {
	padding-right: 20px;
	background-image:url(../images/menu_arrow.gif);
	background-repeat: no-repeat;	
	background-position: right;
}