/* NAV-MAIN
----------------------------------------------------------------------------- */
#nav-main {
	line-height: 1.0em;
	z-index: 100;
	position: absolute;
	top: 85px;
	left: 27px;
	width: 634px;
	background:  url(file:///F|/DARIO/LAVORIIIIIIIIIIIIIIIIII/IN%20CORSO/DOMOGROUP/SITO_DOMO/siti%20effetti%20domo/www.silverpoint.net/images/nav/main-bg.gif) left top no-repeat;
	height: 33px;
	}
#nav-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	}
#nav-main ul li {
	position: relative;
	float: left;
	margin: 0;
	}
#nav-main ul li a {
	display: block;
	height: 30px;
	text-indent: -3000px;
	text-decoration: none; 
	}

#nav-link-home { background:  url(file:///F|/DARIO/LAVORIIIIIIIIIIIIIIIIII/IN%20CORSO/DOMOGROUP/SITO_DOMO/siti%20effetti%20domo/www.silverpoint.net/images/nav/main-home.gif) left top no-repeat; width: 66px; }
#nav-link-consulting { background:  url(file:///F|/DARIO/LAVORIIIIIIIIIIIIIIIIII/IN%20CORSO/DOMOGROUP/SITO_DOMO/siti%20effetti%20domo/www.silverpoint.net/images/nav/main-consulting.gif) left top no-repeat; width: 77px; }

/* hover state */
#nav-main ul li.hover a,
#nav-main ul li:hover a,
#nav-main ul li a.hover, 
#nav-main ul li a:hover {
background-position: 0 -30px;
	}
#nav-main ul li a.active,
#nav-main ul li a.active.hover, 
#nav-main ul li a.active:hover {
	background-position: 0 -60px;
	}
#nav-main ul li ul {
	display: none;
	height: auto;
	width: 123px;
	position: absolute;
	z-index: 200;
	background:  url(file:///F|/DARIO/LAVORIIIIIIIIIIIIIIIIII/IN%20CORSO/DOMOGROUP/SITO_DOMO/siti%20effetti%20domo/www.silverpoint.net/images/nav/bg-main-drop.png) left bottom no-repeat; /* reset in iepc.css */
	padding-bottom: 6px;
	}
#nav-main ul li.hover ul,
#nav-main ul li:hover ul {
	display: block;
	}
#nav-main ul li ul li {
	float: none;
	width: 120px;
	margin: 0;
	padding: 0; 
	font-size: 0.91em; 
	background:  url(file:///F|/DARIO/LAVORIIIIIIIIIIIIIIIIII/IN%20CORSO/DOMOGROUP/SITO_DOMO/siti%20effetti%20domo/www.silverpoint.net/images/nav/bg-main-drop-li.gif) left bottom no-repeat; 
	}
#nav-main ul li ul li.last-child {
	background-image: none; 
	}
#nav-main ul li ul li a {
	position: relative;
	left: 0;
	height: auto;
	text-indent: 0;	
	padding: 6px; 
	color: #2F2C29; 
	}
#nav-main ul li ul li a.hover, 
#nav-main ul li ul li a:hover {
	color: #43536D; 
	}

	
/*Hide 3rd tier in main nav*/
#nav-main ul li ul li.hover ul,
#nav-main ul li ul li:hover ul,
#nav-main ul li ul li ul *,
#nav-main ul li ul li ul,
#nav-main ul li ul li.more ul {
	display: none;
	left: 18px;
	}


/*STYLE MENU*/

.Menu 
{
	height:26px;
    background-color:Transparent;
}

.StaticHoverStyle 
{
	color: White;
	
}

.DynamicMenuItemStyle 
{
	background-color:#022d60;
	color:#507195;
	border-bottom-width :1px;
	border-bottom-style:dotted ;
	border-bottom-color:#507195;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal ;	
    padding:2px 2px 3px 2px;
}

.DynamicSelectedStyle 
{
	padding: 0px 3px 0px 3px;
}

.DynamicMenuStyle 
{
	color:#507195;
	background-color:#022d60;
	padding:3px 6px 3px 6px;
}

.StaticSelectedStyle 
{
	color: White;
}

.StaticMenuItemStyle 
{
	padding:6px 5px 7px 5px;
}

.StaticMenuItemStyle1
{
	padding:5px 5px 7px 5px;
}