li.no_menu{
	font-size: 12px;
	text-decoration: none;
	float: right;
	padding: 10px 0px;
	color: #fff;
	display: block;
	padding-bottom: 20px;
}
ul.topnav {
	list-style: none;
	padding: 0 10px;
	/*position:fixed;*/
	position: relative;
	left:0px;
	top:10px;
	margin: 0;
	z-index:100;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
/*	behavior:url(border-radius.htc);*/
	width: 800px;
/*	background: #282828;*/
/*	background: url(../img/topnav_bg.gif) repeat-x;*/
}
ul.topnav li.si_menu {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	z-index:20;
}
ul.topnav li.si_menu a{
	padding: 0 5px;
	font-size: 14px;
	color: #000;
	display: block;
	text-decoration: none;
	float: left;
	text-align:left;
	height: 30px;
}
ul.topnav li.si_menu a:hover{
	//background: #ddd;
	//background: url(../img/topnav_hover.gif) no-repeat center top;
	font-size: 14px;
}
ul.topnav li.si_menu span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 30px;
	float: left;
	background: url(../img/subnav_btn.gif) no-repeat 0 0;
}
ul.topnav li span.subhover {
	background: url(../img/subnav_btn.gif) no-repeat 0 -35px;
	z-index:20;
	cursor: pointer;
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	z-index:20;
	left: 0;
	top: 30px;
	background: #fff;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border-left: 1px solid #939393;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	padding: 5px 5px;
	padding-top: 15px;
	width: 160px;
	color: #949494;
	//background: #fff url(../img/dropdown_linkbg.gif) no-repeat 10px center;
	background: #fff;
	//padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	//background: #ccc url(../img/dropdown_linkbg.gif) no-repeat 10px center; 
	color: #939393;
	background: #F3F3F3; 
}
.menu_hover{
	height: 30px;
	cursor: pointer;
}
/* Menu català */
.menu_cat .menu_inici{
	width: 50px;
	background: url('/img/menu/menu_inici_cat.png') no-repeat;	
}
.menu_cat .menu_quisom{
	width: 80px;
	background: url('/img/menu/menu_quisom_cat.png') no-repeat;
}
.menu_cat .menu_empreses{
	width: 100px;
	background: url('/img/menu/menu_empreses_cat.png') no-repeat;	
}
.menu_cat .menu_casaments{
	width: 100px;
	background: url('/img/menu/menu_casaments_cat.png') no-repeat;	
}
.menu_cat .menu_tarifes{
	width: 65px;
	background: url('/img/menu/menu_tarifes_cat.png') no-repeat;	
}
.menu_cat .menu_espai{
	width: 100px;
	background: url('/img/menu/menu_espai_cat.png') no-repeat;	
}
.menu_cat .menu_contacte{
	width: 80px;
	background: url('/img/menu/menu_contacte_cat.png') no-repeat;	
}

/* En español */
.menu_esp .menu_inici{
	width: 60px;
	background: url('/img/menu/menu_inici_esp.png') no-repeat;	
}
.menu_esp .menu_quisom{
	width: 115px;
	background: url('/img/menu/menu_quisom_esp.png') no-repeat;
}
.menu_esp .menu_empreses{
	width: 90px;
	background: url('/img/menu/menu_empreses_esp.png') no-repeat;	
}
.menu_esp .menu_casaments{
	width: 70px;
	background: url('/img/menu/menu_casaments_esp.png') no-repeat;	
}
.menu_esp .menu_tarifes{
	width: 70px;
	background: url('/img/menu/menu_tarifes_esp.png') no-repeat;	
}
.menu_esp .menu_espai{
	width: 115px;
	background: url('/img/menu/menu_espai_esp.png') no-repeat;	
}
.menu_esp .menu_contacte{
	width: 85px;
	background: url('/img/menu/menu_contacte_esp.png') no-repeat;	
}

.menu_hover:hover{
	cursor: pointer;
	background-position: 0px -30px;
}

ul.topnav .menu_noimg{
	position: absolute;
	z-index: -2;
}
ul.topnav .menu_protector{
	background: url(/img/pixels/fff.jpg);
	position: absolute;
	z-index: -1;
	height: 20px;
	width: 120px;
}
