﻿


/*
COLORI 
- Grigio sfondo  #e2e4df
- Grigio scritte #808284
- Blu Oxidal #034ea2
Grigio bordi ed elementi #b3b5b7
grigio menu #666666

*/







.HomeMenuStatic
{
    background-color: #e2e4df;
    padding: 0px;
    
}



/* testo voci menu static*/
.HomeMenuItemStaticText
{
    text-transform: uppercase;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
	color: #666666;
	cursor: pointer;
	background: #e2e4df;
	text-align: center;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	
}


/* testo voci menu static hover*/
.HomeMenuItemStaticTextHover
{
	text-transform: uppercase;
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: 400;
	color: #034ea2;
	cursor: pointer;
	background: #e2e4df;
	
}


.HomeMenuItemStaticTextSelected
{
	text-transform: uppercase;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
	color: #034ea2;
	cursor: default;
	background: #e2e4df;
}


.HomeMenuDynamic
{
    text-align: center;
	
}

.HomeMenuItemDynamicText
{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #808284;
	cursor: default;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #e2e4df;
	padding: 0px 8px 0px 8px;
}

.HomeMenuItemDynamicTextHover
{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #034ea2;
	cursor: pointer;
	letter-spacing: 1px;
	background-color: #e2e4df;
	padding: 0px 8px 0px 8px;
}

.HomeMenuItemDynamicTextSelected
{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #034ea2;
	cursor: pointer;
	letter-spacing: 1px;
	background-color: #e2e4df;
	padding: 0px 8px 0px 8px;
}
	
    
    
   
    
    
    


.FooterMenuStatic
{
    background-color: #e2e4df;
    padding: 0px;
    
}



/* testo voci menu static*/
.FooterMenuItemStaticText
{
    
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
	color: #666666;
	cursor: pointer;
	background: #e2e4df;
	text-align: center;
	height: 18px;
	padding-left: 3px;
	padding-right: 3px;
	
}


/* testo voci menu static hover*/
.FooterMenuItemStaticTextHover
{
	
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: 400;
	color: #034ea2;
	cursor: pointer;
	background: #e2e4df;
	
}


.FooterMenuItemStaticTextSelected
{
	
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
	color: #034ea2;
	cursor: default;
	background: #e2e4df;
}


.FooterMenuDynamic
{
    text-align: center;
    
	
}

.FooterMenuItemDynamicText
{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #808284;
	cursor: default;
	text-align: left;
	letter-spacing: 1px;
	
}

.FooterMenuItemDynamicTextHover
{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 11px;
	color: #034ea2;
	cursor: pointer;
	letter-spacing: 1px;
	
}

.FooterMenuItemDynamicTextSelected
{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #034ea2;
	cursor: pointer;
	letter-spacing: 1px;
	
}
