
.flagmenublock{
}

.flagmenu{
	position:absolute;
	top:-25px;
	left:650px;
	height:32px;
	width:150px;
	font-size: 0%;
	overflow: hidden;
}

.flagmenu ul{
	list-style-type: none;
	margin: 0;
	margin-left: 0px; 
	padding: 0;
	text-align: center;
}

.flagmenu li{
	float: left;
	margin: 0;
	padding: 0;
}

.flagmenu a{
	float: left;
	position: relative;
	top: 5px; 
	margin: 0;
	margin-right: 3px;
	padding: 0 0 0 9px;
	text-decoration: none;
	height:20px;
	width:10px;
}

.flagmenu a:hover{
	background-position: 0% +5px;
	top: +10px;
}

.flagmenu1 {
	float: left;
	position: relative;
	display: block;
	padding: 5px 14px 3px 5px; 
	background: transparent url(../images/eng.gif) center center no-repeat;
}

.flagmenu2 {
	float: left;
	position: relative;
	display: block;
	padding: 5px 14px 3px 5px; 
	background: transparent url(../images/fra.gif) center center no-repeat;
}

.flagmenu3 {
	float: left;
	position: relative;
	display: block;
	padding: 5px 14px 3px 5px; 
	background: transparent url(../images/ger.gif) center center no-repeat;
}

.flagmenu4 {
	float: left;
	position: relative;
	display: block;
	padding: 5px 14px 3px 5px; 
	background: transparent url(../images/ita.gif) center center no-repeat;
}

.flagmenu5 {
	float: left;
	position: relative;
	display: block;
	padding: 5px 14px 3px 5px; 
	background: transparent url(../images/por.gif) center center no-repeat;
}

.flagmenu6 {
	float: left;
	position: relative;
	display: block;
	padding: 5px 14px 3px 5px; 
	background: transparent url(../images/spa.gif) center center no-repeat;
}

.animatedtabsblock{
}
    
.animatedtabs{
	position:absolute;
	top:95px;
	left:0px;
	height:32px;
	overflow: hidden;
	width: 100%;
	font-size: 12px; /*font of menu text*/
}


.animatedtabs ul{
	list-style-type: none;
	margin: 0;
	margin-left: 10px; /*offset of first tab relative to page left edge*/
	padding: 0;
}

.animatedtabs li{
	float: left;
	margin: 0;
	padding: 0;
}

.animatedtabs a{
	float: left;
	position: relative;
	top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(../images/tab-blue-left.gif) no-repeat left top;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	background: url(../images/tab-blue-right.gif) no-repeat right top;
	padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
	background-position: 0 -125px;
	top: 0;
}

.animatedtabs .selected a span{
	background-position: 100% -125px;
	color: black;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

.animatedtabs a:hover{
	background-position: 0% -125px;
	top: 0;
}

.animatedtabs a:hover span{
	background-position: 100% -125px;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}


.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 160px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu li a{
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: black;
}

.glossymenu li a:hover{
	background-image: url(../images/glossyback2.gif);
}

.glossymenu .selected a{
	background-image: url(../images/glossyback2.gif);
}


