/*************************************************************************
* 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: 10px;
 	font-weight: bolder;
 	/*border-top: solid 1px #D0D2D4; bordo esterno*/
 	/*border-bottom-color: #666666;
	text-transform: uppercase;*/
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.summer ul {
	border: 0px solid #C2D097;
	/*background: #F9FFF1; /*colore rollover 1° livello*/
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.summer li {
	/*background-color: #C8FFD0;*/ /* colore sfondo sezione principale */
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 170px;
	border-top: solid 1px #D0D2D4;
	border-bottom: none 0px #4D5F00; /*bordo sotto le sezioni 1° livello*/
	/*margin-top: 1px; margine tra le voci di sezione */
	padding-left: 10px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.summer ul li {
	/*background-color: #C8FFD0;*/
  	border: none;
	margin: 0px; /*margine tra le voci di sezione */
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.summer a {
	text-align: left;
	text-decoration: none;
	color: #4D5F00;
	line-height: 30px; /*altezza sezione 1° livello*/
	padding: 0px 2px;
	padding-left: 5px;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.summer ul a {
 	border: none;
 	/*border-bottom: 0px solid silver; bordo bottom */
 	color: #4D5F00;
	line-height: 30px;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/
/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.summer li.hover {
		}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.summer ul li.hover {
	background-image: url(img/arrow_hover.gif);	
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.summer a.hover {
	color: #7A1053;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.summer ul a.hover {
  	color: #4D5F00 !important;
}
/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/
/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.summer li.selected {
	/*background: #C2D097; colore sezione selezionata*/
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.summer ul li.selected {

}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.summer a.selected {
	color: #7A1053;

}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.summer ul a.selected {
	color: #4D5F00;
}
/******************************************************************************
* 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
 */

/* 
 * Define the arrow for the expanded state
 * Applies to all menu items that have expanded sub-menus
 */
.simple .expanded .arrow {
	background-image: url(img/arrow_hover.gif);	
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable 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;
}