#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
//border: 1px solid black;
border-left-width: 0;
font-weight:bold;
background-color: #CC6600;
padding-top:6px; 
padding-bottom:6px;
}

.headerlinks a{
margin: auto 8px;
color: white;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #FFFFFF;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #FFFF99;
color: black;
}

#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;
}

.caption {
 	font-family: Verdana; sand-serif;
 	font-size: 8 px;
 	float: right;
 	margin: 0;
 	padding: 0;
 	position: relative;
 	overflow: hidden; 	
}

.caption img {
 	float: right;
 	border: 1px solid #000;	
	padding: 5px;
 	background: #fff;
 	border: none; 	
}

.caption span {
 	float: right;
 	margin: 0;
 	padding: 10 px;
 	width: 100%;
 	color: #dedede; 	
 	
 	background: rgba(0,0,0,0,.7);
 	position: absolute;
 	left: 0;
 	bottom: 0;
 }
 
 .caption span {
 	float: right;
 	margin: 0;
 	padding: 10 px;
 	width: 100%;
 	color: #dedede; 	
 	
 	background: rgba(0,0,0,0,.7);
 	position: absolute;
 	left: 0;
 	bottom: 0;
 }

.caption span strong {
  	tetx-align: right;
	font-weight: bold;
 	font-size: 9px;
 	tetx-transform: uppercase;
 	display: block;
 	padding-bottom: 5px; 	
 	
 }
 
 body {background: url(img/sfondo_grad.jpg) fixed repeat-x bottom}