/* Top menu - menubar */
div.menuBar {
	height: 23px;
	width: 69px;
	text-align: right;
	
}
div.menuBar a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	-moz-box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
}
div.menuBar a:hover {
	background-image: url(../images/Btn_Menu_BG-over.gif);
}
/* Top menu - submenu items */
div.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
	visibility: hidden;
	position: absolute;
	background-color: #990000;
}
div.menu a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	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: #FF0033;
}
div.menu a.menuItemArrow {
	background-image:url(../images/menu_arrow.gif);
	background-repeat: no-repeat;	
	background-position: right;
	padding-right: 20px;	
}
td.menuBar {
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #707070;
	text-decoration: none;
	display: block;
	width: 156px;
	height: 21px;
	-moz-box-sizing: border-box;
	padding-top: 2px;
}
/* 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: 16px;
	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: 100%;
}
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;
}