.menu {
	width: 1000px;
	height: 31px;
	font-size:11px;
	background-color:#000000;
	
}
/* remove the bullets, padding and margins from the lists */
.menu ul{

	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
	margin: 0px;
	padding: 0px;
	height:30px;
	}
.menu span{
display:none;
}
.menu .m1{
	width:86px;
	background-image: url(../images/b1_eu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000000;


}
.menu .m2{

width:82px;
background-image: url(../images/b2_eu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000000;

}
.menu .m3{

width:122px;
background-image: url(../images/b3_eu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000000;

}
.menu .m4{
width:106px;
background-image: url(../images/b4_eu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000000;

}
.menu .m5{
width:105px;
background-image: url(../images/b5_eu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000000;

}
.menu .m6{
width:133px;
background-image: url(../images/b6_eu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000000;

}
.menu .m7{
width:126px;
background-image: url(../images/b7_eu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000000;

}
.menu .m8{
width:99px;
background-image: url(../images/b8_eu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000000;
	

}
.menu .m9{
width:140px;
background-image: url(../images/b9_eu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000000;

}

/* use the table to position the dropdown list */
.menu table {border-collapse:collapse; margin:0; padding:0; font-size:1em;}


/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
height:30px;
padding:0px;
color:#000;
/*background:#949e7c;*/
text-decoration:none;
/*margin-right:1px;*/
text-align:center;

}

.menu .m1 a:hover{
	
	background-image: url(../images/b1_eu_p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.menu .m2 a:hover{
	
	background-image: url(../images/b2_eu_p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.menu .m3 a:hover{
	
	background-image: url(../images/b3_eu_p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.menu .m4 a:hover{
	
	background-image: url(../images/b4_eu_p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.menu .m5 a:hover{
	
	background-image: url(../images/b5_eu_p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu .m6 a:hover{
	
	background-image: url(../images/b6_eu_p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu .m7 a:hover{
	
	background-image: url(../images/b7_eu_p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu .m8 a:hover{
	
	background-image: url(../images/b8_eu_p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu .m9 a:hover{
	
	background-image: url(../images/b9_eu_p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/* hide the sub level links */
.menu ul li ul {visibility:hidden; position:absolute; top:30px; left:0; }
/*.menu ul ul {
visibility:hidden;



}*/
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
position:absolute;
left:!important 2;
left: 0;
width:175px;


}
*html .menu ul li:hover ul,
*html .menu ul a:hover ul{

}

.menu ul li:hover ul li,
.menu ul a:hover ul li{

height:20px;


}
.menu ul li:hover ul li a,
.menu ul a:hover ul li a{
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3de22;
	background-color:#000000;
	background-image: none;
	border-bottom:1px solid #e3de22; 
	padding-left:15px;
	padding-top:5px;
	height:14px;
	width:160px;
}

.menu ul li:hover ul li a:hover,
.menu ul a:hover ul li a:hover{
	background-image: none;
	background-color:#CCCCCC;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}