@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: right;
}
/* 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;
	padding: 0px;
}

.MenuBarActive     {
	z-index: 1000;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;*/
	color: #FFFFFF;
	display: inline;
	/*background-image: url(../img_comuni/menu_hr_1_active_sfondo.png);*/
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FF9900;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	position: relative;
	cursor: pointer;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	background-color: #034a98;
	display: inline;
	width: auto;
	padding: 0px;
	margin-left:1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;/*	border-top-color: #FFFFFF;*/
}


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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a:link
{
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	display: inline;
	float: left;
	text-align: center;
	margin-left: auto;
	padding: 6px;
	padding-left:15px;
	padding-right:15px;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330066;*/
}
ul.MenuBarHorizontal a:active
{
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	display: inline;
	float: left;
	text-align: center;
	margin-left: auto;
	padding: 6px;
	padding-left:15px;
	padding-right:15px;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330066;*/
}
ul.MenuBarHorizontal a:visited
{
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	display: inline;
	float: left;
	text-align: center;
	margin-left: auto;
	padding: 6px;
	padding-left:15px;
	padding-right:15px;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330066;*/
}
ul.MenuBarHorizontal  /* Menu items that have mouse over or focus have a blue background and white text */
a:hover,ul.MenuBarHorizontal a:focus  
{
	color: #FFFFFF;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;*/
	float: left;
	width: auto;
	padding: 6px;
	padding-left:15px;
	padding-right:15px;
	text-decoration: underline;
	/*background-image: url(../img_comuni/menu_hr_1_active_sfondo.png);*/
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FF9900;
}
/* 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: #99CCFF;
}

li.white_menu a, li.white_menu a:link, li.white_menu a:hover, li.white_menu a:visited, li.white_menu a:active{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	color:#000000;
}


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

 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;
	}
}
