.chromestyle{
width: 100%;
height:32px;
font-weight: Normal;
}

.catchromestyle{
font-weight: Normal;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/*  Drop down menu editted for Kodak*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
position:absolute;
margin-top:0px;
margin-left:0px;
border-left: 1px solid #444; /*THEME CHANGE HERE*/
border-right: 1px solid #444;
border-bottom: 1px solid #444;
line-height:20px;
z-index:100;
background-color: #333;
color:#FFF;
visibility: hidden;

/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);  */ /*Add Shadow in IE. Remove if desired*/
}


.dropmenuout{
 /*THEME CHANGE HERE*/
text-decoration: none;
font-size:11px;
font-family:verdana;
padding: 0 8px 0 8px;
text-align: left;
line-height:20px;
color: #FFF;
cursor:hand;
cursor:pointer;
font-weight: bold !important;
}

.droptdhover{ /*THEME CHANGE HERE*/
background-color: #999;
font-size:11px;
line-height:20px;
color: #FFF;
text-align: left;
padding: 0 8px 0 8px;
font-family:verdana;
font-weight: normal;
text-decoration: none;
cursor:hand;
cursor:pointer;
font-weight: bold !important;
}

a.dropmenudiv:link {color: #FFF}     /* unvisited link */
.dropmenudiv a:visited {color: #FFF}  /* visited link */
a.dropmenudiv:hover {color: #FFF}   /* mouse over link */
.dropmenudiv a:active {color: #FFF}   /* selected link */


