/* OLD CODE BY TONY
#main_menu {
	position: relative;
	width: 250px;
	list-style: none;
	top: 200px;
	padding-left: 0px;
}

#hr_index{
 border-bottom:1px solid #666666;
}



#main_menu li {
	width: 150px;
	padding-left:100px;
}

#main_menu li a span {
	display: none;
}

#main_menu li a#mnu_fr {
	position: relative;
	width: 150px;
	height: 30px;
	display: block;
	background-image: url('/images/btn_enter_fr.gif');
	background-repeat: no-repeat;
	margin-bottom:10px;
}

#main_menu li a#mnu_fr:hover {
	background-position: 0 -30px;
}

#main_menu li a#mnu_en {
	position: relative;
	width: 150px;
	height: 30px;
	display: block;
	background-image: url('/images/btn_enter_en.gif');
	background-repeat: no-repeat;
	margin-top:10px;
}

#main_menu li a#mnu_en:hover {
	background-position: 0 -30px;
}
*/

/* New Code */

#lang_section {
	width: 200px;
	height: 250px;
	text-align: left;
}

#thin_line {
	background-color: #666666;
	width: 1px;
	height: 130px;
	margin-top: 0px;
	margin-left: 100px;
	margin-bottom: 0px;
}

#lang_fr {
	width: 150px;
	height: 30px;
	background-image: url('/images/btn_enter_fr.gif');
	margin-top: 0px;
	margin-left: 25px;
	position: 0 0px;
}

#lang_fr:hover {
	background-position: 0 -30px;
}

#lang_en {
	width: 150px;
	height: 30px;
	background-image: url('/images/btn_enter_en.gif');
	margin-top: 10px;
	margin-left: 25px;
}

#lang_en:hover {
	background-position: 0 -30px;
}
