/* ############################# CssObject [MenuPrincipale] ############################### */
.nav_MenuPrincipale, 
.nav_MenuPrincipale ul
	{
	padding:0;
	margin:0;
	padding:0 0 0px 0;
	list-style:none;
	height:auto;
	font-size: 12px;
	font-family: 'Maven Pro', sans-serif;
	font-weight:700;
	position:relative;
	z-index:900;
	color:#333;
	}

.nav_MenuPrincipale
	{
	padding:0;
	float:left;
	height:35px;
	}

.nav_MenuPrincipale table {border-collapse:collapse;}
.nav_MenuPrincipale li {float:left; height:35px;}
.nav_MenuPrincipale li li {float:none; height:25px;}
/* a hack for IE5.x and IE6 */
.nav_MenuPrincipale li a li {float:left; height:25px; width:100%;}

.nav_MenuPrincipale li a {display:block;  float:left; color:#333; height:35px; line-height:35px; padding:0 8px; text-decoration:none; /*white-space:nowrap;*/ }
.nav_MenuPrincipale li li a {height:25px; color:#fff; line-height:25px; float:none; margin-bottom:0px;font-weight:normal;}

.nav_MenuPrincipale li:hover {position:relative; z-index:100; }
.nav_MenuPrincipale a:hover {position:relative; z-index:100; background-color:#d8001d;  color:#fff; background-image:url(../Images/sf_navbar_on-1394.gif); background-repeat:repeat-x; }
.nav_MenuPrincipale li:hover > a {background-color: #d8001d; color:#fff;}
.current .nav_MenuPrincipale li:hover > a, .nav_MenuPrincipale li a.current
	{
	background-color:#d8001d;
	color:#fff;
	}


.nav_MenuPrincipale :hover ul {left:0; top:35px; z-index:300;}
.nav_MenuPrincipale a:hover ul {left:-1px; min-height:25px; height:auto;}

.nav_MenuPrincipale ul {position:absolute; left:-9999px; top:-9999px; width:200px;background-color:#d8001d;}

/* it could have been this simple if all browsers understood */
/* show next level */
.nav_MenuPrincipale li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
.nav_MenuPrincipale li:hover > ul ul {position:absolute; width:200px; left:-9999px; top:-9999px;}
/* show path followed */
.nav_MenuPrincipale li:hover li:hover > a {background:#fff; color:#d8001d;}

.nav_MenuPrincipale 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_MenuPrincipale a:hover a:hover ul,
.nav_MenuPrincipale a:hover a:hover a:hover ul,
.nav_MenuPrincipale a:hover a:hover a:hover a:hover ul,
.nav_MenuPrincipale a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
.nav_MenuPrincipale a:hover ul ul,
.nav_MenuPrincipale a:hover a:hover ul ul,
.nav_MenuPrincipale a:hover a:hover a:hover ul ul,
.nav_MenuPrincipale a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}


