/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
	
.summer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

/* First Level */

.summer li {
	width: 104px;
	margin-top: 0px; /*margine tra le voci di sezione */
	margin-left: 0px; /*margine tra le voci di sezione */
	background-image: url(/includes/cssmenus2/skins/summer/img/bg_menu_con_sottosezione.gif);
}

.summer li a {
	display: block;
	padding: 0px 0px 0px 0px;
	background: transparent url(/includes/cssmenus2/skins/summer/img/bg_left.gif) no-repeat top left;
	color: #6b6b6b; /*button text color*/
}

.summer a span {
	display: block;
	background: transparent url(/includes/cssmenus2/skins/summer/img/bg_right.gif) no-repeat top right; 
	cursor: pointer; /*Zeiger wandelt sich in Hand um*/
}

.summer a {
	text-decoration: none;
	line-height: 44px; /*altezza sezione 1° livello*/
	padding: 0px 0px;
	padding-left: 0px;
	cursor: pointer;
	text-transform: none;
	text-align: center;
}

/* Second Level */

.summer ul li {
	width: 130px;
	margin: 1px; /*margine tra le voci di sezione */
	border: none;
}

.summer ul li a {
 color: #6b6b6b;
	line-height: 25px;
	text-align: left;
	background-color: #f1f1f1;
	padding-left: 10px;
	background-image: none;
}

.summer ul li a span {
 background-image: none;
	display: inline;
}

/******************************************************************************
* In this section, we will define the HOVER STATE of the MENU                 *
******************************************************************************/

/*First Level*/

.summer li a:hover {
	border: 1px solid #bdf687;
	line-height: 42px;
}
	
.summer a:hover {
	color: #FFFFFF;
}

.summer a:hover span {
	background-image: url(img/bg_selected.gif);
}

/* Second Level */

.summer ul li a:hover {
	background-color: #a1d06d;
	line-height: 25px;
	border: none;
}

.winter ul li a:hover span {
	background-image: none;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*First Level*/

.summer li.selected a.hover {
	color: #FFFFFF;
}

.summer li a.selected {
		border: 1px solid #bdf687;
		line-height: 42px;
}
	
.summer a.selected {
	color: #FFFFFF;
}

.summer a.selected span {
	background-image: url(img/bg_selected.gif);
}

/*Second Level*/
	
.summer ul li a.selected {
		background-color: #a1d06d;
		line-height: 25px;
		background-image: none;
		border: none;
}

.summer ul li a.selected span {
 background-image: none;
	background-color: #a1d06d;
}

.summer ul li.selected a.hover {
	background-image: none;
}

/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */

.summer .arrow {
	background-image: url(img/bg_menu_con_sottosezione.gif);
	background-repeat: no-repeat;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.summer .hover ul .arrow,
.summer ul .arrow {
	background-image: none;
	background-repeat: no-repeat;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.summer .hover .arrow {
	background-image: url(img/bg_selected.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	border: 1px solid #bdf687;
	line-height: 42px;
}

.summer li.selected a.hover {
	background-image: url(img/bg_selected.gif);
	background-repeat: no-repeat;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.summer ul .hover .arrow {
	background-image: none;
}

.summer .selected .arrow{
	background-image: url(img/bg_selected.gif);
	background-repeat: no-repeat;
}

.summer .selected .hover .arrow{
	background-image: url(img/bg_selected.gif);
	background-repeat: no-repeat;
}


/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 00px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
   position: 198px;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}