/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #ecedf3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
    display: block;
    width: 110px; /*Width of top level menu link items*/
    padding: 4px 3px 3px 4px;
    border: 2px ridge #696969;
    border-left-width: 0;
}
    
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 130px; /*width of sub menu levels*/
padding: 4px 6px 3px 5px;
border: 1px solid #696969;
}

.suckertreemenu ul li a:hover{
background-color: #666666;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #ecedf3 url(../images/arrow-down.gif) no-repeat center right;
text-decoration: none;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #ecedf3 url(../images/arrow-right.gif) no-repeat center right;
text-decoration: none;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
    
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

/* End */


/* menu verticale */

#ddblueblockmenu{
    border: 2px ridge #696969;
    margin: 0px 0px 5px 0px;
    width: 158px;
}

#ddblueblockmenu2{
    border: 2px ridge #696969;
    margin: 0px 0px 5px 0px;
    width: 158px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
#ddblueblockmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#ddblueblockmenu li a{
display: block;
/*width: 147px; */
text-decoration: none;
    padding: 2px 0px 2px 7px;
    background-color: #ecedf3;
    border-top: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    border-bottom: 2px solid #90bade;
    border-left: 2px solid #90bade;

}
#ddblueblockmenu2 li a{
display: block;
/*width: 147px; */
text-decoration: none;
    padding: 2px 0px 2px 7px;
    background-color: #ecedf3;
    border-top: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    border-bottom: 2px solid #90bade;
    border-left: 2px solid #90bade;

}

* html #ddblueblockmenu li a{ /*IE only */
width: 158px; /*IE 5*/
/*width: 147px; /*185px minus all left/right paddings and margins*/
}
* html #ddblueblockmenu2 li a{ /*IE only */
width: 158px; /*IE 5*/
/*width: 147px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
    background-color: #cae4ff;
    color: #000080;
}
#ddblueblockmenu2 li a:hover {
    background-color: #cae4ff;
    color: #000080;
}

#ddblueblockmenu div.menutitle{
    color: #ffffff;
    padding: 2px 0px 2px 7px; /*background-color: #808080;
    border-top: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    border-bottom: 2px solid #666666;
    border-left: 2px solid #666666;*/
    font-weight: bold;
    background-color: #2C4582;
    border-top: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    border-bottom: 2px solid #20325D;
    border-left: 2px solid #20325D;
    
}

#menugold ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#ddblueblockmenu .menugold li a {
    padding: 2px 0px 2px 7px;
    background-color: #ffefb0;
    border-top: 2px solid #fff8cc;
    border-right: 2px solid #fff8cc;
    border-bottom: 2px solid #DDBB00;
    border-left: 2px solid #DDBB00;
    font-weight: bold;
}

#ddblueblockmenu .menugold li a {
    text-decoration: none;
}

#ddblueblockmenu .menugold li a:hover {
    background-color: #FFD700;
}
