.userMenu {
	height: 48px;
	padding: 1px 0px 0px 0px;
	background-image: url(../images/menu_bkg.jpg);
	position:relative;
	margin-top:1px;
	z-index:900;
	}

.userMenu ul {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	}
	
.userMenu ul li {
	float: left;
	margin:0px;
	padding:0px 2px 0px 0px;
	
	display:block;
	position: relative;
	z-index: 900;
	background:  url("../images/usermenu-dividers.gif") repeat-y right top;
	}

	
.userMenu ul li a{
	display: block;
	font-size: 14px;
	line-height: 48px;
	letter-spacing:-1px;
	
	text-decoration:none;
	font-weight: bold;
	margin: 0px;
	padding: 0px 15px;
	color:#00497c;

	}

.userMenu ul li a:hover {
	color:#00497c;
	background-color:#fff;
	line-height: 48px;
	
	}
.userMenu ul li a.Current,
.userMenu ul li a.Current:hover{
	color:#00497c;
	line-height: 48px;
	
	}
	
	
	




 
 
ul#topnav li:hover a, ul#topnav li a:hover {
	color:#00497c;
	background-color:#fff;
	 }

 
 
ul#topnav li .sub {
	position: absolute;	
	top: 49px; left: -1px;
	background: #ffffff url(../images/sub_bkg.jpg);	
	
	padding: 30px 30px 30px 30px;
	padding-top:20px;
	float: left;
	z-index:1000;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	border:1px solid #b3d0de;
	border-top:0px;
}




ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 110px;
	margin-right:10px;
	
	height:auto;
	text-align:left;
	border-right:1px dotted #ccc;
	min-height:30px;
	
}

ul#topnav li .sub ul li ul{
	min-height: inherit;
}

ul#topnav .sub ul li {
	width: 100%;
	color: #479437;
	line-height: normal !important;
	background:  none;
	
	
	
	


	
	
}





ul#topnav .sub ul li a {
	float: left; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding:0px;
	
	background: url(../images/freccia_menu.gif) no-repeat 5px 12px;

	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	letter-spacing:0px;
	font-weight: bold;
	text-align:left;
	text-transform:uppercase;
	line-height: normal !important;
	margin-bottom:10px;
	
}
ul#topnav .sub ul li a{color: #333; background-position: 5px 12px ; border:0px; line-height: normal !important;}
ul#topnav .sub ul li a:hover {color: #333; background-position: 5px 12px ; text-decoration:none; border:0px; background-color:#f7f7f7; line-height: normal !important;}



ul#topnav .sub ul li ul li a {
	float: left; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	
	background: url(../images/freccia_menu.gif) no-repeat 5px 12px;

	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	letter-spacing:0px;
	font-weight: normal;
	text-align:left;
	text-transform:none;
	line-height: normal !important;
	margin-bottom:2px;
}
ul#topnav .sub ul li ul li a{color: #333; background-position: 5px 12px ; border:0px; line-height: normal !important;}
ul#topnav .sub ul li ul li a:hover {color: #333; background-position: 5px 12px ; text-decoration:none; border:0px; background-color:#f7f7f7; line-height: normal !important;}




