.chromestyle{
height: 270px;
width: 213px;
}

.chromestylehome{
height: 243px;
width: 213px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1, .dropmenudiv2{
position:absolute;
top: 0px;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height:16px;
z-index:100;
background-color: #cfcfcf;
text-align: left;
margin-top: -23px;
margin-left: 193px;
padding: 2px 6px 2px 12px;
width: 243px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv1 {
width: 196px;
border-right: solid 1px #666666;
border-bottom: solid 1px #666666;
border-top: solid 1px #666666;
}

.dropmenudiv2 {
width: 213px
}

.dropmenudiv1 a, .dropmenudiv2 a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 3px 0 3px 0;
text-decoration: none;
font-weight: normal;
color: black;
}


* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover, .dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #cfcfcf;
color:Red;
text-decoration:underline;
}