/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
body {
	background-image: url(../site_images/css1/bg_blu.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tdback {
         background-image: url(../site_images/css1/bordo5.gif);
		 background-repeat: repeat;
		 }

.headTitle_it
{
	margin:          0 auto;
	width:           740px;
	height:          230px;
	background:      transparent url(/ita/images/css1/cara_memoria.gif) top left no-repeat;
	}
	.header
	{
	margin:          0 auto;
	width:           740px;
	height:          230px;
	background:      transparent url(../site_images/css1/yrma_header.gif) top left no-repeat;
}
	
.chromestyle{
	margin:          0 auto;
	width:           740px;
	height:          29px;
	background:      #bbd75a !important;
	background:      #F6F6F6;
	padding:         0px;
	float: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.chromestyle ul{
    margin:         0;
	padding:        7px 7px 0px 7px;
    background:     transparent url(../site_images/css1/menu_off.gif) repeat-x top left;
    height:         29px;
}

.chromestyle ul li{
    display: inline;
	text-align:      center;
}

.chromestyle ul li a{
    color: #494949;
    margin: 0;
    padding:         0px 7px 0px 7px;
    text-decoration: none;
}

.chromestyle ul li a:hover{
    background:      transparent url(../site_images/css1/menu_on.gif) center left repeat-x;
	color:           #000000;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
    content: "+";
/*    content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


.chromestyle ul li, ul li a:link, .chromestyle ul li a:active, .chromestyle ul li a:visited
{
	color:           #494949;	
	padding:         13px 7px 15px 7px;
	font-size:       11px;
	
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

.chromestyle ul li a:hover{
    background:      transparent url(../site_images/css1/menu_on.gif) center left repeat-x;
	color:           #000000;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 100px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.copyright {font-size: 9px}


.h1 {
	font-size: 18px;
}
.h2 {
	font-size: 16px;
}
.h3 {
	font-size: 14px;
}
.h4 {
	font-size: 12px;
}
.h5 {
	font-size: 10px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
