@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	height: 24px;
	width: 240px;
	position: relative;
	top: 20px;
	left: 730px;
	background-image: url(../media/countryselector.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:11px;
	color: #125CDA;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1500;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 240px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	z-index: 1520;
	cursor: default;
	width: 220px;
	display:none;
	float:left;
	left:4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:4px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	display:block;
}
/*.MenuBarVertical ul:hover ul {
	list-style-type: none;
	display: block;
}/*
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 200px;
	padding-left: 20px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #fff;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 2.5em;
}

ul.MenuBarVertical ul a:hover
{
	text-decoration: underline;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenuVert and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuVert
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border: 1px solid #CCC;	
}

.denmark {
	background-image: url(../media/flags_05.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
	padding: 5px 0px 8px 30px;
	background-color: #FFF;
}
.finland {
	background-image: url(../media/flags_11.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 8px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
	background-color: #FFF;
}
.france {
	background-image: url(../media/flags_17.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 8px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
	background-color: #FFF;
}
.germany {
	background-image: url(../media/flags_23.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 8px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
	background-color: #FFF;
}
.italy {
	background-image: url(../media/flags_29.gif);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 8px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
	background-color: #FFF;
}
.norway {
	background-image: url(../media/flags_35.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 8px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
	background-color: #FFF;
}
.spain {
	background-image: url(../media/flags_41.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 8px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
	background-color: #FFF;
}
.sweden {
	background-image: url(../media/flags_47.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 8px 30px;
	background-color: #FFF;
}
.uk {
	background-image: url(../media/flags_53.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 8px 30px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
}
.latinam {
	background-image: url(../media/flag_global.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 8px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
	background-color: #FFFFFF;
}
.brazil{
	background-image: url(../images/FlagBrazil.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 0px 8px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD2DA;
	background-color: #FFFFFF;
}
.euTop {
	background-image: url(../media/flag_global.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 30px;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1510;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
	
}
