.chromestyle{
width: 100%; /* Modified */
font-size: 12px; /* Modified */
font-family: Verdana, Arial, Helvetica, sans-serif; /* Modified */
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
 /* Modified> background: url(careMenu_bg.gif) repeat-x; */
height: 42px; /* Modified */
padding: 12px 0; /* Modified */
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000; /* Modified */
padding: 9px 5px; /* Modified */
margin: 0;
text-decoration: none;
border: 1px solid #000; /* Modified */
}

.chromestyle ul li a:hover{
color: #F68E37; /* Modified */

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #000; /* Modified */
border-bottom-width: 0;
font: normal 10px Verdana; /* Modified */
line-height: 18px;
z-index: 100;
background-color: #ffffff; /* Modified */
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /* Modified */
padding: 2px 0;
text-decoration: none;
/* font-weight: bold;  */
color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #eeeeee; /* Modified */
color: #222222; /* Modified */
}