.bordo {
	border: thin solid #FF0000;
	overflow: auto;
	visibility: visible;
	list-style-position: outside;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarHorizontal
{
	float: none;
	list-style-type: none;
	font-size: 100%;
	cursor: crosshair;
	clear: none;
	margin: 0;
	overflow: visible;
	visibility: visible;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: auto;
	padding: 0;
	clip: rect(auto,auto,auto,0px);
	filter: Light;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: left;
	cursor: pointer;
	float: left;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-100em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 140px;
	position: absolute;
	left: -100em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 140px;
	float: left;
	clear: left;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	margin-top: -26%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 102%;
	position: absolute;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all but right side, as that is taken care of by the menu item link */
ul.MenuBarHorizontal ul
{

}
/* Menu items are a light gray block with right border, padding, and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;


















	background-color: UNDER_CONS
.html;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFF00;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Georgia;
	overflow: visible;
	text-align: left;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #00FFFF;
	color: #000;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #66FFFF;
	color: #000;
	text-decoration: none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Main menu items are set to use a background image for normal and hover states */
ul.MenuBarHorizontal a.MenuBarItemSubmenu_Home
{
	background-image: url(../buttons/homepage.jpg);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Home
{
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../buttons/homepage.jpg);
	background-position: 0px 0px;
}
ul.MenuBarHorizontal  a:hover.MenuBarItemSubmenu_Products_en
{
	background-image: url(../buttons/products.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: 0px 0px;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Products
{
	background-image: url(../buttons/Prodotti.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: 0px 0px;
}
ul.MenuBarHorizontal  a.MenuBarItemSubmenu_Products_en
{
	background-repeat: no-repeat;
	background-position: 0px -30px;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../buttons/products.jpg);
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Products
{
	background-repeat: no-repeat;
	background-position: 0px -30px;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../buttons/prodotti.jpg);
}ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Company
{
	background-image: url(../buttons/Servizi.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: 0px 0px;
}
ul.MenuBarHorizontal  a:hover.MenuBarItemSubmenu_Company_en
{
	background-image: url(../buttons/find.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: 0px 0px;
}
ul.MenuBarHorizontal  a.MenuBarItemSubmenu_Company_en
{
	background-repeat: no-repeat;
	background-position: 0px -30px;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../buttons/find.jpg);
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Company
{
	background-repeat: no-repeat;
	background-position: 0px -30px;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../buttons/Servizi.jpg);
}
ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_cda
{
	background-image: url(../buttons/Cda.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: 0px 0px;
}
ul.MenuBarHorizontal  a:hover.MenuBarItemSubmenu_cda_en
{
	background-image: url(../buttons/foa.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: 0px 0px;
}
ul.MenuBarHorizontal  a.MenuBarItemSubmenu_cda_en
{
	background-repeat: no-repeat;
	background-position: 0px -30px;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../buttons/foa.jpg);
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_cda
{
	background-repeat: no-repeat;
	background-position: 0px -30px;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../buttons/Cda.jpg);
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_cont
{
	background-image: url(../buttons/news.jpg);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_cont
{
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../buttons/news.jpg);
	background-position: 0px 0px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu_Events
{
	background-image: url(../buttons/siei.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
}
ul.MenuBarHorizontal  a.MenuBarItemSubmenu_Events_en
{
	background-image: url(../buttons/us.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
}
ul.MenuBarHorizontal  a:hover.MenuBarItemSubmenu_Events_en
{
	background-image: url(../buttons/us.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: 0px 0px;
}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Events
{
	background-image: url(../buttons/siei.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: 0px 0px;
}

span.hidden
{
	display: none;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
.top {
	left: 37px;
	top: 296px;
}
.pic_left {
	position: relative;
	left: 50px;
	top: 60px;
}
