/* CSS Document */

/* Menu */

.bg-menu{
background:url(/static/images/layout/menu_mercato_04.png) no-repeat scroll right;
width: 972px;
margin: auto;
}

#menu {
	width:710px;
	padding: 0px 0;
	height: 28px;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	text-align:center;
	float:left;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left:10px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 0px 0 0;
	padding: 8px 0px 8px 0px;;
	border-right: 0px #1E3D70 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background:#20437D url(/static/images/layout/menu_mercato_01.jpg) no-repeat scroll right;
	width:106px;
	height:12px;
}

#menu a:hover {
	margin: 0 0px 0 0;
	color: #FFFFFF;
	background:#1E3D70 no-repeat scroll center top;
}

#menu .current_page_item a {
	margin: 0 0px 0 0;
	color: #FFFFFF;
}

.multicolor {
width:950px;
margin:0px;
}

.first-page{
width:252px;
float:right;
padding-right:10px;
}

/**Sottocategorie**/
#menu-cat {
	width: 150px;
	margin: auto;
	padding: 0px 0;
    background:#20437D;
}

 #menu-cat h2 {
    margin: 0 0 0 0;
	padding: 5px 15px;
	background: #20437D;
	font-size: 11px;
	color: #fff;
	text-align:center;
}

#menu-cat ul {
	list-style-position:outside;
	list-style-type:none;
	list-style-image:none;
	width:150px;
	
	margin: 0;
	padding: 0;
}

#menu-cat li {
display:block;
width:150px;
padding-top:0px ;
padding-bottom:0px ;
}

#menu-cat li li{
/**	padding-top:0px ;
	padding-bottom:0px ; **/
}

#menu-cat li a {
display:block;
	width:138px ;
	padding: 5px 5px 5px 5px;
	border: 1px #1F4179 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#menu-cat li a:link {
	display:block;
	width:138px ;
	padding: 5px 5px 5px 5px;
	border: 1px #1F4179 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#menu-cat li a:hover {
	display:block;
	width:138px;
	padding: 5px 5px 5px 5px;
	border: 1px #1F4179 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #ccc;
	background:#1E3D70 none repeat scroll 0%;
}
