/* @override 
	http://192.168.254.250:3000/stylesheets/menu.css?1235496267
	http://192.168.254.250:3000/stylesheets/menu.css?1235497578
	http://192.168.254.250:3000/stylesheets/menu.css?1235505550
	http://192.168.1.220:3000/stylesheets/menu.css?1235507149
	http://192.168.1.220:3000/stylesheets/menu.css?1235808857
	http://192.168.1.220:3000/stylesheets/menu.css?1235817642
	http://192.168.1.220:3000/stylesheets/menu.css?1235897311
	http://192.168.1.220:3000/stylesheets/menu.css?1235916477
	http://www.igiochideigrandi.it/stylesheets/menu.css?1236778584
*/

/* General */
#cssdropdown, #cssdropdown ul { list-style: none; }
#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
/* Head links */
#cssdropdown li.headlink {  
	float: left;
	margin-left: 0;  
	text-align: left;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin-right: 18px;
}

#cssdropdown li.headlink a { 
	display: block;
	color: white;
	padding: 0 8px 5px;
}

#cssdropdown li.headlink a:hover {
	color: green;
	background-color: #9fc80a;	
}

/* Child lists and links */
#cssdropdown li.headlink ul { 
	display: none; 
	font-weight: bold;
	color: white;
	text-align: left;
	font-size: 12px;
	width: 220px;
	padding: 0 8px 5px;	
}

#cssdropdown li.headlink:hover ul { 
	display: block;
	color: white;
	float: none;
}

#cssdropdown li.headlink ul li a { 
	height: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}

#cssdropdown li.headlink ul li a:hover { 
	text-decoration: none;
}
	
	
#cssdropdown a { 
	color: orange;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
} 

#cssdropdown ul li a:hover { 
	text-decoration: none;
	color: green;
	background-color: white;
}
#cssdropdown li.headlink {
	text-decoration: none;
}
#cssdropdown li.headlink ul { 
	z-index: 200;
	position: absolute;
	background-color: #9fc80a;
	opacity: 0.90;
}

div.top_menu {
	background-color: green;
	background-image: url(/images/bg/box_background.png);
	background-position: 0px -100px;
	background-repeat: repeat-x;		
}



div.menu-wrapper{
	margin: 0px 0px 0px 0px;	
	display: block;
	clear: both;
	width: 950px;
	height: 6px;
	background-position: 0px -95px;
	background-repeat: repeat-x;	
	padding: 0.0em;
	background-image: url(/images/bg/box_background.png);
}

div.menu-wrapper-bottom{
	margin: 0px 0px 0px 0px;	
	display: block;
	clear: both;
	width: 950px;
	height: 0px;
	background-position: 0px -0px;
	background-repeat: repeat-x;	
	padding: 0.0em;
}




