﻿@charset "utf-8";

ul#topnav {
	position:absolute;
	background-color: none;
	border-top: 1px solid none;
	list-style: none;
	top: 54px;
	left: 475px;
	padding: 0;
	width:  475px;
}

ul#topnav li {
	float: left;
	text-indent:-10000px;
}
ul#topnav li a{
	display:block;
	width:118px;
	height:40px;
}

#topnav li.menu_it_1 a {
	background:url(../img/menu/btn_collection.png) no-repeat;
}
#topnav li.menu_it_1 a:hover, #topnav li.menu_it_1_on{
	background:url(../img/menu/btn_collection_on.png) no-repeat;
}
* html #topnav li.menu_it_1 a {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/menu/btn_collection.png", sizingMethod="image");
}
* html #topnav li.menu_it_1 a:hover, * html #topnav li.menu_it_1_on{
	background:url(../img/menu/btn_collection_on.gif) no-repeat;
	cursor:hand;
	filter: none;
}

#topnav li.menu_it_2 a{
	background:url(../img/menu/btn_salon.png) no-repeat;
}
#topnav li.menu_it_2 a:hover, #topnav li.menu_it_2_on{
	background:url(../img/menu/btn_salon_on.png) no-repeat;
}
* html #topnav li.menu_it_2 a {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/menu/btn_salon.png", sizingMethod="image");
}
* html #topnav li.menu_it_2 a:hover, *html #topnav li.menu_it_2_on{
	background:url(../img/menu/btn_salon_on.gif) no-repeat;
	cursor:hand;
	filter: none;
}

#topnav li.menu_it_3 a{
	background:url(../img/menu/btn_annonces.png) no-repeat;
}
#topnav li.menu_it_3 a:hover, #topnav li.menu_it_3_on{
	background:url(../img/menu/btn_annonces_on.png) no-repeat;
}

* html #topnav li.menu_it_3 a {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/menu/btn_annonces.png", sizingMethod="image");
}
* html #topnav li.menu_it_3 a:hover, * html #topnav li.menu_it_3_on{
	background:url(../img/menu/btn_annonces_on.gif) no-repeat;
	cursor:hand;
	filter: none;
}

#topnav li.menu_it_4 a{
	background:url(../img/menu/btn_dream.png) no-repeat;
}
#topnav li.menu_it_4 a:hover, #topnav li.menu_it_4_on{
	background:url(../img/menu/btn_dream_on.png) no-repeat;
}
* html #topnav li.menu_it_4 a {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/menu/btn_dream.png", sizingMethod="image");
}
* html #topnav li.menu_it_4 a:hover, * html #topnav li.menu_it_4_on{
	background:url(../img/menu/btn_dream_on.gif) no-repeat;
	cursor:hand;
	filter: none;
}
