/* ------ LEFT MENU ----- */

.leftmenu {
	background:url(../eua1/img/men_bkg.png) repeat-y;
	list-style:none;
	font-size:90%;
	overflow: hidden;
	/*word-wrap: break-word;*/
	width:195px;
	margin: 0;
	padding: 0;
}

#content .leftmenu ul,
#content .leftmenu li {
	list-style:none;
	font-size:inherit;
	font-size:100%;
}

/* ---------------- NIV 1 */

.leftmenu li a {
	background:url(../eua1/img/men_but_1_off.png);
	color:#04538C;
	display:block;
	width:180px!important;
	width:195px;
	padding:8px 0 8px 15px;
	text-decoration:none;
}

.leftmenu li a:hover {
	background:url(../eua1/img/men_but_1_on.png);
	color:white;
}

.leftmenu li a.active {
	background:url(../eua1/img/men_but_1_on.png);
	color:white;
}

/* ---------------- NIV 2 */

#content ul.leftmenu2 {
	margin: 0;
	padding: 0;
	padding-bottom:10px;
}

.leftmenu2 li a, .leftmenu2 li a.active {
	background:url(../eua1/img/men_but_2_off.png) 0 3px;
	color:#04538C;
	padding:4px 0 0 25px;
	width:170px!important; /* Firefox */
	width:195px;
	width: 170px;
}

.leftmenu2 li a:hover {
	background:url(../eua1/img/men_but_2_on.png) 0 3px;
	color:#04538C;
	text-decoration:underline;
}

/* ---------------- NIV 3 */

ul.leftmenu3 {
	padding-top:4px;
}

.leftmenu3 li a, .leftmenu3 li a.active {
	background:url(../eua1/img/men_but_3_on.gif) no-repeat 25px 0px;
	color:#04538C;
	padding:0 0 0 35px;
	width:160px!important; /* Firefox */
	width:195px;
}

.leftmenu3 li a:hover {
	background:url(../eua1/img/men_but_3_on.gif) no-repeat 25px 0px;
}

/* ---------------- CAS PARTICULIERS */

li a.lined { /* Parfois c'est une ligne au lieu des pointill�s */
	background-image:url(../eua1/img/men_but_1_off_lined.png);
}

li.last { /* Tout en bas il faut une ligne */
	background:url(../eua1/img/men_but_1_off_lastlined.png) no-repeat left bottom;
	display:block;
	padding-bottom:1px;
}

ul.leftmenu li.last {
	background: none;
}

#eurjointmasters {
	background:url(../eua1/img/men_bkg.png) repeat-y;
	border-bottom:1px solid #76787B;
	display:block;
	margin-top:25px;
	width:195px;
}

#eurjointmasters h2 {
	background:url(../eua1/img/eurjointmasters.png) no-repeat;
	display:block;
	height:42px;
	width:195px;
}

#eurjointmasters h2 span {
	display:none;
}

#eurjointmasters .country-select {
	width:185px !important;
	margin-left:5px;
	margin-top:15px;
	margin-bottom:15px;
}
/* ---- LEFT MENU END --- */
