/*************************************************************************
* 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
 */
.projectline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.projectline ul {
 	/*border: 0px solid #4C8A06;*/
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.projectline li {
	/*background-color: #FFFFFF;*/
	margin-top: 0px; /*margine tra le voci di sezione */
	margin-left: 0px; /*margine tra le voci di sezione */
	border-right: 1px dashed #4e4f4f;
	text-align: left;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.projectline ul li {
	width: 150px;
	margin: 1px; /*margine tra le voci di sezione */
	background-color: #bcbbbf;
	text-align: left;
	border: none;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.projectline a {
	color: #ee3524;
	line-height: 56px; /*altezza sezione 1° livello*/
	padding-left: 19px;
	padding-right: 19px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bolder;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.projectline ul a {
 border: none;
 color: #FFFFFF;
	line-height: 24px;
	text-transform: none;
	font-weight: normal;
}

/***************************************************************************
* 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
 */
.projectline li.hover {
	/*background: #4C8A06;*/
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.projectline ul li.hover {
	background: #ee3524;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.projectline a.hover {
	color: #FFFFFF;
	/*background-image: url(img/bg_selected.gif);*/
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */

.projectline ul a.hover {
	color: #FFFFFF;
}
/*****************************************************************************
* 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
 */
.projectline li.selected {
	/*
	background-position: 0px 22px;
	
	background: #4C8A06;*/
	/*background-image: url(img/bg_selected.gif);*/
}

.projectline li.selected a {
	/*
	background-position: 0px 22px;
	background: #B3E4BA; colore sezione selezionata
	*/
}

.projectline li.selected a.hover {
	color: white;
	background-position: 0px 22px;
	/*background: #B3E4BA; colore sezione selezionata*/
}
/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */

.projectline ul li {
	margin-top: 0px; /*margine tra le voci di sezione */
}

.projectline ul li.selected {	
	background: #ee3524;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.projectline a.selected {
	color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.projectline ul a.selected {
	color: #FFFFFF;
}

/*************************************************************************
* 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;
}
