/* ThemeOfficeMenu Style Sheet */
/* CELLE PRINCIPALI MENU */

.ThemeOfficeMainItem{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 9px;
	text-decoration: none;	
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;	
	background-color: #66B6C1;
	background-image: url(../../include/Menu/background.gif);
	background-repeat: repeat-x;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #FFFFFF;
	padding: 3px;	
	height: 28px;
 }


.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 9px;
	text-decoration: none;	
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;	
	background-color: #66B6C1;
	border-top: 1px solid #004167;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #66B6C1;
	border-left: 1px solid #004167;
	padding: 3px;
}


.fasciaSottomenu{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
}

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable{
	font-family:        verdana, arial, sans-serif;
	font-size:        10px;
	padding:        0;
	white-space:        nowrap;
	cursor:                default;
}

.ThemeOfficeSubMenu{
	position:        absolute;
	visibility:        hidden;
	z-index:        100;
	padding:        0;
	spacing: 1px;
	overflow:        visible;
	border:                1px solid #004167;
	filter:progid;
:DXImageTransform.Microsoft.Shadow(color=#e6e6e6, Direction=135, Strength=4);
	background-color: #FFFFFF;
}

.ThemeOfficeSubMenuTable
{
        overflow:        visible;
}
.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	cursor:                hand;
	white-space:        nowrap;
}




.ThemeOfficeMenuItemText{
	background-image: url(../../include/Menu/submenu_background.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #004167;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #0070B0;
}

.ThemeOfficeMenuItemTextLast{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #004167;
	text-decoration: none;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.ThemeOfficeMenuItem{
	font-family: Verdana;
	font-size: 9px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004167;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive{
	font-size: 10px;
	padding-left: 5px;
	background-color: #111111;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004167;
}