.chromestyle{
width: 100%;
font-weight: bold;
font-size: 12px;
background-color: #000033;
}
/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
background: #000033;
padding:0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style: none;
}

.chromestyle ul li{
/*display: inline;*/
float:left;
white-space: nowrap;
margin: 0px;
}

.chromestyle ul li a{
line-height:20px;
color: #fff;
padding:3px 15px 3px 15px;
margin: 0;
text-decoration: none;
border-right: 2px solid #ff6600;
}
.chromestyle ul li a.firstchild{
border-left:2px solid #ff6600;
}

.chromestyle ul li a:hover{
background: url(crome_hover.png) center center repeat-x; /*THEME CHANGE HERE*/
background-color: #ffffff;
color: #000033;
text-decoration: none;
}
/*HTML to indicate drop down link*/
.chromestyle ul li a[rel]:after{ 
display: none;
visibility: hidden;
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### 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:20px;
z-index:100;
background-color: white;
width: 200px;
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 #000033; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000033;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffcc00;
color: #000033;
text-decoration: none;
}

/*per le voci vuote*/
.dropmenudiv a.empty:hover{
	background-color: #ffffff;
	background: none;
}



/*----------------------------------*/

  /* NUOVO  */
  
#header .onlineUsers{padding:0;text-align: right;display:inline; float: left;}
#header .onlineUsers a{height:20px;line-height:20px;color: #fff;margin:0px;text-decoration: none;  display: block;  width:130px; position: relative;  }
#header .onlineUsers a:hover{ background: #000033;color: ##ff6600;text-decoration: none; border-bottom:1px solid #ff6600;}
  
#header  .onlineUsers a #onlineUsersTip{
  	position:absolute;left: 130px;
	top:0px;	width:160px;
	height:20px;
	line-height: 20px;
	border-bottom:1px solid #ff6600;
	background: #000033 url(../freccia-down.gif) no-repeat right top;
	color: #fff; 
	font-size: 12px;
	padding-right:20px;
	cursor:pointer;
  }
  
 .chromestyle_new{
font-weight: normal;
font-size: 14px;
display: inline;
float: left;
width: 580px;
}
/*Add margin between menu and rest of content in Firefox*/
.chromestyle_new:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle_new ul{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
/*background: #000033;*/
padding:0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style: none;
}

.chromestyle_new ul li{
/*display: inline;*/
float:left;
white-space: nowrap;
margin: 0px;
}

.chromestyle_new ul li a{
line-height:20px;
color: #fff;
padding:3px 10px 3px 10px;
margin: 0;
text-decoration: none;
border-left: 1px solid #ff6600;
}
.chromestyle_new ul li a.firstchild{
border-left:0px solid #ff6600;
}

.chromestyle_new ul li a:hover{
/*background:#ffffff url(crome_hover.png) center center repeat-x;*/
/*background:url(../bg_bigmenu.jpg);*/

background: #000033 url(../bg_bigmenu.jpg) repeat-x top;
color:#BFDFFF;
text-decoration: none;
}
/*HTML to indicate drop down link*/
.chromestyle_new ul li a[rel]:after{ 
display: none;
visibility: hidden;
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


