/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropline_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
	width: 949px;
	height:20px;
	position:relative;
	font-family: arial, verdana, sans-serif;
	font-size:14px;
	font-weight: bold;
	z-index:500;
	text-align:center;
}
#nav .select {
	margin:0px;
	padding:0px 0px 0px 6px;
	list-style:none;
	white-space:nowrap;
}
#nav li {
float:left;
}
#nav .select a {
display:block; height:20px; float:left; padding:0px 24px; text-decoration:none; line-height:20px; white-space:nowrap; color:#000;
}
#nav .select a b {
	display:block;
	padding:0px 24px;
}
#nav .select li:hover a {
	padding:0px 24px;
	line-height:20px;
	cursor:pointer;
	color:#000;
	background:#aaa;
	line-height:20px;
}
#nav .select li:hover a b {
	display:block;
	padding:0px 26px;
	cursor:pointer;
	background:#aaa; line-height:20px;
}

/* Prova Selected */

#nav .select #selected a {
	padding:0px 24px;
	line-height:20px;
	cursor:pointer;
	color:#000;
	background:#aaa;
	line-height:20px;
}
#nav .select #selected a b {
	display:block;
	padding:0px 26px;
	cursor:pointer;
	background:#aaa; line-height:20px;
}

#nav .select #selected .sub {
height:22px; display:block; position:absolute; float:left; width:790px; top:20px; left:0; text-align:center; margin-left: 4px;
}
#nav .select #selected .sub li a {
	display:block;
	height:22px;
	line-height:22px;
	float:left;
	background:transparent url(white.jpg);
	padding:0 20px;
	margin:0;
	white-space:nowrap;
	color:#9FBD2B;
	font-size:12px;
	font-style:italic;
}
#nav .select #selected .sub li a:hover {
	color:#788D21; 
	line-height:22px;
}

/*fine prova Selected */


#nav .sub {
height:22px; display:none; margin:0; padding:0 0 0 10px;list-style:none;
}
#nav .sub li {background:transparent;}
#nav .select li:hover .sub {
height:22px; display:block;background:transparent url(white.jpg); position:absolute; float:left; width:790px; top:20px; left:0; text-align:center; z-index: 9999; margin-left: 4px;
}
#nav .select li:hover .sub li a {
	display:block;
	height:22px;
	line-height:22px;
	float:left;
	background:transparent url(white.jpg);
	padding:0 20px;
	margin:0;
	white-space:nowrap;
	color:#9FBD2B;
	font-size:12px;
	font-style:italic;
}
#nav .select li:hover .sub li a:hover {
	color:#788D21; 
	line-height:22px;
}
