#sgl-nav {
    height: 50px;
    font-size: 0.5em;
}
#sgl-nav ul {
  /*  position: absolute;*/
    width: 100%;
    padding: 0;
    margin: 0;
    /*background-color: #99cc00;*/
}
#sgl-nav ul li {
    float: left;
    display: inline;
    margin: 0;
   
    
}
#sgl-nav ul li a {
    display: block;
    position: relative;
   // padding: 0.2em 1.5em;
    padding: 0.2em 1.0em;
    background-color: #9dcdfe;
    font-size: 1.0em;
    //font-size: 1.3em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 0.1em solid #99cc00;
}
#sgl-nav ul li a:hover {
    color: #006699;
    text-decoration: underline;
}
#sgl-nav ul li.current a {
    color: #006699;
    /*background-color: #e5f1ff;*/
    background-color: white;
}
#sgl-nav ul li.current a:visited {
    color: #006699;
}
/* hide the sublevels */
#sgl-nav ul ul {
    display: none;
}
#sgl-nav ul li.current ul {
 //   position: absolute;
    left: 150;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
    _width: expression(document.body.clientWidth);
    padding: 0;
  /*  background-color: #e5f1ff;*/
   background-color: white;
}
#sgl-nav ul li.current li {
    padding: 0.4em 0;
}
#sgl-nav ul li.current li a {
    /* hide first pipe */
    left: -0.1em;
   // padding: 0 1em;
    font-weight: normal;
   // font-size: 1.1em;
    font-size: 1.0em;
    color: #006699;
    border-right: none;
    border-left: 0.1em solid #006699;
    
}
/* hide 3rd or more levels */
#sgl-nav ul ul ul li {
    display: none;
}
#sgl-nav{
	margin-left :  auto;
    margin-right:  auto;
    width: 760px;
}

.blockContent ul {
	width: 100%;
    padding: 0;
    margin: 0;
  /*  list-style: inline ;*/
 /* list-style-position: inside; 
    list-style-image:url(immagine.gif);*/
    
}

.blockContent ul li {
	/*list-style: inline ;*/
	 list-style-position: inside; 
    list-style-image: url(immagine.gif);
    margin: 0;
   	padding: 2px 1px 5px 4px;
	margin: 0px 0px 0px px;
	text-decoration: none;
    
}
.blockContent ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	/*color:red;*/
}

.blockContent ul a:visited {
	text-decoration: none;
	color: #0000FF;
}
.blockContent ul a:link {
	text-decoration: none;
	color: #000066;
}
.blockContent ul a:hover {
	text-decoration: none;
	color: #0000FF;
}
.blockContent ul a:active {
	text-decoration: none;
	color: #FF0000;
}

.blockContent ul ul {
    display: none;
}
.blockContent ul li.current ul {
 //   position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
    _width: expression(document.body.clientWidth);
    padding: 0;
    background-color: #e5f1ff;
}


.hiddenTitle
{
	display:none;
}