/*************************************************************************
* 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
 */
.gioacchino {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.gioacchino ul {
	
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.gioacchino li {
	width: 170px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px;
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.gioacchino ul li {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat;
	padding: 1;
	text-align: left;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.gioacchino a {
	text-decoration: none;
	color: #000066;
	padding-left: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #FFCC33;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.gioacchino ul a {
	color: #000066;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/***************************************************************************
* 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
 */
.gioacchino li.hover {
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.gioacchino ul li.hover {
  	background-color: #FFFFFF;
	margin: 0px;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.gioacchino a.hover {
	text-decoration: underline;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.gioacchino ul a.hover {
  	color:navy !important;
	font-size: 11px;
}
/*****************************************************************************
* 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
 */
.gioacchino li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.gioacchino ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.gioacchino a.selected {
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.gioacchino ul a.selected {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*************************************************************************
* 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;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
	position: static;
	visibility: visible;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	width: 100px;
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid #FFCC33;
	text-align: left;
}
div.vertical ul li ul li {
	width: 100px;
	clear: left;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


div.vertical ul li ul li a {
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	
}
.destra {
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC33;
}

.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	width: auto !important;
	background-color: #FFFFFF;
}
