/* style sheet for DHTML Expand layer */

.ExpandLayer{
width:172px;
font-weight: Normal;
margin-left:5px;
margin-right:5px;
height:95%
}


/*  Drop down menu editted for Kodak*/
/* ######### Style for Drop Down Menu ######### */

.expanddiv{
width:172px;
position:absolute;
line-height:18px;
z-index:100;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);  */ /*Add Shadow in IE. Remove if desired*/
}



.expanddiv a{
width: 100%;
display: block;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
text-decoration: none;
font-size:11px;
font-family:verdana;
font-weight: Bold;
color:#3F3A2C;
}

.expanddiv a:hover{ /*THEME CHANGE HERE*/
width: 100%;
}
