
/* * * * *
 * MENU  *
 * * * * */

#menu {

	margin-top : 86px ;

	margin-left : 46px ;

}

#menu a {

	display : block ;

	height : 30px ;

	width : 218px ;

	margin-bottom : 1px ;

 	overflow : hidden ;
 	
 	line-height : 0 ;
 	
 	background-position : 0 -50px ;
 	
 	background-repeat : no-repeat ;

}

#menu_1 {

	background-image : url( 'img/home/menu_1.gif' ) ;

}

#menu_2 {

	background-image : url( 'img/home/menu_2.gif' ) ;

}

#menu_3 {

	background-image : url( 'img/home/menu_3.gif' ) ;

}

#menu_1:hover {

	background-position : 0 0 !important ;

}

#menu_2:hover {

	background-position : 0 1px !important ;

}

#menu_3:hover {

	background-position : 0 2px !important ;

}

* html #menu_1 {

	margin : 0 !important ;

}

* html #menu_2 ,

* html #menu_3 {

	margin-top : -2px ;

	height : 29px !important ;

}

* html #menu_3:hover {

	margin-top : -1px !important ;

}
