th 	{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-transform: none;
	cursor: auto;

}
A:visited {
	color:#ffffff;
	text-decoration: none;
; font-size: 12px

}
A:hover{

text-decoration:underline
; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-style: normal; line-height: normal
}


A:link { 
	text-decoration: none;
; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px} td { 
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-align: justify;
	text-transform: none;
	cursor: auto;
 } .stile {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

}


#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
color:#FFF;
text-align:center;


}

#csstopmenu li{
float: left;
position: relative;
margin:5px;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
background-color: #15159B;
width:120px;

}

.headerlinks a{
margin: auto 10px;
font-weight: bold;
color: white;
}

.submenus{
display: none;
width: 150px;
position: absolute;
top: 1.2em;
left: 0;
background-color: #15159B;
border: 0px solid black;
color:#FFF;

}

.submenus li{
width: 120px;
}

.submenus li a{
display: block;
width: 120px;
text-indent: 3px;
color:#FFF
}

html>body .submenus li a{ /* non IE browsers */
width: 120px;
padding:5px;
}

.submenus li a:hover{
background-color: 15159B;
color: white;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}


