/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:1005;
width: 118px;
visibility: hidden;
margin-left: -25px;
margin-top: 20px;
}


.dropmenudiv a{
width: 118px;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a#top{
width: 118px;
display: block;
text-indent: 23px;
border-bottom: 2px solid #fb714d; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
line-height: 30px;
background: url(top.png); /*THEME CHANGE HERE*/
color: #FFFFFF;
}
.dropmenudiv a#top:hover{
background: url(top_giu.png); /*THEME CHANGE HERE*/
color: #f75d33;
}
.dropmenudiv a#centro{
width: 118px;
display: block;
text-indent: 23px;
border-bottom: 2px solid #fb714d; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
line-height: 29px;
background: url(centro.png) center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;
}
.dropmenudiv a#centro:hover{
background: #FFFFFF; /*THEME CHANGE HERE*/
color: #f75d33;
}
.dropmenudiv a#bottom{
width: 118px;
display: block;
text-indent: 23px;
border-bottom: 0px solid #fb714d; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
line-height: 30px;
background: url(bottom.png); /*THEME CHANGE HERE*/
color: #FFFFFF;
}
.dropmenudiv a#bottom:hover{
background: url(bottom_giu.png); /*THEME CHANGE HERE*/
color: #f75d33;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}