#nav_Default, 
#nav_Default ul {
	padding:0;
	margin:0;
padding:0 0 5px 0;
	list-style:none;
	height:auto;
	min-height:25px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#000;
	background-color: #FFEFD0;*/
	position:relative;
	z-index:100;
	/*text-transform:uppercase;*/
	color:#fff;
}
#nav_Default {width:654px; padding:0; float:right; /*padding-top:16px; padding-left:10px;  background-image:url(../Images/sf_menu-3.jpg); background-repeat:repeat-x; background-color:#fff;*/ height:29px; margin-top: 55px;}#nav_Default table {border-collapse:collapse;}
#nav_Default li {float:left; height:25px;}
#nav_Default li li {float:none; height:25px;  /*background: #FFEFD0; background:#000;*/}
/* a hack for IE5.x and IE6 */
#nav_Default li a li {float:left; height:25px; width:100%;}


#nav_Default li a {display:block; font-weight:bold; float:left; color:#333; height:37px; width:109px;  padding:1px 0px 0 0px; line-height:29px; text-decoration:none; /*white-space:nowrap;*/ text-align:center; background:url(../Images/tasto-6.png) no-repeat top left;}
#nav_Default li li a {height:25px; font-weight:normal; padding-left:5px; color:#333; line-height:25px; text-align:left; float:none; background-image:none; margin-bottom:0px; font-weight:normal; }

#nav_Default li:hover {position:relative; z-index:100; height:25px; line-height:25px;}
#nav_Default li a:hover {position:relative; text-decoration:underline; z-index:100; /*background-color:#E05A19;*/ line-height:29px; height:29px; color:#000; background:url(../Images/tasto-6.png) no-repeat top left; }
#nav_Default li  ul li a:hover{height:25px; line-height:25px;}
#nav_Default :hover  ul {left:0; top:29px; /*border-left:1px solid #843;*/ z-index:300;}
#nav_Default a:hover ul {left:-1px; min-height:25px; height:auto;}

#nav_Default ul {position:absolute; left:-9999px; top:-9999px; width:200px;  background: #fff url(../Images/bg_td2-1388.jpg) repeat-x;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav_Default li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav_Default li:hover > ul ul {position:absolute; width:200px; left:-9999px; top:-9999px;}
/* show path followed */
#nav_Default li:hover li:hover > a {background:#659def; /*width:200px;*/  color:#fff; /*border-left:1px solid #fff;*/}

#nav_Default li a:hover ul li a:hover {background:#000000; width:100%;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav_Default a:hover a:hover ul,
#nav_Default a:hover a:hover a:hover ul,
#nav_Default a:hover a:hover a:hover a:hover ul,
#nav_Default a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav_Default a:hover ul ul,
#nav_Default a:hover a:hover ul ul,
#nav_Default a:hover a:hover a:hover ul ul,
#nav_Default a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}



